Fabio Falzoi
Fabio Falzoi
In case IPv4NativeRoutingCIDR is left unspecified, the related config option will be nil. To avoid panicking, check for this case before converting the CIDR to a string. Moreover, do not...
``` --- FAIL: TestArpPingHandlingIPv6 (5.07s) logger.go:257: time=2024-06-21T09:01:56.599Z level=ERROR source=/host/pkg/datapath/linux/fuzz_test.go:48 msg="MockQ NodeNeighborRefresh failed" error="next hop insert failed for {LinkIndex:112 Family:0 State:4 Type:0 Flags:16 FlagsExt:0 IP:f00d::250 HardwareAddr: LLIPAddr: Vlan:0 VNI:0 MasterIndex:0}: invalid...
Add DeleteV4 to delete an IPv4 route. Differently from Delete, DeleteV4 does not discard Priority, Local, Type, MTU and Scope fields when sending the deletion request via netlink.