]> git.proxmox.com Git - mirror_iproute2.git/commit
bridge: fdb: add support for src_vni option
authorRoopa Prabhu <roopa@cumulusnetworks.com>
Mon, 4 Mar 2019 05:26:32 +0000 (21:26 -0800)
committerDavid Ahern <dsahern@gmail.com>
Tue, 5 Mar 2019 15:52:34 +0000 (07:52 -0800)
commitc5b176e5ba1f51336350b4ad36039aaef9f4af07
tree460b4ab7f6f1f63ce9936017175e7c951d0710a6
parent83a8b8d9f108ad99faa999742016f8d63059a8b2
bridge: fdb: add support for src_vni option

We already print src_vni for a fdb entry when present.
This patch adds the ability to set src_vni on a fdb
entry. When not specified, kernel will use vni specified
on the vxlan device. This can be used on a vxlan fdb entry
when the vxlan device is in external or collect metadata
mode.

Signed-off-by: Roopa Prabhu <roopa@cumulusnetworks.com>
Signed-off-by: David Ahern <dsahern@gmail.com>
bridge/fdb.c
man/man8/bridge.8