Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [zebra] Trivial patches so we can compile when IPv6 is not enabled | ajs | 2007-05-30 | 1 | -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.c | paul | 2007-05-04 | 1 | -0/+709 |
* zebra_routemap.c should have been in the commit of Steven's routemap patch. |