]> git.ipfire.org Git - thirdparty/iproute2.git/commit
Merge branch 'bridge-vxlan-vni-filtering' into next
authorDavid Ahern <dsahern@kernel.org>
Sun, 8 May 2022 15:50:40 +0000 (09:50 -0600)
committerDavid Ahern <dsahern@kernel.org>
Sun, 8 May 2022 15:51:02 +0000 (09:51 -0600)
commit2c09c7622afb0b6e4be517af4375182512e5df89
tree11c55a60e0e8b808465fdaecf474cee647430398
parent837294e452521129718c913fd04e2214998ae9e4
parent40b50f153c52e14b1848c74fd09ffc9e51b75c8a
Merge branch 'bridge-vxlan-vni-filtering' into next

Roopa Prabhu  says:

====================

This series adds bridge command to manage
recently added vnifilter on a collect metadata
vxlan (external) device. Also includes per vni stats
support.

examples:
$bridge vni add dev vxlan0 vni 400

$bridge vni add dev vxlan0 vni 200 group 239.1.1.101

$bridge vni del dev vxlan0 vni 400

$bridge vni show

$bridge -s vni show

====================

Signed-off-by: David Ahern <dsahern@kernel.org>