]> git.proxmox.com Git - mirror_frr.git/commit
zebra: implement per-route mtu handling
authorTimo Teräs <timo.teras@iki.fi>
Mon, 2 Nov 2015 14:50:07 +0000 (16:50 +0200)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Sun, 21 Aug 2016 17:11:42 +0000 (13:11 -0400)
commitc50ca33acf29bb269e8f26be19a8ccd06ab41d3e
tree82c05cf8767f6b9096a58d57f5fed9bf8c82e8ef
parent2b50b6031ceb1c960337dd263c91095c4fd27696
zebra: implement per-route mtu handling

This commits allow overriding MTU using netlink attributes on
per-route basis. This is useful for routing protocols that can
advertice prefix specific MTUs between routers (e.g. NHRP).

Signed-off-by: Timo Teräs <timo.teras@iki.fi>
(cherry picked from commit b11f3b54c842117e22e2f5cf1561ea34eee8dfcc)
lib/zclient.c
lib/zclient.h
zebra/connected.c
zebra/kernel_socket.c
zebra/redistribute.c
zebra/rib.h
zebra/rt_netlink.c
zebra/zebra_rib.c
zebra/zebra_vty.c
zebra/zserv.c