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 /src/conf_mode/snmp.py | |
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 'src/conf_mode/snmp.py')
-rwxr-xr-x | src/conf_mode/snmp.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/conf_mode/snmp.py b/src/conf_mode/snmp.py index 25ff9d0dd..0be0da3d1 100755 --- a/src/conf_mode/snmp.py +++ b/src/conf_mode/snmp.py @@ -145,7 +145,7 @@ def get_config(): # Always listen on localhost if an explicit address has been configured # This is a safety measure to not end up with invalid listen addresses - # that are not configured on this system. See https://phabricator.vyos.net/T850 + # that are not configured on this system. See https://vyos.dev/T850 if not '127.0.0.1' in conf.list_nodes('listen-address'): snmp['listen_address'].append(('127.0.0.1', '161')) |