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 --- python/vyos/ifconfig/interface.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'python/vyos/ifconfig/interface.py') diff --git a/python/vyos/ifconfig/interface.py b/python/vyos/ifconfig/interface.py index 795df2462..fc33430eb 100644 --- a/python/vyos/ifconfig/interface.py +++ b/python/vyos/ifconfig/interface.py @@ -1365,7 +1365,7 @@ class Interface(Control): if not isinstance(state, bool): raise ValueError("Value out of range") - # https://phabricator.vyos.net/T3448 - there is (yet) no RPI support for XDP + # https://vyos.dev/T3448 - there is (yet) no RPI support for XDP if not os.path.exists('/usr/sbin/xdp_loader'): return -- cgit v1.2.3