Loading
net: hns3: add arp proxy switch in ethtool
driver inclusion category: feature bugzilla: https://gitee.com/openeuler/kernel/issues/I9A3QT CVE: NA ---------------------------------------------------------------------- To use arp proxy more conviency, add an arp proxy switch in ethool. Use followed command to open or close arp proxy: ethtool --set-priv-flags <device_name> roh_arp_proxy_enable <on/off> Use followed command to find current state of arp proxy switch: ethtool --show-priv-flags <device_name> The results are showed as followed: ... roh_arp_proxy_enable: on Signed-off-by:Peiyang Wang <wangpeiyang1@huawei.com> Signed-off-by:
Jiantao Xiao <xiaojiantao1@h-partners.com>