diff options
author | Christian Breunig <christian@breunig.cc> | 2024-01-16 14:55:48 +0100 |
---|---|---|
committer | Christian Breunig <christian@breunig.cc> | 2024-01-16 15:04:37 +0100 |
commit | 9febed1344e93815dc3a94047daa69967c3af160 (patch) | |
tree | ad354f319e5cdd6520378c62254b9a1604019180 /src/migration-scripts/bgp/0-to-1 | |
parent | b303d7b0c612150dc733c330127121cc46eb0be4 (diff) | |
download | vyos-1x-9febed1344e93815dc3a94047daa69967c3af160.tar.gz vyos-1x-9febed1344e93815dc3a94047daa69967c3af160.zip |
bgp: T5937: fix migration script for IPv6 AFI peer-group
Migrate "bgp <ASN> neighbor <NEIGH> address-family ipv6-unicast peer-group"
to "bgp neighbor <NEIGH> peer-group"
Diffstat (limited to 'src/migration-scripts/bgp/0-to-1')
-rwxr-xr-x | src/migration-scripts/bgp/0-to-1 | 2 |
1 files changed, 1 insertions, 1 deletions
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 <http://www.gnu.org/licenses/>. -# 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 |