diff options
author | ajs <ajs> | 2005-03-29 17:03:49 +0000 |
---|---|---|
committer | ajs <ajs> | 2005-03-29 17:03:49 +0000 |
commit | a608bbf27b48b7bd5e63f1c46380a1c5288ba48a (patch) | |
tree | 5317bf773d9a90337fa9cef8ca24127f127dc2bc /zebra/ChangeLog | |
parent | 5dcbdf82efdf65313a04ea45f2c8f7307c7ab671 (diff) |
2005-03-29 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
* rt_netlink.c: (netlink_link_change) If the status of an
operative interface changes (e.g. MTU changes), the client
daemons should be notified by calling zebra_interface_up_update.
Previously, the information was being updated in zebra's
interface structure, but the clients were not notified of
changes to an operative interface.
* ospf_zebra.c: (ospf_interface_state_up) If the MTU of an operative
interface changes, print a debug message and call ospf_if_reset()
to simulate down/up on the interface.
* ospf_interface.h: Declare new function ospf_if_reset().
* ospf_interface.c: (ospf_if_reset) New function to call ospf_if_down
and ospf_if_up for all ospf interfaces attached to an interface.
Diffstat (limited to 'zebra/ChangeLog')
-rw-r--r-- | zebra/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/zebra/ChangeLog b/zebra/ChangeLog index bc3c738c..59c154dd 100644 --- a/zebra/ChangeLog +++ b/zebra/ChangeLog @@ -1,3 +1,12 @@ +2005-03-29 Andrew J. Schorr <ajschorr@alumni.princeton.edu> + + * rt_netlink.c: (netlink_link_change) If the status of an + operative interface changes (e.g. MTU changes), the client + daemons should be notified by calling zebra_interface_up_update. + Previously, the information was being updated in zebra's + interface structure, but the clients were not notified of + changes to an operative interface. + 2005-03-25 Jean-Mickael Guerin <jean-mickael.guerin@6wind.com> * interface.c, interface.h, rtadv.c, rtadv.h: modifications to IPv6 Neighbor Discovery according to RFC3775, section 7: |