]> git.ipfire.org Git - thirdparty/iproute2.git/commit
iproute2: generalize VXLAN forwarding tables
authorDavid Stevens <dlstevens@us.ibm.com>
Wed, 1 May 2013 03:21:22 +0000 (03:21 +0000)
committerStephen Hemminger <stephen@networkplumber.org>
Fri, 3 May 2013 20:20:34 +0000 (13:20 -0700)
commit5f409678ebf222e79c19f4fb0c167c97c8db8711
treec628c57ff5ae7ec6506e67691b9937dd4457fc4a
parentd85e0a59d47e2b1cfbce140a6d5df2405b1764e2
iproute2: generalize VXLAN forwarding tables

iproute2 patch to generalize VXLAN forwarding tables

This is the iproute2 support allowing an administrator to specify alternate
ports, vnis and outgoing interfaces for VXLAN device forwarding tables.

Changes since v3: changed NDA_PORT to be 16-bit network byte order to match
changed byte-order/size in the VXLAN driver.

Signed-Off-By: David L Stevens <dlstevens@us.ibm.com>
bridge/fdb.c