Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-04-13 | zebra: trivial warning fix | Paul Jakma | |
* zebra_routemap.c: (route_set_src) get rid of the dummy family variable. | |||
2007-05-30 | [zebra] Trivial patches so we can compile when IPv6 is not enabled | Andrew J. Schorr | |
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. | |||
2007-05-04 | [zebra] Add zebra_routemap.c | Paul Jakma | |
* zebra_routemap.c should have been in the commit of Steven's routemap patch. |