summaryrefslogtreecommitdiffstats
path: root/zebra/zebra_routemap.c
Commit message (Collapse)AuthorAgeFilesLines
* [zebra] Trivial patches so we can compile when IPv6 is not enabledajs2007-05-301-0/+2
| | | | | | | | | | | 2007-05-30 Andrew J. Schorr <ajschorr@alumni.princeton.edu> * 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] Add zebra_routemap.cpaul2007-05-041-0/+709
* zebra_routemap.c should have been in the commit of Steven's routemap patch.