From 171eee31edbddbd8906447dc8725e0513227d013 Mon Sep 17 00:00:00 2001 From: Paul Jakma Date: Thu, 27 Jul 2006 16:11:02 +0000 Subject: [zebra] Connected routes must always be added to main table 2006-07-27 Rumen Svobodnikov * connected.c: (connected_up_ipv4) interface connected routes always go to table main (or otherwise they cannot be used by linux as nexthops) * zserv.c: (zread_ipv4_add) send route to the correct routing table * zebra_rib.c (static_install_ipv4) set routing table --- zebra/ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'zebra/ChangeLog') diff --git a/zebra/ChangeLog b/zebra/ChangeLog index aae20155..36e717d9 100644 --- a/zebra/ChangeLog +++ b/zebra/ChangeLog @@ -1,3 +1,11 @@ +2006-07-27 Rumen Svobodnikov + + * connected.c: (connected_up_ipv4) interface connected routes always + go to table main (or otherwise they cannot be used by linux as + nexthops) + * zserv.c: (zread_ipv4_add) send route to the correct routing table + * zebra_rib.c (static_install_ipv4) set routing table + 2006-07-02 Paul Jakma * rt_netlink.c: (netlink_interface_addr) Fix CID #104, can not -- cgit v1.2.1