Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
bgpd: remove useless control checks about TCP connection
When attempting to get the src and destination addresses of a given connection, the API may return the NULL pointer, but further code in bgp_zebra_nexthop_set() already does a check about the given pointer. Relaxing the error code for all the returned adressing. Fixes: 1ff9a34 ("bgpd: bgpd-fsm-fix.patch") Signed-off-by: Philippe Guibert <[email protected]>
- Loading branch information