Unconfig not resetting the peer-group member allowas_in[afi][safi]
This is causing remote route to be accept.
Signed-off-by: Kishore Kunal <kishorekunal01@broadcom.com>
PEER_FLAG_ALLOWAS_IN))
continue;
- /* Skip peers where flag is already disabled. */
- if (!CHECK_FLAG(member->af_flags[afi][safi],
- PEER_FLAG_ALLOWAS_IN))
- continue;
-
/* Remove flags and configuration on peer-group member. */
UNSET_FLAG(member->af_flags[afi][safi], PEER_FLAG_ALLOWAS_IN);
UNSET_FLAG(member->af_flags[afi][safi],