..
.gitignore
[administrivia] Update gitignore files
2008-08-22 20:02:08 +01:00
BGP4-MIB.txt
Initial revision
2002-12-13 20:15:29 +00:00
bgp_advertise.c
lib, bgpd, tests: Refactor FILTER_X in zebra.h
2016-08-16 11:00:22 -04:00
bgp_advertise.h
lib, bgpd: Remove 'struct fifo' from lib/zebra.h
2016-09-16 21:22:30 -04:00
bgp_aspath.c
lib, bgpd, tests: Refactor FILTER_X in zebra.h
2016-08-16 11:00:22 -04:00
bgp_aspath.h
Author: Timo Teräs <timo.teras@iki.fi>
2016-05-26 15:25:11 +00:00
bgp_attr.c
bgp: add "debug bgp allow-martians" next hops and related code/commands
2016-09-03 11:05:51 -04:00
bgp_attr.h
bgpd: Add fix for multiple set commands with prefer-global
2016-09-01 07:30:15 -04:00
bgp_bfd.c
Merge remote-tracking branch 'origin/cmaster' into cmaster-next
2016-09-08 19:37:42 -04:00
bgp_bfd.h
bgpd: Process directly connected IBGP peers upon interface down
2016-09-08 10:03:30 -07:00
bgp_btoa.c
*: use an ifindex_t type, defined in lib/if.h, for ifindex values
2016-08-18 07:35:38 -04:00
bgp_clist.c
lib, bgpd, tests: Refactor FILTER_X in zebra.h
2016-08-16 11:00:22 -04:00
bgp_clist.h
Should be able to "no" the full text of any config line
2015-11-23 18:05:03 +00:00
bgp_community.c
*: split & distribute memtypes and stop (re|ab)using lib/ MTYPEs
2016-09-19 16:31:04 -04:00
bgp_community.h
Key changes:
2015-06-12 07:59:11 -07:00
bgp_damp.c
lib, bgpd, tests: Refactor FILTER_X in zebra.h
2016-08-16 11:00:22 -04:00
bgp_damp.h
bgpd: Display of configured dampening parameters
2016-05-26 15:26:05 +00:00
bgp_debug.c
bgp: add "debug bgp allow-martians" next hops and related code/commands
2016-09-03 11:05:51 -04:00
bgp_debug.h
bgp: add "debug bgp allow-martians" next hops and related code/commands
2016-09-03 11:05:51 -04:00
bgp_dump.c
lib, bgpd, tests: Refactor FILTER_X in zebra.h
2016-08-16 11:00:22 -04:00
bgp_dump.h
BGP: Update dump to allow Extended Time Format
2015-11-17 13:32:56 -08:00
bgp_ecommunity.c
bgpd: fix bug in ecommunity_match
2016-09-03 11:05:51 -04:00
bgp_ecommunity.h
bgpd: encap: extend extcommunity handling
2016-05-26 15:33:34 +00:00
bgp_encap.c
bgpd, lib, vtysh: hook up bgp ENCAP CLI node
2016-06-11 15:52:05 -07:00
bgp_encap.h
bgpd: encap: add encap SAFI (RFC5512)
2016-06-11 15:36:42 -07:00
bgp_encap_tlv.c
bgpd: encap: add encap SAFI (RFC5512)
2016-06-11 15:36:42 -07:00
bgp_encap_tlv.h
bgpd: encap: add attribute handling
2016-06-09 18:36:40 -07:00
bgp_encap_types.h
bgpd: encap: add encap SAFI (RFC5512)
2016-06-11 15:36:42 -07:00
bgp_filter.c
lib, bgpd, tests: Refactor FILTER_X in zebra.h
2016-08-16 11:00:22 -04:00
bgp_filter.h
bgpd: bgpd-warnings.patch
2015-05-19 18:12:17 -07:00
bgp_fsm.c
bgpd: Revert --enable-bgp-standalone
2016-09-20 07:57:41 -04:00
bgp_fsm.h
bgpd: fix using of two pointers for struct thread_master *
2015-10-14 06:16:10 -07:00
bgp_main.c
lib: migrate to new memory-type handling
2016-09-19 18:35:50 +02:00
bgp_memory.c
*: split & distribute memtypes and stop (re|ab)using lib/ MTYPEs
2016-09-19 16:31:04 -04:00
bgp_memory.h
*: split & distribute memtypes and stop (re|ab)using lib/ MTYPEs
2016-09-19 16:31:04 -04:00
bgp_mpath.c
bgpd: Enhance path selection logs
2016-09-06 12:38:21 -07:00
bgp_mpath.h
bgpd: Convert BGP_MAXIMUM_MAXPATHS to MULTIPATH_NUM
2015-12-08 10:07:03 -08:00
bgp_mplsvpn.c
bgpd: Additional Show Commands
2016-09-21 10:07:04 -04:00
bgp_mplsvpn.h
bgpd: general MP/SAFI improvements
2016-06-09 18:20:42 -07:00
bgp_network.c
bgpd: Revert --enable-bgp-standalone
2016-09-20 07:57:41 -04:00
bgp_network.h
BGP: Fix MD5 authentication for unnumbered neighbors
2015-08-29 16:10:12 -07:00
bgp_nexthop.c
*: split & distribute memtypes and stop (re|ab)using lib/ MTYPEs
2016-09-19 16:31:04 -04:00
bgp_nexthop.h
bgpd: improve cleanup in bgp_delete()
2016-06-08 17:58:42 -07:00
bgp_nht.c
Merge remote-tracking branch 'origin/cmaster' into cmaster-next
2016-09-08 19:37:42 -04:00
bgp_nht.h
BGP: VRF registration and cleanup
2016-02-12 13:50:22 -08:00
bgp_open.c
*: split & distribute memtypes and stop (re|ab)using lib/ MTYPEs
2016-09-19 16:31:04 -04:00
bgp_open.h
lib, bgpd: Fixup afi_t to be an enum and cleanup zebra.h
2016-06-06 14:20:24 -07:00
bgp_packet.c
bgpd: Revert --enable-bgp-standalone
2016-09-20 07:57:41 -04:00
bgp_packet.h
Relax draft-ietf-idr-error-handling-13 valid IP check in favor of draft-ietf-idr-error-handling-14
2015-05-19 18:03:56 -07:00
bgp_regex.c
lib, bgpd, tests: Refactor FILTER_X in zebra.h
2016-08-16 11:00:22 -04:00
bgp_regex.h
[configure] add configure support for PCRE Posix library
2009-06-19 15:01:16 +01:00
bgp_route.c
bgpd: Additional Show Commands
2016-09-21 10:07:04 -04:00
bgp_route.h
bgpd: improve cleanup in bgp_delete()
2016-06-08 17:58:42 -07:00
bgp_routemap.c
bgpd: fix wrong help strings of "match peer" and "no match peer" commands
2016-09-03 11:05:51 -04:00
bgp_snmp.c
lib, bgpd, tests: Refactor FILTER_X in zebra.h
2016-08-16 11:00:22 -04:00
bgp_snmp.h
2005-06-28 Paul Jakma <paul.jakma@sun.com>
2005-06-28 12:44:16 +00:00
bgp_table.c
lib, bgpd, tests: Refactor FILTER_X in zebra.h
2016-08-16 11:00:22 -04:00
bgp_table.h
bgpd: fix build on Solaris
2016-08-24 11:17:55 -04:00
bgp_updgrp.c
bgpd: fix build on Solaris
2016-08-24 11:17:55 -04:00
bgp_updgrp.h
bgpd: fix build on Solaris
2016-08-24 11:17:55 -04:00
bgp_updgrp_adv.c
bgpd: fix build on Solaris
2016-08-24 11:17:55 -04:00
bgp_updgrp_packet.c
bgpd: Fixes and updates for VPNv6
2016-06-11 11:36:42 -07:00
bgp_vty.c
bgpd: Additional Show Commands
2016-09-21 10:07:04 -04:00
bgp_vty.h
vtysh: work around gcc bug #69981
2016-09-19 16:31:08 -04:00
bgp_zebra.c
Merge remote-tracking branch 'origin/cmaster' into cmaster-next
2016-09-08 19:37:42 -04:00
bgp_zebra.h
*: use an ifindex_t type, defined in lib/if.h, for ifindex values
2016-08-18 07:35:38 -04:00
bgpd.c
*: split & distribute memtypes and stop (re|ab)using lib/ MTYPEs
2016-09-19 16:31:04 -04:00
bgpd.conf.sample
Initial revision
2002-12-13 20:15:29 +00:00
bgpd.conf.sample2
Initial revision
2002-12-13 20:15:29 +00:00
bgpd.h
*: split & distribute memtypes and stop (re|ab)using lib/ MTYPEs
2016-09-19 16:31:04 -04:00
IMPLEMENTATION.txt
Adjust size complexity estimates. Still not quite right, but closer.
2005-02-15 17:10:03 +00:00
Makefile.am
*: split & distribute memtypes and stop (re|ab)using lib/ MTYPEs
2016-09-19 16:31:04 -04:00