]> git.proxmox.com Git - mirror_frr.git/commit - zebra/zebra_vty.c
[zebra] Trivial patches so we can compile when IPv6 is not enabled
authorAndrew J. Schorr <ajschorr@alumni.princeton.edu>
Wed, 30 May 2007 20:10:34 +0000 (20:10 +0000)
committerAndrew J. Schorr <ajschorr@alumni.princeton.edu>
Wed, 30 May 2007 20:10:34 +0000 (20:10 +0000)
commit093033144658c5d914429fad5b0a6cf952f20943
tree02e4c24a9ca95a37bb3995bdc6e0f7e3222f2b87
parent7ab62c5319bd86a3cfda32351bc4103cf9517f26
[zebra] Trivial patches so we can compile when IPv6 is not enabled

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/ChangeLog
zebra/zebra_routemap.c
zebra/zebra_vty.c