diff options
Diffstat (limited to 'zebra/ChangeLog')
-rw-r--r-- | zebra/ChangeLog | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/zebra/ChangeLog b/zebra/ChangeLog index 8920b961..053f9e87 100644 --- a/zebra/ChangeLog +++ b/zebra/ChangeLog @@ -12,6 +12,8 @@ * rt_netlink.c: (netlink_interface) set mtu6 to mtu (netlink_link_change) ditto * ipforward_solaris.c: fix typo of ND variable. + * if_ioctl_solaris.c: Add zprivs support. + * ioctl_solaris.c: ditto. 2004-05-09 Sowmini Varadhan <sowmini.varadhan@sun.com> @@ -30,7 +32,9 @@ and RTM_IFANNOUNCE. (if_flag_dump_vty) Solaris IFF_IPV4 and IFF_IPV6 if flags (if_dump_vty) print mtu6 if not same as mtu - + * if_ioctl_solaris.c: New file, Solaris interface ioctl methods. + * ioctl_solaris.c: New file, Common solaris ioctl methods. + 2004-04-06 Krzysztof Oledzki <oleq@ans.pl> * rt_netlink.c: Do not ignore metric when reading kernel routing |