netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] net:ipv4: Packet is not forwarded when ingress interface is not configured with bc_forwarding
@ 2021-03-01  0:53 Henry Shen
  2021-03-01  0:53 ` [PATCH] net:ipv4: Packet is not forwarded if bc_forwarding not configured on ingress interface Henry Shen
  0 siblings, 1 reply; 3+ messages in thread
From: Henry Shen @ 2021-03-01  0:53 UTC (permalink / raw)
  To: davem
  Cc: yoshfuji, dsahern, kuba, netdev, linux-kernel, chris.packham, Henry Shen

Allow an IPv4 packet with a destination address of broadcast to be forwarded 
if the ingress interface is not configured with bc_forwarding but the egress 
interface is. This is inline with Cisco's implementation of directed 
broadcast.

Henry Shen (1):
  net:ipv4: Fix pakcet not forwarded when ingress interface is not
    configured with bc_forwarding

 net/ipv4/route.c | 15 +++++++++++++--
 1 file changed, 13 insertions(+), 2 deletions(-)

-- 
2.30.1


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2021-03-01  3:21 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-01  0:53 [PATCH] net:ipv4: Packet is not forwarded when ingress interface is not configured with bc_forwarding Henry Shen
2021-03-01  0:53 ` [PATCH] net:ipv4: Packet is not forwarded if bc_forwarding not configured on ingress interface Henry Shen
2021-03-01  3:20   ` David Ahern

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).