diff options
| author | Manoj Naragund <mnaragund@vmware.com> | 2021-09-30 10:28:11 -0700 | 
|---|---|---|
| committer | Manoj Naragund <mnaragund@vmware.com> | 2021-10-06 08:54:47 -0700 | 
| commit | bc465fb6cc7cfbad3301d6d0ceb4fb539dbaec35 (patch) | |
| tree | bb2fd852dd9e7cb66717756fe7e2f50db9551765 /ospf6d/ospf6_message.c | |
| parent | 25dd89e398b41c50e0e928a01d5ce8376f60c220 (diff) | |
ospf6d: code cleanup.
removal of some of the deadcode in ospf6d.
Signed-off-by: Manoj Naragund <mnaragund@vmware.com>
Diffstat (limited to 'ospf6d/ospf6_message.c')
| -rw-r--r-- | ospf6d/ospf6_message.c | 4 | 
1 files changed, 0 insertions, 4 deletions
diff --git a/ospf6d/ospf6_message.c b/ospf6d/ospf6_message.c index 64de9bae41..23610f649d 100644 --- a/ospf6d/ospf6_message.c +++ b/ospf6d/ospf6_message.c @@ -726,7 +726,6 @@ static void ospf6_dbdesc_recv_master(struct ospf6_header *oh,  				zlog_debug("Ignoring LSA of reserved scope");  			ospf6_lsa_delete(his);  			continue; -			break;  		}  		if (ntohs(his->header->type) == OSPF6_LSTYPE_AS_EXTERNAL @@ -949,7 +948,6 @@ static void ospf6_dbdesc_recv_slave(struct ospf6_header *oh,  				zlog_debug("Ignoring LSA of reserved scope");  			ospf6_lsa_delete(his);  			continue; -			break;  		}  		if (OSPF6_LSA_SCOPE(his->header->type) == OSPF6_SCOPE_AS @@ -1084,7 +1082,6 @@ static void ospf6_lsreq_recv(struct in6_addr *src, struct in6_addr *dst,  			if (IS_OSPF6_DEBUG_MESSAGE(oh->type, RECV))  				zlog_debug("Ignoring LSA of reserved scope");  			continue; -			break;  		}  		/* Find database copy */ @@ -1636,7 +1633,6 @@ static void ospf6_lsack_recv(struct in6_addr *src, struct in6_addr *dst,  				zlog_debug("Ignoring LSA of reserved scope");  			ospf6_lsa_delete(his);  			continue; -			break;  		}  		if (IS_OSPF6_DEBUG_MESSAGE(oh->type, RECV))  | 
