diff options
author | Paul Fox <pgf@brightstareng.com> | 2005-09-22 18:59:13 +0000 |
---|---|---|
committer | Paul Fox <pgf@brightstareng.com> | 2005-09-22 18:59:13 +0000 |
commit | 28de951b022d39516de271ce0ba53560aa3c5555 (patch) | |
tree | f5924f07643c8712acb65115bd50a7aa9ddb3603 /networking/udhcp/README.udhcpc | |
parent | 2f9c30a2d567ba7bdb6351e0167eb0b59735b898 (diff) |
add support for setting the dhcp vendor class option (option 60).
udhcpc now has a -V (--vendorclass), which will replace the default
"udhcpRELEASE" string in this option.
Diffstat (limited to 'networking/udhcp/README.udhcpc')
-rw-r--r-- | networking/udhcp/README.udhcpc | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/networking/udhcp/README.udhcpc b/networking/udhcp/README.udhcpc index e19bf3750..0417ff2ab 100644 --- a/networking/udhcp/README.udhcpc +++ b/networking/udhcp/README.udhcpc @@ -10,7 +10,9 @@ command line options The command line options for the udhcp client are: --c, --clientid=CLIENTID Client identifier +-c, --clientid=CLIENTID Set client identifier. Type is first char. +-C, --clientid-none Suppress default client identifier +-V, --vendorclass=CLASSID Set vendor class identifier -H, --hostname=HOSTNAME Client hostname -h, Alias for -H -F, --fqdn=FQDN Client fully qualified domain name |