diff options
| author | ckishimo <carles.kishimoto@gmail.com> | 2020-11-20 13:53:20 -0800 |
|---|---|---|
| committer | ckishimo <carles.kishimoto@gmail.com> | 2020-11-21 04:13:17 -0800 |
| commit | a987fe6b25d54b012df314bb696393f8eb8fb715 (patch) | |
| tree | 9cb4a56f0493e2949b872ccd9997b996e3c97e63 /tests/topotests/bgp_rfapi_basic_sanity/scripts/check_timeout.py | |
| parent | 64aaa92dff679e59cf0de1e93529e215a8e0d2ca (diff) | |
ospfd: fix NSSA translate-always
When an ABR NSSA router is configured to be ALWAYS the translator:
r22(config-router)# area 1 nssa translate-always
It will advertise this condition in the type-1 LSA setting the Nt
bit, taking over the translator role from r33
r22# show ip ospf
We are an ABR and always an NSSA Translator.
r33# show ip ospf
We are an ABR, but not the NSSA Elected Translator.
However when the command above is removed:
r22(config-router)# no area 1 nssa translate-always
the bit Nt needs to be cleared otherwise we end up with no translator
in the area
r22# show ip ospf
We are an ABR, but not the NSSA Elected Translator.
r33# show ip ospf
We are an ABR, but not the NSSA Elected Translator.
This PR forces the ABR to send a type-1 LSA with the Nt bit updated
according to the translator role
Signed-off-by: ckishimo <carles.kishimoto@gmail.com>
Diffstat (limited to 'tests/topotests/bgp_rfapi_basic_sanity/scripts/check_timeout.py')
0 files changed, 0 insertions, 0 deletions
