summaryrefslogtreecommitdiffstats
path: root/dhcpcd.conf.5.in
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2008-06-30 16:02:56 +0000
committerRoy Marples <roy@marples.name>2008-06-30 16:02:56 +0000
commit757520c586a98cdea4e1ef571cd9e448f9f9c72b (patch)
treea78240510356ea585feab8d8c5cfb39b3b6b4d39 /dhcpcd.conf.5.in
parenta72cb83891d74115890ee40761d4cd6e87cbf689 (diff)
downloaddhcpcd-757520c586a98cdea4e1ef571cd9e448f9f9c72b.tar.xz
Add support for vendor encapsulated options. Also, MINIAL define now disables all configurable options.
Diffstat (limited to 'dhcpcd.conf.5.in')
-rw-r--r--dhcpcd.conf.5.in14
1 files changed, 13 insertions, 1 deletions
diff --git a/dhcpcd.conf.5.in b/dhcpcd.conf.5.in
index 6339d160..5ba825f2 100644
--- a/dhcpcd.conf.5.in
+++ b/dhcpcd.conf.5.in
@@ -22,7 +22,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.Dd Jun 07, 2008
+.Dd Jun 30, 2008
.Dt DHCPCD.CONF 5 SMM
.Sh NAME
.Nm dhcpcd.conf
@@ -115,6 +115,18 @@ be too long or too short and can be changed here.
.It Ic userclass Ar string
Tag the DHCP messages with the userclass.
You can specify more than one.
+.It vendor Ar code , Ns Ar value
+Add an enscapulated vendor option.
+.Ar code
+should be between 1 and 254 inclusive.
+Examples.
+.Pp
+Set the vendor option 01 with an IP address.
+.D1 vendor 01,192.168.0.2
+Set the vendor option 02 with a hex code.
+.D1 vendor 02,01:02:03:04:05
+Set the vendor option 03 with an IP address as a string.
+.D1 vendor 03,\e"192.168.0.2\e"
.El
.Sh SEE ALSO
.Xr dhcpcd-run-hooks 8 ,