summaryrefslogtreecommitdiff
blob: 93566b57ad5ea8ed0e2d386a8c47936c960a0421 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/bin/bash
# Copyright (c) 2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2

# Contributed by Roy Marples (uberlord@gentoo.org)

[[ $1 == "renewal" ]] && exit 0

action="$1"
interface="$2"

. /lib/rcscripts/net.modules.d/helpers.d/dhcp-state

# vim:ts=4