From 93dc024fccd1b653428f7fe9a1faa4f8e6ba7248 Mon Sep 17 00:00:00 2001 From: Christian Breunig Date: Tue, 16 Jan 2024 14:55:48 +0100 Subject: bgp: T5937: fix migration script for IPv6 AFI peer-group Migrate "bgp neighbor address-family ipv6-unicast peer-group" to "bgp neighbor peer-group" (cherry picked from commit 9febed1344e93815dc3a94047daa69967c3af160) --- src/migration-scripts/bgp/0-to-1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/migration-scripts/bgp/0-to-1') diff --git a/src/migration-scripts/bgp/0-to-1 b/src/migration-scripts/bgp/0-to-1 index 03c45107b..5b8e8a163 100755 --- a/src/migration-scripts/bgp/0-to-1 +++ b/src/migration-scripts/bgp/0-to-1 @@ -14,7 +14,7 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see . -# T3417: migrate IS-IS tagNode to node as we can only have one IS-IS process +# T3417: migrate BGP tagNode to node as we can only have one BGP process from sys import argv from sys import exit -- cgit v1.2.3