]> git.proxmox.com Git - mirror_iproute2.git/commit - ip/ipneigh.c
add DOVE extensions for iproute2
authorDavid L Stevens <dlstevens@us.ibm.com>
Wed, 12 Dec 2012 18:02:19 +0000 (10:02 -0800)
committerStephen Hemminger <shemminger@vyatta.com>
Wed, 12 Dec 2012 18:02:19 +0000 (10:02 -0800)
commit1556e29d3cce735f9bd93481f4efe4f6e1bbc419
tree190f82cef2473f66a3555e4ca019f62764337fe4
parent1ce2de97386e38c258ee2048a80ee28d0e8bad01
add DOVE extensions for iproute2

This patch adds a new flag to iproute2 for vxlan devices to enable
DOVE features. It also adds support for L2 and L3 switch lookup miss
netlink messages to "ip monitor".

Changes since v2: fix merge conflict
Changes since v1:
- split "dove" flag into separate feature flags:
- "proxy" for ARP reduction
- "rsc" for route short circuiting
- "l2miss" for L2 switch miss notifications
- "l3miss" for L3 switch miss notifications

Signed-off-by: David L Stevens <dlstevens@us.ibm.com>
ip/iplink_vxlan.c
ip/ipmonitor.c
ip/ipneigh.c