Import Upstream version 1.2.2 upstream/1.2.2
authorBrett Parker <brettp@mythic-beasts.com>
Sat, 17 Mar 2018 14:58:46 +0000 (14:58 +0000)
committerBrett Parker <brettp@mythic-beasts.com>
Sat, 17 Mar 2018 14:58:46 +0000 (14:58 +0000)
commit6d99eb2938e976229cb50d848a1bc491532b54f9
treee241efe8aed6a93c7417d64d2f8c2d51dda3d686
Import Upstream version 1.2.2
788 files changed:
.gitignore [new file with mode: 0644]
AUTHORS [new file with mode: 0644]
COPYING [new file with mode: 0644]
COPYING.LIB [new file with mode: 0644]
ChangeLog [new file with mode: 0644]
HACKING.md [new file with mode: 0644]
HACKING.pending [new file with mode: 0644]
INSTALL.quagga.txt [new file with mode: 0644]
Makefile.am [new file with mode: 0644]
NEWS [new file with mode: 0644]
README [new file with mode: 0644]
README.NetBSD [new file with mode: 0755]
REPORTING-BUGS [new file with mode: 0644]
SERVICES [new file with mode: 0644]
TODO [new file with mode: 0644]
bgpd/.gitignore [new file with mode: 0644]
bgpd/BGP4-MIB.txt [new file with mode: 0644]
bgpd/IMPLEMENTATION.txt [new file with mode: 0644]
bgpd/Makefile.am [new file with mode: 0644]
bgpd/bgp_advertise.c [new file with mode: 0644]
bgpd/bgp_advertise.h [new file with mode: 0644]
bgpd/bgp_aspath.c [new file with mode: 0644]
bgpd/bgp_aspath.h [new file with mode: 0644]
bgpd/bgp_attr.c [new file with mode: 0644]
bgpd/bgp_attr.h [new file with mode: 0644]
bgpd/bgp_btoa.c [new file with mode: 0644]
bgpd/bgp_clist.c [new file with mode: 0644]
bgpd/bgp_clist.h [new file with mode: 0644]
bgpd/bgp_community.c [new file with mode: 0644]
bgpd/bgp_community.h [new file with mode: 0644]
bgpd/bgp_damp.c [new file with mode: 0644]
bgpd/bgp_damp.h [new file with mode: 0644]
bgpd/bgp_debug.c [new file with mode: 0644]
bgpd/bgp_debug.h [new file with mode: 0644]
bgpd/bgp_dump.c [new file with mode: 0644]
bgpd/bgp_dump.h [new file with mode: 0644]
bgpd/bgp_ecommunity.c [new file with mode: 0644]
bgpd/bgp_ecommunity.h [new file with mode: 0644]
bgpd/bgp_encap.c [new file with mode: 0644]
bgpd/bgp_encap.h [new file with mode: 0644]
bgpd/bgp_encap_tlv.c [new file with mode: 0644]
bgpd/bgp_encap_tlv.h [new file with mode: 0644]
bgpd/bgp_encap_types.h [new file with mode: 0644]
bgpd/bgp_filter.c [new file with mode: 0644]
bgpd/bgp_filter.h [new file with mode: 0644]
bgpd/bgp_fsm.c [new file with mode: 0644]
bgpd/bgp_fsm.h [new file with mode: 0644]
bgpd/bgp_fsm_4271.dot [new file with mode: 0644]
bgpd/bgp_fsm_quagga.dot [new file with mode: 0644]
bgpd/bgp_lcommunity.c [new file with mode: 0644]
bgpd/bgp_lcommunity.h [new file with mode: 0644]
bgpd/bgp_main.c [new file with mode: 0644]
bgpd/bgp_mpath.c [new file with mode: 0644]
bgpd/bgp_mpath.h [new file with mode: 0644]
bgpd/bgp_mplsvpn.c [new file with mode: 0644]
bgpd/bgp_mplsvpn.h [new file with mode: 0644]
bgpd/bgp_network.c [new file with mode: 0644]
bgpd/bgp_network.h [new file with mode: 0644]
bgpd/bgp_nexthop.c [new file with mode: 0644]
bgpd/bgp_nexthop.h [new file with mode: 0644]
bgpd/bgp_nht.c [new file with mode: 0644]
bgpd/bgp_nht.h [new file with mode: 0644]
bgpd/bgp_open.c [new file with mode: 0644]
bgpd/bgp_open.h [new file with mode: 0644]
bgpd/bgp_packet.c [new file with mode: 0644]
bgpd/bgp_packet.h [new file with mode: 0644]
bgpd/bgp_regex.c [new file with mode: 0644]
bgpd/bgp_regex.h [new file with mode: 0644]
bgpd/bgp_route.c [new file with mode: 0644]
bgpd/bgp_route.h [new file with mode: 0644]
bgpd/bgp_routemap.c [new file with mode: 0644]
bgpd/bgp_snmp.c [new file with mode: 0644]
bgpd/bgp_snmp.h [new file with mode: 0644]
bgpd/bgp_table.c [new file with mode: 0644]
bgpd/bgp_table.h [new file with mode: 0644]
bgpd/bgp_vty.c [new file with mode: 0644]
bgpd/bgp_vty.h [new file with mode: 0644]
bgpd/bgp_zebra.c [new file with mode: 0644]
bgpd/bgp_zebra.h [new file with mode: 0644]
bgpd/bgpd.c [new file with mode: 0644]
bgpd/bgpd.conf.sample [new file with mode: 0644]
bgpd/bgpd.conf.sample2 [new file with mode: 0644]
bgpd/bgpd.h [new file with mode: 0644]
bootstrap.sh [new file with mode: 0755]
buildtest.sh [new file with mode: 0755]
common.am [new file with mode: 0644]
configure.ac [new file with mode: 0755]
doc/.gitignore [new file with mode: 0644]
doc/BGP-TypeCode [new file with mode: 0644]
doc/Makefile.am [new file with mode: 0644]
doc/appendix.texi [new file with mode: 0644]
doc/basic.texi [new file with mode: 0644]
doc/bgpd.8 [new file with mode: 0644]
doc/bgpd.texi [new file with mode: 0644]
doc/defines.texi [new file with mode: 0644]
doc/draft-zebra-00.ms [new file with mode: 0644]
doc/fig-normal-processing.dia [new file with mode: 0644]
doc/fig-normal-processing.png [new file with mode: 0644]
doc/fig-normal-processing.txt [new file with mode: 0644]
doc/fig-rs-processing.dia [new file with mode: 0644]
doc/fig-rs-processing.png [new file with mode: 0644]
doc/fig-rs-processing.txt [new file with mode: 0644]
doc/fig_topologies_full.txt [new file with mode: 0644]
doc/fig_topologies_rs.txt [new file with mode: 0644]
doc/filter.texi [new file with mode: 0644]
doc/install.texi [new file with mode: 0644]
doc/ipv6.texi [new file with mode: 0644]
doc/isisd.8 [new file with mode: 0644]
doc/isisd.texi [new file with mode: 0644]
doc/kernel.texi [new file with mode: 0644]
doc/main.texi [new file with mode: 0644]
doc/mpls/.gitignore [new file with mode: 0644]
doc/mpls/ChangeLog.opaque.txt [new file with mode: 0644]
doc/mpls/cli_summary.txt [new file with mode: 0644]
doc/mpls/opaque_lsa.txt [new file with mode: 0644]
doc/mpls/ospfd.conf [new file with mode: 0644]
doc/next-hop-tracking.txt [new file with mode: 0644]
doc/nhrpd.8 [new file with mode: 0644]
doc/nhrpd.texi [new file with mode: 0644]
doc/ospf6d.8 [new file with mode: 0644]
doc/ospf6d.texi [new file with mode: 0644]
doc/ospf_fundamentals.texi [new file with mode: 0644]
doc/ospfclient.8 [new file with mode: 0644]
doc/ospfd.8 [new file with mode: 0644]
doc/ospfd.texi [new file with mode: 0644]
doc/overview.texi [new file with mode: 0644]
doc/pimd.8 [new file with mode: 0644]
doc/protocol.texi [new file with mode: 0644]
doc/quagga.texi [new file with mode: 0644]
doc/ripd.8 [new file with mode: 0644]
doc/ripd.texi [new file with mode: 0644]
doc/ripngd.8 [new file with mode: 0644]
doc/ripngd.texi [new file with mode: 0644]
doc/routemap.texi [new file with mode: 0644]
doc/routeserver.texi [new file with mode: 0644]
doc/snmp.texi [new file with mode: 0644]
doc/snmptrap.texi [new file with mode: 0644]
doc/texinfo.css [new file with mode: 0644]
doc/texinfo.tex [new file with mode: 0644]
doc/vtysh.1 [new file with mode: 0644]
doc/vtysh.texi [new file with mode: 0644]
doc/watchquagga.8 [new file with mode: 0644]
doc/zebra.8 [new file with mode: 0644]
fpm/.gitignore [new file with mode: 0644]
fpm/Makefile.am [new file with mode: 0644]
fpm/fpm.h [new file with mode: 0644]
fpm/fpm.proto [new file with mode: 0644]
fpm/fpm_pb.c [new file with mode: 0644]
fpm/fpm_pb.h [new file with mode: 0644]
gdb/lib.txt [new file with mode: 0644]
gdb/ospf.txt [new file with mode: 0644]
infra/buildbot/master/master.cfg [new file with mode: 0644]
infra/buildbot/master/pass.cfg [new file with mode: 0644]
infra/buildbot/worker/buildbot-slave.service [new file with mode: 0644]
infra/buildbot/worker/buildbot-slave.xml [new file with mode: 0644]
infra/patchwork/pass.py [new file with mode: 0644]
infra/patchwork/production.py [new file with mode: 0644]
infra/patchwork/systemd/patchwork-delivery.socket [new file with mode: 0644]
infra/patchwork/systemd/patchwork-delivery@.service [new file with mode: 0644]
infra/patchwork/systemd/patchwork.service [new file with mode: 0644]
init/.gitignore [new file with mode: 0644]
isisd/.gitignore [new file with mode: 0644]
isisd/AUTHORS [new file with mode: 0644]
isisd/Makefile.am [new file with mode: 0644]
isisd/README [new file with mode: 0644]
isisd/dict.c [new file with mode: 0644]
isisd/dict.h [new file with mode: 0644]
isisd/include-netbsd/.gitignore [new file with mode: 0644]
isisd/include-netbsd/clnp.h [new file with mode: 0644]
isisd/include-netbsd/esis.h [new file with mode: 0644]
isisd/include-netbsd/iso.h [new file with mode: 0644]
isisd/isis_adjacency.c [new file with mode: 0644]
isisd/isis_adjacency.h [new file with mode: 0644]
isisd/isis_bpf.c [new file with mode: 0644]
isisd/isis_circuit.c [new file with mode: 0644]
isisd/isis_circuit.h [new file with mode: 0644]
isisd/isis_common.h [new file with mode: 0644]
isisd/isis_constants.h [new file with mode: 0644]
isisd/isis_csm.c [new file with mode: 0644]
isisd/isis_csm.h [new file with mode: 0644]
isisd/isis_dlpi.c [new file with mode: 0644]
isisd/isis_dr.c [new file with mode: 0644]
isisd/isis_dr.h [new file with mode: 0644]
isisd/isis_dynhn.c [new file with mode: 0644]
isisd/isis_dynhn.h [new file with mode: 0644]
isisd/isis_events.c [new file with mode: 0644]
isisd/isis_events.h [new file with mode: 0644]
isisd/isis_flags.c [new file with mode: 0644]
isisd/isis_flags.h [new file with mode: 0644]
isisd/isis_lsp.c [new file with mode: 0644]
isisd/isis_lsp.h [new file with mode: 0644]
isisd/isis_main.c [new file with mode: 0644]
isisd/isis_misc.c [new file with mode: 0644]
isisd/isis_misc.h [new file with mode: 0644]
isisd/isis_network.h [new file with mode: 0644]
isisd/isis_pdu.c [new file with mode: 0644]
isisd/isis_pdu.h [new file with mode: 0644]
isisd/isis_pfpacket.c [new file with mode: 0644]
isisd/isis_redist.c [new file with mode: 0644]
isisd/isis_redist.h [new file with mode: 0644]
isisd/isis_route.c [new file with mode: 0644]
isisd/isis_route.h [new file with mode: 0644]
isisd/isis_routemap.c [new file with mode: 0644]
isisd/isis_routemap.h [new file with mode: 0644]
isisd/isis_spf.c [new file with mode: 0644]
isisd/isis_spf.h [new file with mode: 0644]
isisd/isis_te.c [new file with mode: 0644]
isisd/isis_te.h [new file with mode: 0644]
isisd/isis_tlv.c [new file with mode: 0644]
isisd/isis_tlv.h [new file with mode: 0644]
isisd/isis_vty.c [new file with mode: 0644]
isisd/isis_zebra.c [new file with mode: 0644]
isisd/isis_zebra.h [new file with mode: 0644]
isisd/isisd.c [new file with mode: 0644]
isisd/isisd.conf.sample [new file with mode: 0644]
isisd/isisd.h [new file with mode: 0644]
isisd/iso_checksum.c [new file with mode: 0644]
isisd/iso_checksum.h [new file with mode: 0644]
isisd/topology/.gitignore [new file with mode: 0644]
isisd/topology/Makefile.am [new file with mode: 0644]
isisd/topology/random.c [new file with mode: 0644]
isisd/topology/spacyc.c [new file with mode: 0644]
isisd/topology/spgrid.c [new file with mode: 0644]
isisd/topology/spgrid.h [new file with mode: 0644]
isisd/topology/sprand.c [new file with mode: 0644]
lib/.gitignore [new file with mode: 0644]
lib/Makefile.am [new file with mode: 0644]
lib/agentx.c [new file with mode: 0644]
lib/buffer.c [new file with mode: 0644]
lib/buffer.h [new file with mode: 0644]
lib/checksum.c [new file with mode: 0644]
lib/checksum.h [new file with mode: 0644]
lib/command.c [new file with mode: 0644]
lib/command.h [new file with mode: 0644]
lib/daemon.c [new file with mode: 0644]
lib/distribute.c [new file with mode: 0644]
lib/distribute.h [new file with mode: 0644]
lib/event_counter.c [new file with mode: 0644]
lib/event_counter.h [new file with mode: 0644]
lib/fifo.h [new file with mode: 0644]
lib/filter.c [new file with mode: 0644]
lib/filter.h [new file with mode: 0644]
lib/getopt.c [new file with mode: 0644]
lib/getopt.h [new file with mode: 0644]
lib/getopt1.c [new file with mode: 0644]
lib/gitversion.pl [new file with mode: 0644]
lib/hash.c [new file with mode: 0644]
lib/hash.h [new file with mode: 0644]
lib/if.c [new file with mode: 0644]
lib/if.h [new file with mode: 0644]
lib/if_rmap.c [new file with mode: 0644]
lib/if_rmap.h [new file with mode: 0644]
lib/jhash.c [new file with mode: 0644]
lib/jhash.h [new file with mode: 0644]
lib/keychain.c [new file with mode: 0644]
lib/keychain.h [new file with mode: 0644]
lib/libospf.h [new file with mode: 0644]
lib/linklist.c [new file with mode: 0644]
lib/linklist.h [new file with mode: 0644]
lib/log.c [new file with mode: 0644]
lib/log.h [new file with mode: 0644]
lib/md5.c [new file with mode: 0644]
lib/md5.h [new file with mode: 0644]
lib/memory.c [new file with mode: 0644]
lib/memory.h [new file with mode: 0644]
lib/memtypes.awk [new file with mode: 0644]
lib/memtypes.c [new file with mode: 0644]
lib/network.c [new file with mode: 0644]
lib/network.h [new file with mode: 0644]
lib/nexthop.c [new file with mode: 0644]
lib/nexthop.h [new file with mode: 0644]
lib/pid_output.c [new file with mode: 0644]
lib/plist.c [new file with mode: 0644]
lib/plist.h [new file with mode: 0644]
lib/plist_int.h [new file with mode: 0644]
lib/pqueue.c [new file with mode: 0644]
lib/pqueue.h [new file with mode: 0644]
lib/prefix.c [new file with mode: 0644]
lib/prefix.h [new file with mode: 0644]
lib/privs.c [new file with mode: 0644]
lib/privs.h [new file with mode: 0644]
lib/queue.h [new file with mode: 0644]
lib/regex-gnu.h [new file with mode: 0644]
lib/regex.c [new file with mode: 0644]
lib/route_types.pl [new file with mode: 0755]
lib/route_types.txt [new file with mode: 0644]
lib/routemap.c [new file with mode: 0644]
lib/routemap.h [new file with mode: 0644]
lib/sigevent.c [new file with mode: 0644]
lib/sigevent.h [new file with mode: 0644]
lib/smux.c [new file with mode: 0644]
lib/smux.h [new file with mode: 0644]
lib/snmp.c [new file with mode: 0644]
lib/sockopt.c [new file with mode: 0644]
lib/sockopt.h [new file with mode: 0644]
lib/sockunion.c [new file with mode: 0644]
lib/sockunion.h [new file with mode: 0644]
lib/str.c [new file with mode: 0644]
lib/str.h [new file with mode: 0644]
lib/stream.c [new file with mode: 0644]
lib/stream.h [new file with mode: 0644]
lib/table.c [new file with mode: 0644]
lib/table.h [new file with mode: 0644]
lib/thread.c [new file with mode: 0644]
lib/thread.h [new file with mode: 0644]
lib/vector.c [new file with mode: 0644]
lib/vector.h [new file with mode: 0644]
lib/version.h.in [new file with mode: 0644]
lib/vrf.c [new file with mode: 0644]
lib/vrf.h [new file with mode: 0644]
lib/vty.c [new file with mode: 0644]
lib/vty.h [new file with mode: 0644]
lib/workqueue.c [new file with mode: 0644]
lib/workqueue.h [new file with mode: 0644]
lib/zassert.h [new file with mode: 0644]
lib/zclient.c [new file with mode: 0644]
lib/zclient.h [new file with mode: 0644]
lib/zebra.h [new file with mode: 0644]
m4/.gitignore [new file with mode: 0644]
m4/Makefile.am [new file with mode: 0644]
m4/README.txt [new file with mode: 0644]
m4/ax_sys_weak_alias.m4 [new file with mode: 0644]
nhrpd/Makefile.am [new file with mode: 0644]
nhrpd/README.kernel [new file with mode: 0644]
nhrpd/README.nhrpd [new file with mode: 0644]
nhrpd/debug.h [new file with mode: 0644]
nhrpd/linux.c [new file with mode: 0644]
nhrpd/list.h [new file with mode: 0644]
nhrpd/netlink.h [new file with mode: 0644]
nhrpd/netlink_arp.c [new file with mode: 0644]
nhrpd/netlink_gre.c [new file with mode: 0644]
nhrpd/nhrp-events.lua [new file with mode: 0755]
nhrpd/nhrp_cache.c [new file with mode: 0644]
nhrpd/nhrp_event.c [new file with mode: 0644]
nhrpd/nhrp_interface.c [new file with mode: 0644]
nhrpd/nhrp_main.c [new file with mode: 0644]
nhrpd/nhrp_nhs.c [new file with mode: 0644]
nhrpd/nhrp_packet.c [new file with mode: 0644]
nhrpd/nhrp_peer.c [new file with mode: 0644]
nhrpd/nhrp_protocol.h [new file with mode: 0644]
nhrpd/nhrp_route.c [new file with mode: 0644]
nhrpd/nhrp_shortcut.c [new file with mode: 0644]
nhrpd/nhrp_vc.c [new file with mode: 0644]
nhrpd/nhrp_vty.c [new file with mode: 0644]
nhrpd/nhrpd.h [new file with mode: 0644]
nhrpd/os.h [new file with mode: 0644]
nhrpd/reqid.c [new file with mode: 0644]
nhrpd/resolver.c [new file with mode: 0644]
nhrpd/vici.c [new file with mode: 0644]
nhrpd/vici.h [new file with mode: 0644]
nhrpd/zbuf.c [new file with mode: 0644]
nhrpd/zbuf.h [new file with mode: 0644]
nhrpd/znl.c [new file with mode: 0644]
nhrpd/znl.h [new file with mode: 0644]
ospf6d/.gitignore [new file with mode: 0644]
ospf6d/Makefile.am [new file with mode: 0644]
ospf6d/OSPFv3-MIB.txt [new file with mode: 0644]
ospf6d/README [new file with mode: 0644]
ospf6d/ospf6_abr.c [new file with mode: 0644]
ospf6d/ospf6_abr.h [new file with mode: 0644]
ospf6d/ospf6_area.c [new file with mode: 0644]
ospf6d/ospf6_area.h [new file with mode: 0644]
ospf6d/ospf6_asbr.c [new file with mode: 0644]
ospf6d/ospf6_asbr.h [new file with mode: 0644]
ospf6d/ospf6_flood.c [new file with mode: 0644]
ospf6d/ospf6_flood.h [new file with mode: 0644]
ospf6d/ospf6_interface.c [new file with mode: 0644]
ospf6d/ospf6_interface.h [new file with mode: 0644]
ospf6d/ospf6_intra.c [new file with mode: 0644]
ospf6d/ospf6_intra.h [new file with mode: 0644]
ospf6d/ospf6_lsa.c [new file with mode: 0644]
ospf6d/ospf6_lsa.h [new file with mode: 0644]
ospf6d/ospf6_lsdb.c [new file with mode: 0644]
ospf6d/ospf6_lsdb.h [new file with mode: 0644]
ospf6d/ospf6_main.c [new file with mode: 0644]
ospf6d/ospf6_message.c [new file with mode: 0644]
ospf6d/ospf6_message.h [new file with mode: 0644]
ospf6d/ospf6_neighbor.c [new file with mode: 0644]
ospf6d/ospf6_neighbor.h [new file with mode: 0644]
ospf6d/ospf6_network.c [new file with mode: 0644]
ospf6d/ospf6_network.h [new file with mode: 0644]
ospf6d/ospf6_proto.c [new file with mode: 0644]
ospf6d/ospf6_proto.h [new file with mode: 0644]
ospf6d/ospf6_route.c [new file with mode: 0644]
ospf6d/ospf6_route.h [new file with mode: 0644]
ospf6d/ospf6_snmp.c [new file with mode: 0644]
ospf6d/ospf6_snmp.h [new file with mode: 0644]
ospf6d/ospf6_spf.c [new file with mode: 0644]
ospf6d/ospf6_spf.h [new file with mode: 0644]
ospf6d/ospf6_top.c [new file with mode: 0644]
ospf6d/ospf6_top.h [new file with mode: 0644]
ospf6d/ospf6_zebra.c [new file with mode: 0644]
ospf6d/ospf6_zebra.h [new file with mode: 0644]
ospf6d/ospf6d.c [new file with mode: 0644]
ospf6d/ospf6d.conf.sample [new file with mode: 0644]
ospf6d/ospf6d.h [new file with mode: 0644]
ospfclient/.gitignore [new file with mode: 0644]
ospfclient/AUTHORS [new file with mode: 0644]
ospfclient/COPYING [new file with mode: 0644]
ospfclient/INSTALL [new file with mode: 0644]
ospfclient/Makefile.am [new file with mode: 0644]
ospfclient/NEWS [new file with mode: 0644]
ospfclient/README [new file with mode: 0644]
ospfclient/ospf_apiclient.c [new file with mode: 0644]
ospfclient/ospf_apiclient.h [new file with mode: 0644]
ospfclient/ospfclient.c [new file with mode: 0644]
ospfd/.gitignore [new file with mode: 0644]
ospfd/ChangeLog.opaque.txt [new file with mode: 0644]
ospfd/Makefile.am [new file with mode: 0644]
ospfd/OSPF-ALIGNMENT.txt [new file with mode: 0644]
ospfd/OSPF-MIB.txt [new file with mode: 0644]
ospfd/OSPF-TRAP-MIB.txt [new file with mode: 0644]
ospfd/ospf_abr.c [new file with mode: 0644]
ospfd/ospf_abr.h [new file with mode: 0644]
ospfd/ospf_api.c [new file with mode: 0644]
ospfd/ospf_api.h [new file with mode: 0644]
ospfd/ospf_apiserver.c [new file with mode: 0644]
ospfd/ospf_apiserver.h [new file with mode: 0644]
ospfd/ospf_asbr.c [new file with mode: 0644]
ospfd/ospf_asbr.h [new file with mode: 0644]
ospfd/ospf_ase.c [new file with mode: 0644]
ospfd/ospf_ase.h [new file with mode: 0644]
ospfd/ospf_dump.c [new file with mode: 0644]
ospfd/ospf_dump.h [new file with mode: 0644]
ospfd/ospf_flood.c [new file with mode: 0644]
ospfd/ospf_flood.h [new file with mode: 0644]
ospfd/ospf_ia.c [new file with mode: 0644]
ospfd/ospf_ia.h [new file with mode: 0644]
ospfd/ospf_interface.c [new file with mode: 0644]
ospfd/ospf_interface.h [new file with mode: 0644]
ospfd/ospf_ism.c [new file with mode: 0644]
ospfd/ospf_ism.h [new file with mode: 0644]
ospfd/ospf_lsa.c [new file with mode: 0644]
ospfd/ospf_lsa.h [new file with mode: 0644]
ospfd/ospf_lsdb.c [new file with mode: 0644]
ospfd/ospf_lsdb.h [new file with mode: 0644]
ospfd/ospf_main.c [new file with mode: 0644]
ospfd/ospf_neighbor.c [new file with mode: 0644]
ospfd/ospf_neighbor.h [new file with mode: 0644]
ospfd/ospf_network.c [new file with mode: 0644]
ospfd/ospf_network.h [new file with mode: 0644]
ospfd/ospf_nsm.c [new file with mode: 0644]
ospfd/ospf_nsm.h [new file with mode: 0644]
ospfd/ospf_opaque.c [new file with mode: 0644]
ospfd/ospf_opaque.h [new file with mode: 0644]
ospfd/ospf_packet.c [new file with mode: 0644]
ospfd/ospf_packet.h [new file with mode: 0644]
ospfd/ospf_ri.c [new file with mode: 0644]
ospfd/ospf_ri.h [new file with mode: 0644]
ospfd/ospf_route.c [new file with mode: 0644]
ospfd/ospf_route.h [new file with mode: 0644]
ospfd/ospf_routemap.c [new file with mode: 0644]
ospfd/ospf_snmp.c [new file with mode: 0644]
ospfd/ospf_snmp.h [new file with mode: 0644]
ospfd/ospf_spf.c [new file with mode: 0644]
ospfd/ospf_spf.h [new file with mode: 0644]
ospfd/ospf_te.c [new file with mode: 0644]
ospfd/ospf_te.h [new file with mode: 0644]
ospfd/ospf_vty.c [new file with mode: 0644]
ospfd/ospf_vty.h [new file with mode: 0644]
ospfd/ospf_zebra.c [new file with mode: 0644]
ospfd/ospf_zebra.h [new file with mode: 0644]
ospfd/ospfd.c [new file with mode: 0644]
ospfd/ospfd.conf.sample [new file with mode: 0644]
ospfd/ospfd.h [new file with mode: 0644]
pimd/.gitignore [new file with mode: 0644]
pimd/AUTHORS [new file with mode: 0644]
pimd/CAVEATS [new file with mode: 0644]
pimd/COMMANDS [new file with mode: 0644]
pimd/COPYING [new file with mode: 0644]
pimd/DEBUG [new file with mode: 0644]
pimd/LINUX_KERNEL_MROUTE_MFC [new file with mode: 0644]
pimd/Makefile.am [new file with mode: 0644]
pimd/README [new file with mode: 0644]
pimd/TODO [new file with mode: 0644]
pimd/TROUBLESHOOTING [new file with mode: 0644]
pimd/WHY_SSM [new file with mode: 0644]
pimd/pim_assert.c [new file with mode: 0644]
pimd/pim_assert.h [new file with mode: 0644]
pimd/pim_cmd.c [new file with mode: 0644]
pimd/pim_cmd.h [new file with mode: 0644]
pimd/pim_hello.c [new file with mode: 0644]
pimd/pim_hello.h [new file with mode: 0644]
pimd/pim_iface.c [new file with mode: 0644]
pimd/pim_iface.h [new file with mode: 0644]
pimd/pim_ifchannel.c [new file with mode: 0644]
pimd/pim_ifchannel.h [new file with mode: 0644]
pimd/pim_igmp.c [new file with mode: 0644]
pimd/pim_igmp.h [new file with mode: 0644]
pimd/pim_igmp_join.c [new file with mode: 0644]
pimd/pim_igmp_join.h [new file with mode: 0644]
pimd/pim_igmpv3.c [new file with mode: 0644]
pimd/pim_igmpv3.h [new file with mode: 0644]
pimd/pim_int.c [new file with mode: 0644]
pimd/pim_int.h [new file with mode: 0644]
pimd/pim_join.c [new file with mode: 0644]
pimd/pim_join.h [new file with mode: 0644]
pimd/pim_macro.c [new file with mode: 0644]
pimd/pim_macro.h [new file with mode: 0644]
pimd/pim_main.c [new file with mode: 0644]
pimd/pim_mroute.c [new file with mode: 0644]
pimd/pim_mroute.h [new file with mode: 0644]
pimd/pim_msg.c [new file with mode: 0644]
pimd/pim_msg.h [new file with mode: 0644]
pimd/pim_neighbor.c [new file with mode: 0644]
pimd/pim_neighbor.h [new file with mode: 0644]
pimd/pim_oil.c [new file with mode: 0644]
pimd/pim_oil.h [new file with mode: 0644]
pimd/pim_pim.c [new file with mode: 0644]
pimd/pim_pim.h [new file with mode: 0644]
pimd/pim_routemap.c [new file with mode: 0644]
pimd/pim_rpf.c [new file with mode: 0644]
pimd/pim_rpf.h [new file with mode: 0644]
pimd/pim_signals.c [new file with mode: 0644]
pimd/pim_signals.h [new file with mode: 0644]
pimd/pim_sock.c [new file with mode: 0644]
pimd/pim_sock.h [new file with mode: 0644]
pimd/pim_ssmpingd.c [new file with mode: 0644]
pimd/pim_ssmpingd.h [new file with mode: 0644]
pimd/pim_static.c [new file with mode: 0644]
pimd/pim_static.h [new file with mode: 0644]
pimd/pim_str.c [new file with mode: 0644]
pimd/pim_str.h [new file with mode: 0644]
pimd/pim_time.c [new file with mode: 0644]
pimd/pim_time.h [new file with mode: 0644]
pimd/pim_tlv.c [new file with mode: 0644]
pimd/pim_tlv.h [new file with mode: 0644]
pimd/pim_upstream.c [new file with mode: 0644]
pimd/pim_upstream.h [new file with mode: 0644]
pimd/pim_util.c [new file with mode: 0644]
pimd/pim_util.h [new file with mode: 0644]
pimd/pim_version.c [new file with mode: 0644]
pimd/pim_version.h [new file with mode: 0644]
pimd/pim_vty.c [new file with mode: 0644]
pimd/pim_vty.h [new file with mode: 0644]
pimd/pim_zebra.c [new file with mode: 0644]
pimd/pim_zebra.h [new file with mode: 0644]
pimd/pim_zlookup.c [new file with mode: 0644]
pimd/pim_zlookup.h [new file with mode: 0644]
pimd/pimd.c [new file with mode: 0644]
pimd/pimd.conf.sample [new file with mode: 0644]
pimd/pimd.h [new file with mode: 0644]
pimd/test_igmpv3_join.c [new file with mode: 0644]
pkgsrc/.gitignore [new file with mode: 0644]
pkgsrc/Makefile.am [new file with mode: 0644]
pkgsrc/README.txt [new file with mode: 0644]
pkgsrc/bgpd.sh.in [new file with mode: 0644]
pkgsrc/ospf6d.sh.in [new file with mode: 0644]
pkgsrc/ospfd.sh.in [new file with mode: 0644]
pkgsrc/ripd.sh.in [new file with mode: 0644]
pkgsrc/ripngd.sh.in [new file with mode: 0644]
pkgsrc/zebra.sh.in [new file with mode: 0644]
ports/.gitignore [new file with mode: 0644]
ports/Makefile [new file with mode: 0644]
ports/README [new file with mode: 0644]
ports/files/.gitignore [new file with mode: 0644]
ports/files/md5 [new file with mode: 0644]
ports/pkg/.gitignore [new file with mode: 0644]
ports/pkg/COMMENT [new file with mode: 0644]
ports/pkg/DESCR [new file with mode: 0644]
ports/pkg/PLIST [new file with mode: 0644]
qpb/.gitignore [new file with mode: 0644]
qpb/Makefile.am [new file with mode: 0644]
qpb/README.txt [new file with mode: 0644]
qpb/linear_allocator.h [new file with mode: 0644]
qpb/qpb.c [new file with mode: 0644]
qpb/qpb.h [new file with mode: 0644]
qpb/qpb.proto [new file with mode: 0644]
qpb/qpb_allocator.c [new file with mode: 0644]
qpb/qpb_allocator.h [new file with mode: 0644]
redhat/.gitignore [new file with mode: 0644]
redhat/Makefile.am [new file with mode: 0644]
redhat/README.rpm_build.md [new file with mode: 0644]
redhat/bgpd.init [new file with mode: 0644]
redhat/bgpd.service [new file with mode: 0644]
redhat/isisd.init [new file with mode: 0644]
redhat/isisd.service [new file with mode: 0644]
redhat/nhrpd.service [new file with mode: 0644]
redhat/ospf6d.init [new file with mode: 0644]
redhat/ospf6d.service [new file with mode: 0644]
redhat/ospfd.init [new file with mode: 0644]
redhat/ospfd.service [new file with mode: 0644]
redhat/pimd.init [new file with mode: 0644]
redhat/pimd.service [new file with mode: 0644]
redhat/quagga-filter-perl-requires.sh [new file with mode: 0755]
redhat/quagga-tmpfs.conf [new file with mode: 0644]
redhat/quagga.logrotate [new file with mode: 0644]
redhat/quagga.pam [new file with mode: 0644]
redhat/quagga.spec.in [new file with mode: 0644]
redhat/quagga.sysconfig [new file with mode: 0644]
redhat/ripd.init [new file with mode: 0644]
redhat/ripd.service [new file with mode: 0644]
redhat/ripngd.init [new file with mode: 0644]
redhat/ripngd.service [new file with mode: 0644]
redhat/watchquagga.init [new file with mode: 0644]
redhat/zebra.init [new file with mode: 0644]
redhat/zebra.service [new file with mode: 0644]
release.sh [new file with mode: 0755]
ripd/.gitignore [new file with mode: 0644]
ripd/Makefile.am [new file with mode: 0644]
ripd/RIPv2-MIB.txt [new file with mode: 0644]
ripd/rip_debug.c [new file with mode: 0644]
ripd/rip_debug.h [new file with mode: 0644]
ripd/rip_interface.c [new file with mode: 0644]
ripd/rip_interface.h [new file with mode: 0644]
ripd/rip_main.c [new file with mode: 0644]
ripd/rip_offset.c [new file with mode: 0644]
ripd/rip_peer.c [new file with mode: 0644]
ripd/rip_routemap.c [new file with mode: 0644]
ripd/rip_snmp.c [new file with mode: 0644]
ripd/rip_zebra.c [new file with mode: 0644]
ripd/ripd.c [new file with mode: 0644]
ripd/ripd.conf.sample [new file with mode: 0644]
ripd/ripd.h [new file with mode: 0644]
ripngd/.gitignore [new file with mode: 0644]
ripngd/Makefile.am [new file with mode: 0644]
ripngd/ripng_debug.c [new file with mode: 0644]
ripngd/ripng_debug.h [new file with mode: 0644]
ripngd/ripng_interface.c [new file with mode: 0644]
ripngd/ripng_main.c [new file with mode: 0644]
ripngd/ripng_nexthop.c [new file with mode: 0644]
ripngd/ripng_nexthop.h [new file with mode: 0644]
ripngd/ripng_offset.c [new file with mode: 0644]
ripngd/ripng_peer.c [new file with mode: 0644]
ripngd/ripng_route.c [new file with mode: 0644]
ripngd/ripng_route.h [new file with mode: 0644]
ripngd/ripng_routemap.c [new file with mode: 0644]
ripngd/ripng_zebra.c [new file with mode: 0644]
ripngd/ripngd.c [new file with mode: 0644]
ripngd/ripngd.conf.sample [new file with mode: 0644]
ripngd/ripngd.h [new file with mode: 0644]
solaris/.gitignore [new file with mode: 0644]
solaris/Makefile.am [new file with mode: 0644]
solaris/README.txt [new file with mode: 0644]
solaris/depend.daemons.in [new file with mode: 0644]
solaris/depend.dev.in [new file with mode: 0644]
solaris/depend.doc.in [new file with mode: 0644]
solaris/depend.libs.in [new file with mode: 0644]
solaris/depend.smf.in [new file with mode: 0644]
solaris/pkginfo.daemons.tmpl.in [new file with mode: 0644]
solaris/pkginfo.dev.tmpl.in [new file with mode: 0644]
solaris/pkginfo.doc.tmpl.in [new file with mode: 0644]
solaris/pkginfo.libs.tmpl.in [new file with mode: 0644]
solaris/pkginfo.smf.tmpl.in [new file with mode: 0644]
solaris/pkginfo.tmpl.in [new file with mode: 0644]
solaris/prototype.daemons.in [new file with mode: 0644]
solaris/prototype.dev.in [new file with mode: 0644]
solaris/prototype.doc.in [new file with mode: 0644]
solaris/prototype.libs.in [new file with mode: 0644]
solaris/prototype.smf.in [new file with mode: 0644]
solaris/quagga.init.in [new file with mode: 0755]
solaris/quagga.xml.in [new file with mode: 0644]
stamp-h.in [new file with mode: 0644]
tests/.gitignore [new file with mode: 0644]
tests/Makefile.am [new file with mode: 0644]
tests/aspath_test.c [new file with mode: 0644]
tests/bgp_capability_test.c [new file with mode: 0644]
tests/bgp_mp_attr_test.c [new file with mode: 0644]
tests/bgp_mpath_test.c [new file with mode: 0644]
tests/bgpd.tests/Makefile.am [new file with mode: 0644]
tests/bgpd.tests/aspathtest.exp [new file with mode: 0644]
tests/bgpd.tests/ecommtest.exp [new file with mode: 0644]
tests/bgpd.tests/testbgpcap.exp [new file with mode: 0644]
tests/bgpd.tests/testbgpmpath.exp [new file with mode: 0644]
tests/bgpd.tests/testbgpmpattr.exp [new file with mode: 0644]
tests/common-cli.c [new file with mode: 0644]
tests/common-cli.h [new file with mode: 0644]
tests/config/unix.exp [new file with mode: 0644]
tests/ecommunity_test.c [new file with mode: 0644]
tests/global-conf.exp [new file with mode: 0644]
tests/heavy-thread.c [new file with mode: 0644]
tests/heavy-wq.c [new file with mode: 0644]
tests/heavy.c [new file with mode: 0644]
tests/lib/bgpd.exp [new file with mode: 0644]
tests/lib/libzebra.exp [new file with mode: 0644]
tests/libzebra.tests/Makefile.am [new file with mode: 0644]
tests/libzebra.tests/tabletest.exp [new file with mode: 0644]
tests/libzebra.tests/test-timer-correctness.exp [new file with mode: 0644]
tests/libzebra.tests/testcli.exp [new file with mode: 0644]
tests/libzebra.tests/testcommands.exp [new file with mode: 0644]
tests/libzebra.tests/testnexthopiter.exp [new file with mode: 0644]
tests/libzebra.tests/teststream.exp [new file with mode: 0644]
tests/main.c [new file with mode: 0644]
tests/prng.c [new file with mode: 0644]
tests/prng.h [new file with mode: 0644]
tests/table_test.c [new file with mode: 0644]
tests/test-buffer.c [new file with mode: 0644]
tests/test-checksum.c [new file with mode: 0644]
tests/test-cli.c [new file with mode: 0644]
tests/test-commands.c [new file with mode: 0644]
tests/test-memory.c [new file with mode: 0644]
tests/test-nexthop-iter.c [new file with mode: 0644]
tests/test-privs.c [new file with mode: 0644]
tests/test-segv.c [new file with mode: 0644]
tests/test-sig.c [new file with mode: 0644]
tests/test-stream.c [new file with mode: 0644]
tests/test-timer-correctness.c [new file with mode: 0644]
tests/test-timer-performance.c [new file with mode: 0644]
tests/testcli.in [new file with mode: 0644]
tests/testcli.refout [new file with mode: 0644]
tests/testcommands.in [new file with mode: 0644]
tests/testcommands.refout [new file with mode: 0644]
tests/tests.h [new file with mode: 0644]
tools/.gitignore [new file with mode: 0644]
tools/mrlg.txt [new file with mode: 0644]
tools/multiple-bgpd.sh [new file with mode: 0644]
tools/zebra.el [new file with mode: 0644]
update-autotools [new file with mode: 0755]
vtysh/.gitignore [new file with mode: 0644]
vtysh/Makefile.am [new file with mode: 0644]
vtysh/extract.pl.in [new file with mode: 0755]
vtysh/vtysh.c [new file with mode: 0644]
vtysh/vtysh.conf.sample [new file with mode: 0644]
vtysh/vtysh.h [new file with mode: 0644]
vtysh/vtysh_config.c [new file with mode: 0644]
vtysh/vtysh_main.c [new file with mode: 0644]
vtysh/vtysh_user.c [new file with mode: 0644]
vtysh/vtysh_user.h [new file with mode: 0644]
watchquagga/.gitignore [new file with mode: 0644]
watchquagga/Makefile.am [new file with mode: 0644]
watchquagga/watchquagga.c [new file with mode: 0644]
zebra/.gitignore [new file with mode: 0644]
zebra/GNOME-PRODUCT-ZEBRA-MIB [new file with mode: 0644]
zebra/GNOME-SMI [new file with mode: 0644]
zebra/Makefile.am [new file with mode: 0644]
zebra/client_main.c [new file with mode: 0644]
zebra/connected.c [new file with mode: 0644]
zebra/connected.h [new file with mode: 0644]
zebra/debug.c [new file with mode: 0644]
zebra/debug.h [new file with mode: 0644]
zebra/if_ioctl.c [new file with mode: 0644]
zebra/if_ioctl_solaris.c [new file with mode: 0644]
zebra/if_netlink.c [new file with mode: 0644]
zebra/if_sysctl.c [new file with mode: 0644]
zebra/interface.c [new file with mode: 0644]
zebra/interface.h [new file with mode: 0644]
zebra/ioctl.c [new file with mode: 0644]
zebra/ioctl.h [new file with mode: 0644]
zebra/ioctl_null.c [new file with mode: 0644]
zebra/ioctl_solaris.c [new file with mode: 0644]
zebra/ioctl_solaris.h [new file with mode: 0644]
zebra/ipforward.h [new file with mode: 0644]
zebra/ipforward_proc.c [new file with mode: 0644]
zebra/ipforward_solaris.c [new file with mode: 0644]
zebra/ipforward_sysctl.c [new file with mode: 0644]
zebra/irdp.h [new file with mode: 0644]
zebra/irdp_interface.c [new file with mode: 0644]
zebra/irdp_main.c [new file with mode: 0644]
zebra/irdp_packet.c [new file with mode: 0644]
zebra/kernel_netlink.c [new file with mode: 0644]
zebra/kernel_null.c [new file with mode: 0644]
zebra/kernel_socket.c [new file with mode: 0644]
zebra/kernel_socket.h [new file with mode: 0644]
zebra/main.c [new file with mode: 0644]
zebra/misc_null.c [new file with mode: 0644]
zebra/redistribute.c [new file with mode: 0644]
zebra/redistribute.h [new file with mode: 0644]
zebra/redistribute_null.c [new file with mode: 0644]
zebra/rib.h [new file with mode: 0644]
zebra/router-id.c [new file with mode: 0644]
zebra/router-id.h [new file with mode: 0644]
zebra/rt.h [new file with mode: 0644]
zebra/rt_netlink.c [new file with mode: 0644]
zebra/rt_netlink.h [new file with mode: 0644]
zebra/rt_socket.c [new file with mode: 0644]
zebra/rtadv.c [new file with mode: 0644]
zebra/rtadv.h [new file with mode: 0644]
zebra/rtread_getmsg.c [new file with mode: 0644]
zebra/rtread_netlink.c [new file with mode: 0644]
zebra/rtread_sysctl.c [new file with mode: 0644]
zebra/test_main.c [new file with mode: 0644]
zebra/testrib.conf [new file with mode: 0644]
zebra/zebra.conf.sample [new file with mode: 0644]
zebra/zebra_fpm.c [new file with mode: 0644]
zebra/zebra_fpm.h [new file with mode: 0644]
zebra/zebra_fpm_dt.c [new file with mode: 0644]
zebra/zebra_fpm_netlink.c [new file with mode: 0644]
zebra/zebra_fpm_private.h [new file with mode: 0644]
zebra/zebra_fpm_protobuf.c [new file with mode: 0644]
zebra/zebra_rib.c [new file with mode: 0644]
zebra/zebra_rnh.c [new file with mode: 0644]
zebra/zebra_rnh.h [new file with mode: 0644]
zebra/zebra_rnh_null.c [new file with mode: 0644]
zebra/zebra_routemap.c [new file with mode: 0644]
zebra/zebra_snmp.c [new file with mode: 0644]
zebra/zebra_vty.c [new file with mode: 0644]
zebra/zserv.c [new file with mode: 0644]
zebra/zserv.h [new file with mode: 0644]