From 0f38dc4d4729b562551f8f53e7343f5a53b2dbf5 Mon Sep 17 00:00:00 2001 From: "Andrew J. Schorr" Date: Fri, 19 May 2006 13:53:23 +0000 Subject: [interface configuration] Preserve flag indicating address was set by quagga. 2006-05-19 Andrew J. Schorr * connected.c: (connected_add_ipv4,connected_add_ipv6) If the new struct connected matches an already existing one (that will consequently be removed by connected_withdraw), then be sure to preserve the ZEBRA_IFC_CONFIGURED flag. --- zebra/ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'zebra/ChangeLog') diff --git a/zebra/ChangeLog b/zebra/ChangeLog index 6235071f..3ad0e83f 100644 --- a/zebra/ChangeLog +++ b/zebra/ChangeLog @@ -1,3 +1,10 @@ +2006-05-19 Andrew J. Schorr + + * connected.c: (connected_add_ipv4,connected_add_ipv6) If the + new struct connected matches an already existing one + (that will consequently be removed by connected_withdraw), + then be sure to preserve the ZEBRA_IFC_CONFIGURED flag. + 2006-05-17 Andrew J. Schorr * kernel_socket.c: (ifam_read_mesg) Improve debug message -- cgit v1.2.1