[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <1560870845-172395-1-git-send-email-luoshijie1@huawei.com>
Date: Tue, 18 Jun 2019 15:14:02 +0000
From: luoshijie <luoshijie1@...wei.com>
To: <davem@...emloft.net>, <tgraf@...g.ch>, <dsahern@...il.com>
CC: <netdev@...r.kernel.org>, <liuzhiqiang26@...wei.com>,
<wangxiaogang3@...wei.com>, <mingfangsen@...wei.com>,
<zhoukang7@...wei.com>
Subject: [PATCH v2 0/3] fix bugs when enable route_localnet
From: Shijie Luo <luoshijie1@...wei.com>
When enable route_localnet, route of the 127/8 address is enabled.
But in some situations like arp_announce=2, ARP requests or reply
work abnormally.
This patchset fix some bugs when enable route_localnet.
Change History:
V2:
- Change a single patch to a patchset.
- Add bug fix for arp_ignore = 3.
- Add a couple of test for enabling route_localnet in selftests.
Shijie Luo (3):
ipv4: fix inet_select_addr() when enable route_localnet
ipv4: fix confirm_addr_indev() when enable route_localnet
selftests: add route_localnet test script
net/ipv4/devinet.c | 15 +++-
tools/testing/selftests/net/route_localnet.sh | 74 +++++++++++++++++++
2 files changed, 86 insertions(+), 3 deletions(-)
create mode 100755 tools/testing/selftests/net/route_localnet.sh
--
2.19.1
Powered by blists - more mailing lists