diff options
| author | ckishimo <carles.kishimoto@gmail.com> | 2021-03-17 00:01:19 +0100 |
|---|---|---|
| committer | ckishimo <carles.kishimoto@gmail.com> | 2021-03-17 00:01:22 +0100 |
| commit | d100d0b00c91af7ce38cc25139563201a1fbfb42 (patch) | |
| tree | d22776f1566af5e4131b4c5fad0e3b5a2713b9ab /lib/srcdest_table.c | |
| parent | 5ac69ec52a6eb92141deac6d930dddc6ac053e8e (diff) | |
ospf6d: remove interface prefix when area is removed
This bug was first reported in PR#7717. When removing an interface
from the area, the interface prefix is still shown
r1# sh ipv6 ospf6 interface prefix
*N IA 2013:12::/64 ::1 r1-r2-eth0 00:00:12
r1# conf t
r1(config)# router ospf6
r1(config-ospf6)# no interface r1-r2-eth0 area 0.0.0.0
r1(config-ospf6)# exit
r1# sh ipv6 ospf6 interface prefix
*N IA 2013:12::/64 ::1 r1-r2-eth0 00:00:22
This fix will check if the interface is disabled so the
prefix is not shown
Signed-off-by: ckishimo <carles.kishimoto@gmail.com>
Diffstat (limited to 'lib/srcdest_table.c')
0 files changed, 0 insertions, 0 deletions
