diff options
Diffstat (limited to 'src/migration-scripts/interfaces')
| -rwxr-xr-x | src/migration-scripts/interfaces/0-to-1 | 2 | ||||
| -rwxr-xr-x | src/migration-scripts/interfaces/1-to-2 | 4 | ||||
| -rwxr-xr-x | src/migration-scripts/interfaces/16-to-17 | 2 | ||||
| -rwxr-xr-x | src/migration-scripts/interfaces/2-to-3 | 2 | ||||
| -rwxr-xr-x | src/migration-scripts/interfaces/20-to-21 | 2 | ||||
| -rwxr-xr-x | src/migration-scripts/interfaces/4-to-5 | 2 | 
6 files changed, 7 insertions, 7 deletions
| diff --git a/src/migration-scripts/interfaces/0-to-1 b/src/migration-scripts/interfaces/0-to-1 index ee4d6b82c..c7f324661 100755 --- a/src/migration-scripts/interfaces/0-to-1 +++ b/src/migration-scripts/interfaces/0-to-1 @@ -3,7 +3,7 @@  # Change syntax of bridge interface  # - move interface based bridge-group to actual bridge (de-nest)  # - make stp and igmp-snooping nodes valueless -# https://phabricator.vyos.net/T1556 +# https://vyos.dev/T1556  import sys  from vyos.configtree import ConfigTree diff --git a/src/migration-scripts/interfaces/1-to-2 b/src/migration-scripts/interfaces/1-to-2 index 050137318..c75404d85 100755 --- a/src/migration-scripts/interfaces/1-to-2 +++ b/src/migration-scripts/interfaces/1-to-2 @@ -2,7 +2,7 @@  # Change syntax of bond interface  # - move interface based bond-group to actual bond (de-nest) -# https://phabricator.vyos.net/T1614 +# https://vyos.dev/T1614  import sys  from vyos.configtree import ConfigTree @@ -40,7 +40,7 @@ else:      # some combinations were allowed in the past from a CLI perspective      # but the kernel overwrote them - remove from CLI to not confuse the users.      # In addition new consitency checks are in place so users can't repeat the -    # mistake. One of those nice issues is https://phabricator.vyos.net/T532 +    # mistake. One of those nice issues is https://vyos.dev/T532      for bond in config.list_nodes(base):          if config.exists(base + [bond, 'arp-monitor', 'interval']) and config.exists(base + [bond, 'mode']):              mode = config.return_value(base + [bond, 'mode']) diff --git a/src/migration-scripts/interfaces/16-to-17 b/src/migration-scripts/interfaces/16-to-17 index a6b4c7663..d123be06f 100755 --- a/src/migration-scripts/interfaces/16-to-17 +++ b/src/migration-scripts/interfaces/16-to-17 @@ -15,7 +15,7 @@  # along with this program.  If not, see <http://www.gnu.org/licenses/>.  # Command line migration of port mirroring -# https://phabricator.vyos.net/T3089 +# https://vyos.dev/T3089  import sys  from vyos.configtree import ConfigTree diff --git a/src/migration-scripts/interfaces/2-to-3 b/src/migration-scripts/interfaces/2-to-3 index a63a54cdf..68d41de39 100755 --- a/src/migration-scripts/interfaces/2-to-3 +++ b/src/migration-scripts/interfaces/2-to-3 @@ -2,7 +2,7 @@  # Change syntax of openvpn encryption settings  # - move cipher from encryption to encryption cipher -# https://phabricator.vyos.net/T1704 +# https://vyos.dev/T1704  import sys  from vyos.configtree import ConfigTree diff --git a/src/migration-scripts/interfaces/20-to-21 b/src/migration-scripts/interfaces/20-to-21 index 0bd858760..cb1c36882 100755 --- a/src/migration-scripts/interfaces/20-to-21 +++ b/src/migration-scripts/interfaces/20-to-21 @@ -15,7 +15,7 @@  # along with this program.  If not, see <http://www.gnu.org/licenses/>.  # T3619: mirror Linux Kernel defaults for ethernet offloading options into VyOS -#        CLI. See https://phabricator.vyos.net/T3619#102254 for all the details. +#        CLI. See https://vyos.dev/T3619#102254 for all the details.  # T3787: Remove deprecated UDP fragmentation offloading option  from sys import argv 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) | 
