diff options
| author | Donald Sharp <sharpd@cumulusnetworks.com> | 2018-11-28 18:46:36 -0500 |
|---|---|---|
| committer | Donald Sharp <sharpd@cumulusnetworks.com> | 2019-01-25 20:40:05 -0500 |
| commit | dc2f50f378c0dc77ce3a8cf5c7abc59e509b455d (patch) | |
| tree | 38f360e8684ceb3e95aa3f40709776770ea2171d /tests | |
| parent | b77004d63213111525727ec6974899b441b6aca9 (diff) | |
bgpd: interface based peers should automatically override it's peer group
When a interface based peer is setup and if it is part of a peer
group we should ignore this and just use the PEER_FLAG_CAPABILITY_ENHE
no matter what.
Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/bgpd/test_peer_attr.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/bgpd/test_peer_attr.py b/tests/bgpd/test_peer_attr.py index bafd131b78..44068605ee 100644 --- a/tests/bgpd/test_peer_attr.py +++ b/tests/bgpd/test_peer_attr.py @@ -9,7 +9,7 @@ class TestFlag(frrtest.TestMultiOut): TestFlag.okfail('peer\\advertisement-interval') TestFlag.okfail('peer\\capability dynamic') TestFlag.okfail('peer\\capability extended-nexthop') -TestFlag.okfail('peer\\capability extended-nexthop') +#TestFlag.okfail('peer\\capability extended-nexthop') TestFlag.okfail('peer\\description') TestFlag.okfail('peer\\disable-connected-check') TestFlag.okfail('peer\\dont-capability-negotiate') |
