udhcp: tweak comment indentation, no code changes
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
@ -118,7 +118,7 @@ const char dhcp_option_strings[] ALIGN1 =
|
|||||||
"lease" "\0" /* DHCP_LEASE_TIME */
|
"lease" "\0" /* DHCP_LEASE_TIME */
|
||||||
"serverid" "\0" /* DHCP_SERVER_ID */
|
"serverid" "\0" /* DHCP_SERVER_ID */
|
||||||
"message" "\0" /* DHCP_ERR_MESSAGE */
|
"message" "\0" /* DHCP_ERR_MESSAGE */
|
||||||
"tftp" "\0" /* DHCP_TFTP_SERVER_NAME */
|
"tftp" "\0" /* DHCP_TFTP_SERVER_NAME*/
|
||||||
"bootfile" "\0" /* DHCP_BOOT_FILE */
|
"bootfile" "\0" /* DHCP_BOOT_FILE */
|
||||||
// "userclass" "\0" /* DHCP_USER_CLASS */
|
// "userclass" "\0" /* DHCP_USER_CLASS */
|
||||||
#if ENABLE_FEATURE_UDHCP_RFC3397
|
#if ENABLE_FEATURE_UDHCP_RFC3397
|
||||||
@ -127,16 +127,16 @@ const char dhcp_option_strings[] ALIGN1 =
|
|||||||
// is not handled yet by "string->option" conversion code:
|
// is not handled yet by "string->option" conversion code:
|
||||||
"sipsrv" "\0" /* DHCP_SIP_SERVERS */
|
"sipsrv" "\0" /* DHCP_SIP_SERVERS */
|
||||||
#endif
|
#endif
|
||||||
"staticroutes" "\0"/* DHCP_STATIC_ROUTES */
|
"staticroutes" "\0" /* DHCP_STATIC_ROUTES */
|
||||||
#if ENABLE_FEATURE_UDHCP_8021Q
|
#if ENABLE_FEATURE_UDHCP_8021Q
|
||||||
"vlanid" "\0" /* DHCP_VLAN_ID */
|
"vlanid" "\0" /* DHCP_VLAN_ID */
|
||||||
"vlanpriority" "\0"/* DHCP_VLAN_PRIORITY */
|
"vlanpriority" "\0" /* DHCP_VLAN_PRIORITY */
|
||||||
#endif
|
#endif
|
||||||
"pxeconffile" "\0" /* DHCP_PXE_CONF_FILE */
|
"pxeconffile" "\0" /* DHCP_PXE_CONF_FILE */
|
||||||
"pxepathprefix" "\0" /* DHCP_PXE_PATH_PREFIX */
|
"pxepathprefix" "\0" /* DHCP_PXE_PATH_PREFIX */
|
||||||
"reboottime" "\0" /* DHCP_REBOOT_TIME */
|
"reboottime" "\0" /* DHCP_REBOOT_TIME */
|
||||||
"ip6rd" "\0" /* DHCP_6RD */
|
"ip6rd" "\0" /* DHCP_6RD */
|
||||||
"msstaticroutes""\0"/* DHCP_MS_STATIC_ROUTES */
|
"msstaticroutes" "\0" /* DHCP_MS_STATIC_ROUTES*/
|
||||||
"wpad" "\0" /* DHCP_WPAD */
|
"wpad" "\0" /* DHCP_WPAD */
|
||||||
;
|
;
|
||||||
#endif
|
#endif
|
||||||
|
Reference in New Issue
Block a user