diff options
| author | Renato Westphal <renato@opensourcerouting.org> | 2016-10-12 21:20:15 -0300 | 
|---|---|---|
| committer | Quentin Young <qlyoung@cumulusnetworks.com> | 2016-10-13 00:59:19 +0000 | 
| commit | b2d4d0393a51a90c3a4c2aca47d4777dfed42fbd (patch) | |
| tree | 50ab12d05c6e18f91f62e010d4a1437a6c460e22 /lib/route_types.txt | |
| parent | d2aaa2e556001b5a5f36b3065e46c0301e870879 (diff) | |
*: rename all instances of OSPFv6 to OSPF6 or OSPFv3
Signed-off-by: Renato Westphal <renato@opensourcerouting.org>
Diffstat (limited to 'lib/route_types.txt')
| -rw-r--r-- | lib/route_types.txt | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/route_types.txt b/lib/route_types.txt index 8fc3092cac..42f3b8f324 100644 --- a/lib/route_types.txt +++ b/lib/route_types.txt @@ -48,7 +48,7 @@ ZEBRA_ROUTE_STATIC,     static,    zebra,  'S', 1, 1, "static"  ZEBRA_ROUTE_RIP,        rip,       ripd,   'R', 1, 0, "RIP"  ZEBRA_ROUTE_RIPNG,      ripng,     ripngd, 'R', 0, 1, "RIPng"  ZEBRA_ROUTE_OSPF,       ospf,      ospfd,  'O', 1, 0, "OSPF" -ZEBRA_ROUTE_OSPF6,      ospf6,     ospf6d, 'O', 0, 1, "OSPFv6" +ZEBRA_ROUTE_OSPF6,      ospf6,     ospf6d, 'O', 0, 1, "OSPFv3"  ZEBRA_ROUTE_ISIS,       isis,      isisd,  'I', 1, 1, "IS-IS"  ZEBRA_ROUTE_BGP,        bgp,       bgpd,   'B', 1, 1, "BGP"  ZEBRA_ROUTE_PIM,	pim,	   pimd,   'P', 1, 0, "PIM"  | 
