net/tap: remove NO-ARP setting
authorPascal Mazon <pascal.mazon@6wind.com>
Wed, 15 Mar 2017 14:48:12 +0000 (15:48 +0100)
committerFerruh Yigit <ferruh.yigit@intel.com>
Tue, 4 Apr 2017 16:59:40 +0000 (18:59 +0200)
commit9d4aabe66aee0fd2a63846f56df16e77bc5e91b1
treec72a1dbe68e1b4e83b09e838b0806ea0bd6b4a59
parent223a29a25eb6bfe57cb19eeab45c44bfaaee99f2
net/tap: remove NO-ARP setting

There is no reason not to support ARP on a tap netdevice. Remove
IFF_NOARP flags.
Focus on IFF_UP when a link status change is required.

Fixes: f457b472b1f2 ("net/tap: add link up and down operations")

Signed-off-by: Pascal Mazon <pascal.mazon@6wind.com>
Reviewed-by: Ferruh Yigit <ferruh.yigit@intel.com>
drivers/net/tap/rte_eth_tap.c