]> git.proxmox.com Git - mirror_frr.git/commit
zebra: fix pseudowire code re. upstream changes
authorDavid Lamparter <equinox@opensourcerouting.org>
Wed, 9 Aug 2017 10:37:45 +0000 (12:37 +0200)
committerDavid Lamparter <equinox@diac24.net>
Wed, 9 Aug 2017 11:03:39 +0000 (13:03 +0200)
commit69965f533aa368b4a630dafbcd72a4f600bd9e1c
tree29fbd9adce8d50fb3183069e57f88f875b73efc0
parent2dd0d726247489dbcc8d99671360915d7332f7c4
zebra: fix pseudowire code re. upstream changes

- VTY_NEWLINE is out
- thread API changed with the extra arg
- struct rib got renamed to struct route_entry
- MPLS_NO_LABEL was removed
- RB-tree implementation has some extra args

Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
ldpd/neighbor.c
zebra/debug.c
zebra/zebra_pw.c