]> git.proxmox.com Git - mirror_frr.git/commit - lib/if.h
ptm-integration.patch
authorDonald Sharp <sharpd@cumulusnetworks.com>
Wed, 20 May 2015 00:40:44 +0000 (17:40 -0700)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Wed, 20 May 2015 00:40:44 +0000 (17:40 -0700)
commit244c1cdce553f6b722920ffe40a492ca230ad086
tree42b740f784ba1682490de2e7edf8936517e8fd09
parentd0af85281438bcb370b7587c58e44f7fc8d65ba1
ptm-integration.patch

Integrates Prescriptive Topology Module(ptm) into quagga.

If this module is enabled, link ups are notified only after the link is verified
as being connected to the neighbor specified. The neighbor specification and
checking is done by the ptm daemon.
12 files changed:
lib/if.c
lib/if.h
lib/zclient.c
vtysh/Makefile.am
zebra/Makefile.am
zebra/interface.c
zebra/main.c
zebra/redistribute.c
zebra/rt_netlink.c
zebra/zebra_ptm.c [new file with mode: 0644]
zebra/zebra_ptm.h [new file with mode: 0644]
zebra/zserv.c