From b6290329f2d6f5d05a8ff577f0be8a7e0f0ebdee Mon Sep 17 00:00:00 2001 From: Christian Breunig Date: Sun, 12 Feb 2023 21:00:53 +0100 Subject: 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) --- data/templates/pppoe/ip-down.script.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'data/templates/pppoe/ip-down.script.tmpl') diff --git a/data/templates/pppoe/ip-down.script.tmpl b/data/templates/pppoe/ip-down.script.tmpl index c1d1132b3..9db3219b3 100644 --- a/data/templates/pppoe/ip-down.script.tmpl +++ b/data/templates/pppoe/ip-down.script.tmpl @@ -11,7 +11,7 @@ DIALER_PID=$(cat /var/run/{{ ifname }}.pid) logger -t pppd[$DIALER_PID] "executing $0" {% if connect_on_demand is not defined %} -# See https://phabricator.vyos.net/T2248. Determine if we are enslaved to a +# See https://vyos.dev/T2248. Determine if we are enslaved to a # VRF, this is needed to properly insert the default route. VRF_NAME="" if [ -d /sys/class/net/{{ ifname }}/upper_* ]; then -- cgit v1.2.3