diff options
author | carlsonj <none@none> | 2007-04-25 11:54:45 -0700 |
---|---|---|
committer | carlsonj <none@none> | 2007-04-25 11:54:45 -0700 |
commit | cfb9c9abdc2696bc174bb10a3a28552dc917b98f (patch) | |
tree | 66f98c1f0a916d6eacc66a9141e1153208695386 /usr/src/lib/libdhcpagent/common/dhcpagent_ipc.h | |
parent | 8cb045d062db356cee4eaacd954f772ab314f6f3 (diff) | |
download | illumos-gate-cfb9c9abdc2696bc174bb10a3a28552dc917b98f.tar.gz |
6396937 dhcpagent: cannot write /etc/dhcp/e1000g0.dhc
6514851 in.ndpd "giving up" message needs work
6524645 clear_lif_dhcp is too cautious
6525108 inconsistent handling of lists due to fix for CR 6209214
6528047 dhcp inform messages are sent with zero source
6541139 dhcpagent can leave timers running on drop
6541633 dhcpagent's route clean-up mechanism can misfire, removing default route
Diffstat (limited to 'usr/src/lib/libdhcpagent/common/dhcpagent_ipc.h')
-rw-r--r-- | usr/src/lib/libdhcpagent/common/dhcpagent_ipc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/src/lib/libdhcpagent/common/dhcpagent_ipc.h b/usr/src/lib/libdhcpagent/common/dhcpagent_ipc.h index 91236a85bb..58f06c9d3f 100644 --- a/usr/src/lib/libdhcpagent/common/dhcpagent_ipc.h +++ b/usr/src/lib/libdhcpagent/common/dhcpagent_ipc.h @@ -85,7 +85,7 @@ typedef enum { * code in dhcpagent relies on the numeric values of these * requests -- but there's no sane reason to change them anyway. * - * If any commands are changed, added, or removed, see the typestr[] + * If any commands are changed, added, or removed, see the ipc_typestr[] * array in dhcpagent_ipc.c. */ |