From bd9416a6aa9d5d0a746dc2cebc8d0330fd27d1a2 Mon Sep 17 00:00:00 2001 From: Christian Breunig Date: Sun, 12 Feb 2023 20:55:16 +0100 Subject: T5001: Replace links to the phabricator site Replace links to the phabricator site from https://phabricator.vyos.net to https://vyos.dev --- src/migration-scripts/interfaces/4-to-5 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/migration-scripts/interfaces/4-to-5') 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) -- cgit v1.2.3