[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20210228235224.30445-1-henry.shen@alliedtelesis.co.nz>
Date: Mon, 1 Mar 2021 12:52:23 +1300
From: Henry Shen <henry.shen@...iedtelesis.co.nz>
To: davem@...emloft.net
Cc: yoshfuji@...ux-ipv6.org, dsahern@...nel.org, kuba@...nel.org,
netdev@...r.kernel.org, linux-kernel@...r.kernel.org,
chris.packham@...iedtelesis.co.nz,
Henry Shen <henry.shen@...iedtelesis.co.nz>
Subject: [PATCH] net:ipv4: Packet is not forwarded when ingress interface is not configured with bc_forwarding
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
Powered by blists - more mailing lists