VRF: ICMPV6 Echo Reply failed to egress if ingress pkt Src is IPV6
Global and Dest is IPV6 Link Local.
KERNEL VERSION:
4.14.28
BUG REPORT:
https://bugzilla.kernel.org/show_bug.cgi?id=199573
CONFIGURATION AND PACKET FLOW:
==
1) Created VR
VRF: Ingress IPv6 Linklocal/Multicast pkt from slave VRF device does
not map to Master device socket.
KERNEL VERSION:
4.14.28
BUG REPORT:
https://bugzilla.kernel.org/show_bug.cgi?id=199409
CONFIGURATION AND PROBLEM ROOT CAUSE:
==
Hi,
VRF egress processing routine does not process multicast packet but
broadcast packet is not diverted. I added code changes to not to
process broadcast packet by the VRF driver.. Is my assumption correct
?
static struct sk_buff *vrf_ip_out(struct net_device *vrf_dev, struct
sock *sk, struc
Hi,
VRF egress processing routine does not process multicast packet but broadcast
packet is not diverted. I added code changes to not to process broadcast
packet by the VRF driver.. Is my assumption correct ?
static struct sk_buff *vrf_ip_out(struct net_device *vrf_dev,
struct sock *sk,
str