diff options
author | Christian Breunig <christian@breunig.cc> | 2023-02-12 20:55:16 +0100 |
---|---|---|
committer | Christian Breunig <christian@breunig.cc> | 2023-02-12 20:55:16 +0100 |
commit | bd9416a6aa9d5d0a746dc2cebc8d0330fd27d1a2 (patch) | |
tree | 6307fdc8ae2627a45fe1abd5965a51ec9b753aac /smoketest/scripts/cli/test_protocols_bgp.py | |
parent | 4a4b25cba424347e2d114b37b079c31441fc011e (diff) | |
download | vyos-1x-bd9416a6aa9d5d0a746dc2cebc8d0330fd27d1a2.tar.gz vyos-1x-bd9416a6aa9d5d0a746dc2cebc8d0330fd27d1a2.zip |
T5001: Replace links to the phabricator site
Replace links to the phabricator site from https://phabricator.vyos.net to
https://vyos.dev
Diffstat (limited to 'smoketest/scripts/cli/test_protocols_bgp.py')
-rwxr-xr-x | smoketest/scripts/cli/test_protocols_bgp.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/smoketest/scripts/cli/test_protocols_bgp.py b/smoketest/scripts/cli/test_protocols_bgp.py index bf5b2e0f3..4047ea8f4 100755 --- a/smoketest/scripts/cli/test_protocols_bgp.py +++ b/smoketest/scripts/cli/test_protocols_bgp.py @@ -966,7 +966,7 @@ class TestProtocolsBGP(VyOSUnitTestSHIM.TestCase): self.assertIn(f' neighbor {peer_group} remote-as {remote_asn}', frrconfig) def test_bgp_15_local_as_ebgp(self): - # https://phabricator.vyos.net/T4560 + # https://vyos.dev/T4560 # local-as allowed only for ebgp peers neighbor = '192.0.2.99' |