]> git.proxmox.com Git - mirror_frr.git/commit - lib/vty.h
ldpd: adapt the code for Quagga
authorRenato Westphal <renato@opensourcerouting.org>
Tue, 1 Mar 2016 18:31:28 +0000 (15:31 -0300)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Fri, 23 Sep 2016 13:31:09 +0000 (09:31 -0400)
commiteac6e3f027356c25a8c8fddf921f769b79945fcc
tree69d5a17fb3f95934bafa22f8a3aee28c92780d62
parente30090a678e45aee2755c492212c5a478b9dcfcc
ldpd: adapt the code for Quagga

Signed-off-by: Renato Westphal <renato@opensourcerouting.org>
57 files changed:
Makefile.am
configure.ac
doc/Makefile.am
doc/ldpd-basic-test-setup.md [new file with mode: 0644]
doc/ldpd.8 [new file with mode: 0644]
ldpd/.gitignore [new file with mode: 0644]
ldpd/Makefile.am [new file with mode: 0644]
ldpd/accept.c
ldpd/address.c
ldpd/adjacency.c
ldpd/control.c
ldpd/control.h
ldpd/hello.c
ldpd/init.c
ldpd/interface.c
ldpd/keepalive.c
ldpd/l2vpn.c
ldpd/labelmapping.c
ldpd/lde.c
ldpd/lde.h
ldpd/lde_lib.c
ldpd/ldp.h
ldpd/ldp_debug.c [new file with mode: 0644]
ldpd/ldp_debug.h [new file with mode: 0644]
ldpd/ldp_vty.h [new file with mode: 0644]
ldpd/ldp_vty.xml [new file with mode: 0644]
ldpd/ldp_vty_cmds.c [new file with mode: 0644]
ldpd/ldp_vty_conf.c [new file with mode: 0644]
ldpd/ldp_vty_exec.c [new file with mode: 0644]
ldpd/ldp_zebra.c [new file with mode: 0644]
ldpd/ldpd.c
ldpd/ldpd.conf.sample [new file with mode: 0644]
ldpd/ldpd.h
ldpd/ldpe.c
ldpd/ldpe.h
ldpd/log.c
ldpd/log.h
ldpd/neighbor.c
ldpd/notification.c
ldpd/packet.c
ldpd/pfkey.c
ldpd/socket.c
ldpd/util.c
lib/Makefile.am
lib/command.c
lib/command.h
lib/imsg-buffer.c
lib/imsg.c
lib/log.c
lib/log.h
lib/mpls.h
lib/privs.c
lib/route_types.txt
lib/vty.c
lib/vty.h
tools/xml2cli.pl [new file with mode: 0755]
zebra/zserv.c