diff options
Diffstat (limited to 'isisd/isis_csm.c')
| -rw-r--r-- | isisd/isis_csm.c | 17 | 
1 files changed, 0 insertions, 17 deletions
diff --git a/isisd/isis_csm.c b/isisd/isis_csm.c index 9202ed5a88..9ff5c86fb0 100644 --- a/isisd/isis_csm.c +++ b/isisd/isis_csm.c @@ -141,23 +141,6 @@ isis_csm_state_change(int event, struct isis_circuit *circuit, void *arg)  					EC_ISIS_CONFIG,  					"Could not bring up %s because of invalid config.",  					circuit->interface->name); -				flog_err( -					EC_ISIS_CONFIG, -					"Clearing config for %s. Please re-examine it.", -					circuit->interface->name); -				if (circuit->ip_router) { -					circuit->ip_router = 0; -					circuit->area->ip_circuits--; -				} -				if (circuit->ipv6_router) { -					circuit->ipv6_router = 0; -					circuit->area->ipv6_circuits--; -				} -				circuit_update_nlpids(circuit); -				isis_circuit_deconfigure(circuit, -							 circuit->area); -				listnode_add(isis->init_circ_list, circuit); -				circuit->state = C_STATE_INIT;  				break;  			}  			circuit->state = C_STATE_UP;  | 
