diff options
author | Joshua M. Clulow <jmc@joyent.com> | 2019-04-25 22:09:58 -0700 |
---|---|---|
committer | Joshua M. Clulow <jmc@joyent.com> | 2019-04-26 05:09:58 +0000 |
commit | 4feb3643406097c069ad8d010550bee3911d01b7 (patch) | |
tree | b2486a0e0b7f5873f194078e25dcb41ec4b0804f /usr/src/cmd/cmd-inet/sbin/dhcpagent/defaults.h | |
parent | 36d1b23f4dfd7cc90aacbb9f889ef845b798a2f5 (diff) | |
download | illumos-joyent-gce.tar.gz |
XXX CTF for dhcpagent/dhcpinfo; support for setting MTUgce
Diffstat (limited to 'usr/src/cmd/cmd-inet/sbin/dhcpagent/defaults.h')
-rw-r--r-- | usr/src/cmd/cmd-inet/sbin/dhcpagent/defaults.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr/src/cmd/cmd-inet/sbin/dhcpagent/defaults.h b/usr/src/cmd/cmd-inet/sbin/dhcpagent/defaults.h index b2aec7fcea..537f3551f2 100644 --- a/usr/src/cmd/cmd-inet/sbin/dhcpagent/defaults.h +++ b/usr/src/cmd/cmd-inet/sbin/dhcpagent/defaults.h @@ -40,9 +40,8 @@ extern "C" { #endif /* - * tunable parameters -- keep in the same order as defaults[] in defaults.c + * Tunable parameters -- keep in the same order as defaults[] in defaults.c */ - enum { DF_RELEASE_ON_SIGTERM, /* send RELEASE on each if upon SIGTERM */ _UNUSED_DF_IGNORE_FAILED_ARP, @@ -60,6 +59,7 @@ enum { DF_DNS_DOMAINNAME, /* static domain name if not in --reqhost */ DF_ADOPT_DOMAINNAME, /* adopt DHCP domain if not in --reqhost */ DF_CLASSLESS_ROUTES, /* manage additional routes (option 121) */ + DF_SET_MTU /* set interface MTU (option 26) */ }; #define DHCP_AGENT_DEFAULTS "/etc/default/dhcpagent" |