On Sat, Apr 15, 2023 at 11:21:53PM +0800, James Raphael Tiovalen wrote: > In the case where routing is enabled, the bridge member of the > `vsctl_port` structs is not populated. This can cause a crash if we > attempt to access it. This patch fixes the crash by checking if the > bridge member is valid before attempting to access it. In the > `check_conflicts` function, we print both the port name and the bridge > name if routing is disabled and we only print the port name if routing > is enabled. > > Signed-off-by: James Raphael Tiovalen <[email protected]>
Reviewed-by: Simon Horman <[email protected]> _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
