From 093033144658c5d914429fad5b0a6cf952f20943 Mon Sep 17 00:00:00 2001 From: "Andrew J. Schorr" Date: Wed, 30 May 2007 20:10:34 +0000 Subject: [zebra] Trivial patches so we can compile when IPv6 is not enabled 2007-05-30 Andrew J. Schorr * zebra_routemap.c: (route_set_src_compile) Use '#ifdef HAVE_IPV6' as needed. * zebra_vty.c: (vty_show_ip_route_detail, vty_show_ip_route) Use '#ifdef HAVE_IPV6' as needed. (show_ip_protocol) Move function definition outside of '#ifdef HAVE_IPV6' section. --- zebra/ChangeLog | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'zebra/ChangeLog') diff --git a/zebra/ChangeLog b/zebra/ChangeLog index b0e8fad6..6a86122c 100644 --- a/zebra/ChangeLog +++ b/zebra/ChangeLog @@ -1,3 +1,12 @@ +2007-05-30 Andrew J. Schorr + + * zebra_routemap.c: (route_set_src_compile) Use '#ifdef HAVE_IPV6' + as needed. + * zebra_vty.c: (vty_show_ip_route_detail, vty_show_ip_route) Use + '#ifdef HAVE_IPV6' as needed. + (show_ip_protocol) Move function definition outside of + '#ifdef HAVE_IPV6' section. + 2007-05-17 Andrew J. Schorr * kernel_socket.c: (ifam_read_mesg) Grab RTA_DST and RTA_GATEWAY -- cgit v1.2.1