From 75dc3f62a0e9fcb8d1bd9b732e4cd126ff751abb Mon Sep 17 00:00:00 2001 From: sever-sever Date: Mon, 22 Feb 2021 14:46:23 +0000 Subject: routing: T3211: Add redistribute protocol IS-IS to bgp ospf rip --- interface-definitions/protocols-bgp.xml.in | 8 ++++++++ interface-definitions/protocols-ospf.xml.in | 16 +++++++++++++++- interface-definitions/protocols-rip.xml.in | 8 ++++++++ 3 files changed, 31 insertions(+), 1 deletion(-) (limited to 'interface-definitions') diff --git a/interface-definitions/protocols-bgp.xml.in b/interface-definitions/protocols-bgp.xml.in index 4af53acdc..69f4c2d52 100644 --- a/interface-definitions/protocols-bgp.xml.in +++ b/interface-definitions/protocols-bgp.xml.in @@ -75,6 +75,14 @@ #include + + + Redistribute IS-IS routes into BGP + + + #include + + Redistribute kernel routes into BGP diff --git a/interface-definitions/protocols-ospf.xml.in b/interface-definitions/protocols-ospf.xml.in index 4c480c71d..b9c9fcc04 100644 --- a/interface-definitions/protocols-ospf.xml.in +++ b/interface-definitions/protocols-ospf.xml.in @@ -38,6 +38,10 @@ connected Filter connected routes + + isis + Filter IS-IS routes + kernel Filter Kernel routes @@ -51,7 +55,7 @@ Filter static routes - ^(bgp|connected|kernel|rip|static)$ + ^(bgp|connected|isis|kernel|rip|static)$ Must be bgp, connected, kernel, rip, or static @@ -699,6 +703,16 @@ #include + + + Redistribute IS-IS routes + + + #include + #include + #include + + Redistribute kernel routes diff --git a/interface-definitions/protocols-rip.xml.in b/interface-definitions/protocols-rip.xml.in index 263350dc8..1ae3bd8f7 100644 --- a/interface-definitions/protocols-rip.xml.in +++ b/interface-definitions/protocols-rip.xml.in @@ -176,6 +176,14 @@ #include + + + Redistribute IS-IS routes + + + #include + + Redistribute kernel routes -- cgit v1.2.3