summaryrefslogtreecommitdiff
path: root/python
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 /python
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 'python')
-rw-r--r--python/vyos/ifconfig/loopback.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/vyos/ifconfig/loopback.py b/python/vyos/ifconfig/loopback.py
index 30c890fdf..1b8161ce5 100644
--- a/python/vyos/ifconfig/loopback.py
+++ b/python/vyos/ifconfig/loopback.py
@@ -47,7 +47,7 @@ class LoopbackIf(Interface):
if addr in self._persistent_addresses:
# Do not allow deletion of the default loopback addresses as
# this will cause weird system behavior like snmp/ssh no longer
- # operating as expected, see https://phabricator.vyos.net/T2034.
+ # operating as expected, see https://vyos.dev/T2034.
continue
self.del_addr(addr)