summaryrefslogtreecommitdiffstats
path: root/bgpd/bgpd.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* *: track version & "defaults" in configsDavid Lamparter2017-03-281-3/+5
* *: rename two vrf functionsRenato Westphal2016-11-281-1/+1
* bgpd: add 'neighbor x.x.x.x allowas-in origin' knobDaniel Walton2016-10-211-1/+2
* bgpd: implement admin distanceMaitane Zotes2016-10-201-3/+3
* bgpd: 'neighbor x.x.x.x weight' should be per address-familyDaniel Walton2016-10-101-7/+9
* bgpd: 'Last write' does not update when we TX a keepaliveDaniel Walton2016-10-061-1/+2
* bgpd: add L3/L2VPN Virtual Network Control featureLou Berger2016-10-031-0/+18
* *: split & distribute memtypes and stop (re|ab)using lib/ MTYPEsDavid Lamparter2016-09-191-0/+1
* bgpd: fix build on SolarisRenato Westphal2016-08-241-3/+3
* *: use an ifindex_t type, defined in lib/if.h, for ifindex valuesPaul Jakma2016-08-181-1/+1
* bgpd: Fix for CM-11982 bgp failed to redistribute connected in vrf tableSid Khot2016-08-061-0/+1
* bgpd: divorce router-id logic from CLI & zebraDavid Lamparter2016-07-281-1/+2
* bgpd: minor header/API clean upDavid Lamparter2016-07-281-4/+5
* bgpd: Disallow ebgp-multihop on swpX peersQuentin Young2016-07-121-0/+1
* bgpd: encap: add encap SAFI (RFC5512)Lou Berger2016-06-121-2/+13
* bgpd: Fixes and updates for VPNv6vivek2016-06-111-2/+6
* bgpd: encap: add attribute handlingLou Berger2016-06-101-0/+1
* bgpd: improve cleanup in bgp_delete()Lou Berger2016-06-091-0/+1
* bgpd: allow using rtt in route-map's set metricTimo Teräs2016-06-061-0/+1
* Fix most compiler warnings in default GCC build.Paul Jakma2016-05-261-2/+2
* BGP: Set advertisement interval when triggering IPv6 RAsvivek2016-05-131-0/+3
* BGP: Trigger IPv6 router advertisements upon config of unnumbered neighborvivek2016-05-021-0/+1
* Update last reset reason on interface down or neighbor addr loss.Dinesh G Dutt2016-04-251-0/+2
* BGP: Use VRF_UNKNOWN for initializationvivek2016-04-141-2/+2
* bgpd: Add group pointer to peer_create function.Donald Sharp2016-03-311-1/+1
* Quagga: Make routemap updates or deletes work for VRFsvivek2016-03-221-5/+5
* BGP: Fix linkage between BGP instance and VRF structurevivek2016-03-161-5/+10
* BGP: Fix interface list upon instance creation/deletionvivek2016-02-241-1/+0
* BGP: Cleanup interfaces properly on instance delete or exitvivek2016-02-221-1/+1
* BGP: Link BGP instance to corresponding VRFvivek2016-02-201-0/+35
* BGP: VRF registration and cleanupvivek2016-02-121-3/+28
* bgpd: Add the ability to use a VRF to bgpDonald Sharp2016-02-021-1/+20
* bgpd, ripngd, zebra: Remove duplicate PSIZE defineDonald Sharp2016-01-261-3/+0
* BGP: Rework iteration of peer_af_arrayvivek2016-01-221-6/+0
* BGP: ebgp-multihop should accept a value up to 255Daniel Walton2016-01-141-3/+0
* BGP: 'neighbor swpX interface peer-group FOO' is needed to simplify swpXDaniel Walton2015-11-301-2/+1
* BGP: Remove the requirement to rebind a peer to its peer-group under the addr...Daniel Walton2015-11-201-40/+31
* BGP: Handle router-id correctly in config and display.vivek2015-11-171-3/+2
* Quagga default: BGP "no-as-set" should be the default for "bgp as-path multip...Daniel Walton2015-11-101-1/+1
* BGP: route-server will now use addpath...chop the _rsclient codeDaniel Walton2015-11-101-18/+5
* BGP: Implement "neighbor x.x.x.x addpath-tx-bestpath-per-AS"Daniel Walton2015-11-061-0/+2
* BGP: support for addpath TXDaniel Walton2015-11-051-0/+6
* Deactivate BGP peer via "no neighbor x.x.x.x activate" removes other configDaniel Walton2015-10-291-22/+21
* BGP: peer-group restrictions should be relaxed, update-groups determine outbo...Daniel Walton2015-10-281-23/+22
* Use a hash to store BGP peer structuresDaniel Walton2015-10-231-0/+1
* Lower BGP's default keepalive/holdtime to 3s/9sDaniel Walton2015-10-211-2/+2
* Remove BGP_ERROR_START_TIMER, it was no longer usedDaniel Walton2015-10-211-1/+0
* Enable "bgp network import-check exact" by default. Without this it isDaniel Walton2015-10-201-2/+1
* Remove BGP's asorig timer, it is no longer usedDaniel Walton2015-10-201-3/+0
* Lower the default 'timers connect' in BGP to 10 secondsDaniel Walton2015-10-201-1/+1