diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2019-01-15 13:19:01 +0100 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2019-01-15 13:19:01 +0100 |
commit | edb74f40191458f3ae581e3ad385832906f7a39e (patch) | |
tree | 40f00eb2e6f3c19d5c6e5555294a1c87679d2443 /networking/udhcp | |
parent | 77524a311a510c9cc1bf6449d77b40d0f41a4a40 (diff) | |
download | busybox-edb74f40191458f3ae581e3ad385832906f7a39e.tar.gz |
Update examples/udhcp/udhcpd.conf
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'networking/udhcp')
-rw-r--r-- | networking/udhcp/common.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/networking/udhcp/common.h b/networking/udhcp/common.h index 62f9a2a4a..b68f9394e 100644 --- a/networking/udhcp/common.h +++ b/networking/udhcp/common.h @@ -154,8 +154,8 @@ enum { //#define DHCP_STATIC_ROUTES 0x79 /* 121: RFC 3442. (mask,ip,router) tuples */ //#define DHCP_VLAN_ID 0x84 /* 132: 802.1P VLAN ID */ //#define DHCP_VLAN_PRIORITY 0x85 /* 133: 802.1Q VLAN priority */ -//#define DHCP_PXE_CONF_FILE 0xd1 /* 209: RFC 5071 Configuration File */ -//#define DHCP_PXE_PATH_PREFIX 0xd2 /* 210: RFC 5071 Configuration File */ +//#define DHCP_PXE_CONF_FILE 0xd1 /* 209: RFC 5071 Configuration file */ +//#define DHCP_PXE_PATH_PREFIX 0xd2 /* 210: RFC 5071 Path prefix */ //#define DHCP_REBOOT_TIME 0xd3 /* 211: RFC 5071 Reboot time */ //#define DHCP_MS_STATIC_ROUTES 0xf9 /* 249: Microsoft's pre-RFC 3442 code for 0x79? */ //#define DHCP_WPAD 0xfc /* 252: MSIE's Web Proxy Autodiscovery Protocol */ |