]> git.puffer.fish Git - matthieu/frr.git/commit
bgpd: fix ipv6 network statement label-index node
authorDon Slice <dslice@cumulusnetworks.com>
Mon, 5 Jun 2017 13:13:57 +0000 (13:13 +0000)
committerDon Slice <dslice@cumulusnetworks.com>
Mon, 5 Jun 2017 13:13:57 +0000 (13:13 +0000)
commita9609069a5cf67f20b28d93dfdf2d5d05299a0c7
tree95ceaa033130a4161a8adde93d23a5a008018847
parent697629e190495f9da309d4afc510ff30af2a2d76
bgpd: fix ipv6 network statement label-index node

Problem reported with the inability to define "network x:x:x::/64 label-index" to
the config.  Found that the install_element was pointing to the wrong node.

Ticket: CM-16615
Signed-off-by: Don Slice <dslice@cumulusnetworks.com>
bgpd/bgp_route.c