diff options
Diffstat (limited to 'ospf6d/ospf6_interface.c')
| -rw-r--r-- | ospf6d/ospf6_interface.c | 3 | 
1 files changed, 3 insertions, 0 deletions
diff --git a/ospf6d/ospf6_interface.c b/ospf6d/ospf6_interface.c index 7f813ce3cc..b578ed1e4c 100644 --- a/ospf6d/ospf6_interface.c +++ b/ospf6d/ospf6_interface.c @@ -1822,6 +1822,9 @@ void ospf6_interface_stop(struct ospf6_interface *oi)  	if (oa->if_list->count == 0) {  		UNSET_FLAG(oa->flag, OSPF6_AREA_ENABLE);  		ospf6_abr_disable_area(oa); + +		/* Delete area if no interfaces or configuration. */ +		ospf6_area_no_config_delete(oa);  	}  }  | 
