Skip to content

Commit

Permalink
bgp: T7161: support "redistribute isis" for IPv6 unicast AFI
Browse files Browse the repository at this point in the history
  • Loading branch information
c-po committed Feb 13, 2025
1 parent 182a626 commit 0b28c97
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,14 @@
#include <include/bgp/afi-redistribute-metric-route-map.xml.i>
</children>
</node>
<node name="isis">
<properties>
<help>Redistribute IS-IS routes into BGP</help>
</properties>
<children>
#include <include/bgp/afi-redistribute-metric-route-map.xml.i>
</children>
</node>
<node name="kernel">
<properties>
<help>Redistribute kernel routes into BGP</help>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -126,14 +126,6 @@
<help>Redistribute routes from other protocols into BGP</help>
</properties>
<children>
<node name="isis">
<properties>
<help>Redistribute IS-IS routes into BGP</help>
</properties>
<children>
#include <include/bgp/afi-redistribute-metric-route-map.xml.i>
</children>
</node>
#include <include/bgp/afi-redistribute-common-protocols.xml.i>
<node name="ospf">
<properties>
Expand Down

0 comments on commit 0b28c97

Please sign in to comment.