diff options
Diffstat (limited to 'ospfd/ChangeLog')
| -rw-r--r-- | ospfd/ChangeLog | 9 | 
1 files changed, 9 insertions, 0 deletions
diff --git a/ospfd/ChangeLog b/ospfd/ChangeLog index fbffe6a2..98cabbd6 100644 --- a/ospfd/ChangeLog +++ b/ospfd/ChangeLog @@ -1,5 +1,14 @@  2005-03-29 Andrew J. Schorr <ajschorr@alumni.princeton.edu> +	* 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. + +2005-03-29 Andrew J. Schorr <ajschorr@alumni.princeton.edu> +  	* ospf_packet.c: (ospf_write_frags) Enhance error message to  	  show MTU.  Also make function static.  	  (ospf_write) Enhance error message to show interface name and MTU.  | 
