Some options are never sent to ifchd, but we unfortunately would need to

sacrifice type checking to remove them from the options table.  It may
be worth doing that, but I want to audit each call point before.
This commit is contained in:
Nicholas J. Kain
2011-07-25 04:26:34 -04:00
parent e4a4c58856
commit 31d6d4cd92
5 changed files with 20 additions and 15 deletions

View File

@@ -15,5 +15,6 @@
#define CMD_BROADCAST "bcast"
#define CMD_NTPSVR "ntp"
#define CMD_WINS "wins"
#define CMD_NULL "NULL"
#endif