diff options
author | Daniil Baturin <daniil@vyos.io> | 2023-02-13 14:34:51 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-02-13 14:34:51 +0000 |
commit | e7d80294ca5ab3c323c2f16702777724ee5fa121 (patch) | |
tree | cb716c732539224c1d264b9f35fac159bf70f1c0 /data/templates/pppoe/ip-down.script.tmpl | |
parent | c99c1127d3bc49b67e472e03fcd7f9930407f20d (diff) | |
parent | b6290329f2d6f5d05a8ff577f0be8a7e0f0ebdee (diff) | |
download | vyos-1x-e7d80294ca5ab3c323c2f16702777724ee5fa121.tar.gz vyos-1x-e7d80294ca5ab3c323c2f16702777724ee5fa121.zip |
Merge pull request #1815 from c-po/equuleus
T5001: Replace links to the phabricator site (equuleus)
Diffstat (limited to 'data/templates/pppoe/ip-down.script.tmpl')
-rw-r--r-- | data/templates/pppoe/ip-down.script.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
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 |