summaryrefslogtreecommitdiff
path: root/src/migration-scripts/interfaces/4-to-5
diff options
context:
space:
mode:
authorChristian Breunig <christian@breunig.cc>2023-02-12 21:00:53 +0100
committerChristian Breunig <christian@breunig.cc>2023-02-12 21:00:53 +0100
commitb6290329f2d6f5d05a8ff577f0be8a7e0f0ebdee (patch)
treecb716c732539224c1d264b9f35fac159bf70f1c0 /src/migration-scripts/interfaces/4-to-5
parentc99c1127d3bc49b67e472e03fcd7f9930407f20d (diff)
downloadvyos-1x-b6290329f2d6f5d05a8ff577f0be8a7e0f0ebdee.tar.gz
vyos-1x-b6290329f2d6f5d05a8ff577f0be8a7e0f0ebdee.zip
T5001: Replace links to the phabricator site
Replace links to the phabricator site from https://phabricator.vyos.net to https://vyos.dev (cherry-picked form commit bd9416a6aa9d5d0a746dc2cebc8d0330fd27d1a2)
Diffstat (limited to 'src/migration-scripts/interfaces/4-to-5')
-rwxr-xr-xsrc/migration-scripts/interfaces/4-to-52
1 files changed, 1 insertions, 1 deletions
diff --git a/src/migration-scripts/interfaces/4-to-5 b/src/migration-scripts/interfaces/4-to-5
index 2a42c60ff..f645c5aeb 100755
--- a/src/migration-scripts/interfaces/4-to-5
+++ b/src/migration-scripts/interfaces/4-to-5
@@ -50,7 +50,7 @@ def migrate_dialer(config, tree, intf):
# Remove IPv6 router-advert nodes as this makes no sense on a
# client diale rinterface to send RAs back into the network
- # https://phabricator.vyos.net/T2055
+ # https://vyos.dev/T2055
ipv6_ra = pppoe_base + ['ipv6', 'router-advert']
if config.exists(ipv6_ra):
config.delete(ipv6_ra)