Skip to content

Commit 1118556

Browse files
authored
Revert "isisd: When the ISIS types of the routers do not match on a P2P link" (#3)
This reverts commit 55e881e.
1 parent 55e881e commit 1118556

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

isisd/isis_pdu.c

+1-2
Original file line numberDiff line numberDiff line change
@@ -231,8 +231,7 @@ static int process_p2p_hello(struct iih_info *iih)
231231
return ISIS_OK;
232232
}
233233
}
234-
if (!adj || adj->level != iih->calculated_type ||
235-
!(iih->circuit->is_type & iih->circ_type)) {
234+
if (!adj || adj->level != iih->calculated_type) {
236235
if (!adj) {
237236
adj = isis_new_adj(iih->sys_id, NULL,
238237
iih->calculated_type, iih->circuit);

0 commit comments

Comments
 (0)