summaryrefslogtreecommitdiff
path: root/src/migration-scripts/bgp/0-to-1
diff options
context:
space:
mode:
authorChristian Breunig <christian@breunig.cc>2024-01-16 15:05:03 +0100
committerGitHub <noreply@github.com>2024-01-16 15:05:03 +0100
commitc9b20f8884d8ee9f519ab1235e2ac8d980c4373e (patch)
tree2d22a3a2de74d80729a29fafd678a77475377fdd /src/migration-scripts/bgp/0-to-1
parent9171b2912a6adbe88de4eeacbcc83cea5c941e48 (diff)
parent9febed1344e93815dc3a94047daa69967c3af160 (diff)
downloadvyos-1x-c9b20f8884d8ee9f519ab1235e2ac8d980c4373e.tar.gz
vyos-1x-c9b20f8884d8ee9f519ab1235e2ac8d980c4373e.zip
Merge pull request #2834 from c-po/bgp-t5937
bgp: T5937: fix migration script for IPv6 AFI peer-group
Diffstat (limited to 'src/migration-scripts/bgp/0-to-1')
-rwxr-xr-xsrc/migration-scripts/bgp/0-to-12
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