]> git.puffer.fish Git - mirror/frr.git/commit
"ip protocol" is missing ospf as an option
authorDaniel Walton <dwalton@cumulusnetworks.com>
Wed, 11 May 2016 13:12:08 +0000 (13:12 +0000)
committerDaniel Walton <dwalton@cumulusnetworks.com>
Wed, 11 May 2016 13:12:08 +0000 (13:12 +0000)
commitde69c4445d5bbce1ef0efa72437c2460dae02287
tree4a256aca31a9735a72bc11e6be74a8a5c93797a9
parenta3d21ef32e7d5ca5e01dceaef4f8c8a3fbb78498
"ip protocol" is missing ospf as an option

Signed-off-by: Daniel Walton <dwalton@cumulusnetworks.com>
Reviewed-by: Donald Sharp <sharpd@cumulusnetworks.com>
Ticket: CM-10849

We were incorrectly listing protocols that supported ipv6 for "ip
protocol" instead of listing the protocols that supported ipv4.

With the fix

superm-redxp-05(config)# ip protocol ?
  any        Any of the above protocols
  bgp        Border Gateway Protocol (BGP)
  connected  Connected routes (directly attached subnet or host)
  isis       Intermediate System to Intermediate System (IS-IS)
  kernel     Kernel routes (not installed via the zebra RIB)
  ospf       Open Shortest Path First (OSPFv2)
  rip        Routing Information Protocol (RIP)
  static     Statically configured routes
  table      Non-main Kernel Routing Table
superm-redxp-05(config)#
superm-redxp-05(config)#
superm-redxp-05(config)# ipv6 protocol ?
  any        Any of the above protocols
  bgp        Border Gateway Protocol (BGP)
  connected  Connected routes (directly attached subnet or host)
  isis       Intermediate System to Intermediate System (IS-IS)
  kernel     Kernel routes (not installed via the zebra RIB)
  ospf6      Open Shortest Path First (IPv6) (OSPFv3)
  ripng      Routing Information Protocol next-generation (IPv6) (RIPng)
  static     Statically configured routes
  table      Non-main Kernel Routing Table
superm-redxp-05(config)#
superm-redxp-05(config)#
lib/route_types.pl [changed mode: 0644->0755]