diff options
author | Haiyue Wang <haiyue.wang@intel.com> | 2021-03-09 11:08:12 +0800 |
---|---|---|
committer | Tony Nguyen <anthony.l.nguyen@intel.com> | 2021-03-22 11:32:12 -0700 |
commit | 527691bf0682d7ddcca77fc17dabd2fa090572ff (patch) | |
tree | 100c3122bbaf35c5fcae933cb7ef3e92c9e18a6d /net/lapb/lapb_timer.c | |
parent | 0dbfbabb840d711d7ea1627d88afd0520f374a90 (diff) | |
download | linux-527691bf0682d7ddcca77fc17dabd2fa090572ff.tar.gz linux-527691bf0682d7ddcca77fc17dabd2fa090572ff.tar.bz2 linux-527691bf0682d7ddcca77fc17dabd2fa090572ff.zip |
iavf: Support IPv4 Flow Director filters
Support the addition and deletion of IPv4 filters.
Supported fields are: src-ip, dst-ip, src-port, dst-port and l4proto
Supported flow-types are: tcp4, udp4, sctp4, ip4, ah4, esp4
Example usage:
ethtool -N ens787f0v0 flow-type tcp4 src-ip 192.168.0.20 \
dst-ip 192.168.0.21 tos 4 src-port 22 dst-port 23 action 8
L2TPv3 over IP with 'Session ID' 17:
ethtool -N ens787f0v0 flow-type ip4 l4proto 115 l4data 17 action 3
Signed-off-by: Haiyue Wang <haiyue.wang@intel.com>
Tested-by: Chen Bo <BoX.C.Chen@intel.com>
Signed-off-by: Tony Nguyen <anthony.l.nguyen@intel.com>
Diffstat (limited to 'net/lapb/lapb_timer.c')
0 files changed, 0 insertions, 0 deletions