diff options
author | russ <russ@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2002-11-19 00:41:09 +0000 |
---|---|---|
committer | russ <russ@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2002-11-19 00:41:09 +0000 |
commit | 60101f68f7e34bdcb91668e10cb45c7b5653253c (patch) | |
tree | 99cb633fbe966773d45171ce89f7ae2dcf83e8d9 /networking | |
parent | bde91ab7d52c4eb2047c3c2d2cc4d69e36c47019 (diff) | |
download | busybox-w32-60101f68f7e34bdcb91668e10cb45c7b5653253c.tar.gz busybox-w32-60101f68f7e34bdcb91668e10cb45c7b5653253c.tar.bz2 busybox-w32-60101f68f7e34bdcb91668e10cb45c7b5653253c.zip |
udhcpc documentation update
git-svn-id: svn://busybox.net/trunk/busybox@5957 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'networking')
-rw-r--r-- | networking/udhcp/README.udhcpc | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/networking/udhcp/README.udhcpc b/networking/udhcp/README.udhcpc index 3591605e3..d94908650 100644 --- a/networking/udhcp/README.udhcpc +++ b/networking/udhcp/README.udhcpc | |||
@@ -34,13 +34,14 @@ address that the server offers. | |||
34 | udhcp client scripts | 34 | udhcp client scripts |
35 | ------------------- | 35 | ------------------- |
36 | 36 | ||
37 | When an event occurs, udhcpc calls the action script. The script by | 37 | When an event occurs, udhcpc calls the action script. udhcpc never does |
38 | default is /usr/share/udhcpc/default.script but this can be changed via | 38 | any configuration of the network interface itself, but instead relies on |
39 | the command line arguments. The three possible arguments to the script | 39 | a set of scripts. The script by default is |
40 | are: | 40 | /usr/share/udhcpc/default.script but this can be changed via the command |
41 | line arguments. The three possible arguments to the script are: | ||
41 | 42 | ||
42 | deconfig: This argument is used when udhcpc starts, and | 43 | deconfig: This argument is used when udhcpc starts, and |
43 | when a leases is lost. The script should put the interface in an | 44 | when a leases is lost. The script must put the interface in an |
44 | up, but deconfigured state, ie: ifconfig $interface 0.0.0.0. | 45 | up, but deconfigured state, ie: ifconfig $interface 0.0.0.0. |
45 | 46 | ||
46 | bound: This argument is used when udhcpc moves from an | 47 | bound: This argument is used when udhcpc moves from an |