summaryrefslogtreecommitdiffstats
path: root/bgpd
Commit message (Expand)AuthorAgeFilesLines
...
* bgpd, ospfd, zebra: fix some DEFUN definitionsChristian Franke2014-04-011-29/+29
* bgpd: bgpd-set-v4-nexthop-for-v6-peering.patchPradosh Mohapatra2014-02-101-2/+22
* bgpd, zebra: support NEXTHOP_IPV4_IFINDEX in bgp import checkChristian Franke2013-08-061-5/+11
* bgpd, zebra: Support NEXTHOP_IPV4_IFINDEX in nexthop_lookup apiChristian Franke2013-08-061-0/+13
* bgpd: honor PEER_FLAG_DISABLE_CONNECTED_CHECK on bgp_scanChristian Franke2013-07-311-1/+2
* bgpd: write NOTIFY non-blockinglyDavid Lamparter2013-07-311-4/+5
* bgpd: prevent double address delete on shutdownRakesh Garimella2013-07-301-0/+4
* bgpd: stricter packet handling in OpenSentLeonid Rosenboim2013-07-301-18/+41
* hash: force size to be a power of 2Stephen Hemminger2013-02-241-1/+1
* bgpd: fix lost passwords of grouped neighborsRoman Hoog Antink2013-02-231-6/+1
* bgpd: fix crash in soft-reconfigurationChristian Franke2013-02-011-3/+4
* bgpd: relax ORF capability length handlingDavid Lamparter2013-02-011-1/+1
* bgpd: don't try to reconcile AS4_PATH with NULLDavid Lamparter2013-02-011-0/+3
* bgpd: conditional default-originate using route-mapChristian Franke2013-01-162-14/+44
* bgpd: uncork/nagle socket when sending BGP NOTIFYLeonid Rosenboim2013-01-161-1/+9
* Revert "bgpd: flock() dump files (BZ#742)"David Lamparter2013-01-161-35/+5
* bgpd: uncork after each writeStephen Hemminger2013-01-151-4/+5
* bgpd: use recent monotonic time for readtimeStephen Hemminger2013-01-151-2/+11
* bgpd: mark route nodes scheduled into work queueStephen Hemminger2013-01-151-0/+1
* bgpd: improve logging of invalid BGP NotificationsLeonid Rosenboim2013-01-151-12/+16
* bgpd: fix error response to invalid BGP version numberLeonid Rosenboim2013-01-141-2/+4
* bgpd: fix a bug in bgp_attr_dupChristian Franke2013-01-141-4/+17
* bgpd: fix a memleak on "set community none"Christian Franke2013-01-141-0/+3
* bgpd: store "no neighbor activate" for IPv4 unicastChristian Franke2013-01-141-1/+1
* bgpd: avoid heap fragmentation in bgp_clear_route_tableJorge Boncompte [DTI2]2013-01-141-15/+15
* bgpd: fix for leaked struct bgp_adj_[in|out] on peer shutdownJorge Boncompte [DTI2]2013-01-141-3/+0
* bgpd: Fixed out-of-date commentAndrew Certain2012-11-301-1/+1
* bgpd: add replace-as modifier for BGP neighborAndrew Certain2012-11-304-11/+78
* bgpd: CVE-2012-1820, DoS in bgp_capability_orf()Denis Ovsienko2012-11-011-24/+2
* bgpd: flock() dump files (BZ#742)Daniel Kozlowski2012-11-011-5/+35
* *: use array_size() helper macroBalaji.G2012-10-253-10/+7
* lib/table: add route_table_get_next() and iteratorAvneesh Sachdev2012-09-261-0/+78
* bgpd: make bgp_table a wrapper around table libraryAvneesh Sachdev2012-09-263-480/+285
* snmp: let handlers accept OID from a lesser prefixVincent Bernat2012-06-251-1/+6
* agentx: handle SNMP trapsVincent Bernat2012-06-251-2/+7
* smux: drop findVar element from trap object structVincent Bernat2012-06-251-2/+2
* smux: remove `tick` argument from smux_trap()Vincent Bernat2012-06-251-2/+2
* build: use net-snmp-config to configure NetSNMPVincent Bernat2012-06-251-1/+1
* build: only define HAVE_SNMPVincent Bernat2012-06-251-6/+0
* build: allow configure and build in a separate directoryVincent Bernat2012-06-251-1/+1
* bgpd: Partially revert f018db8, fixes BZ#730Jorge Boncompte [DTI2]2012-06-211-6/+2
* bgpd: Fix for commit 6a4677b7, fixes BZ#729Jorge Boncompte [DTI2]2012-06-211-1/+2
* bgpd: Add "no listen" socket option for the BGP master configurationPaul Jakma2012-06-142-1/+4
* Revert "bgpd: Make socket init separate, so unit tests work again."Paul Jakma2012-06-133-16/+7
* micro-op bgp_node_[get|lookup]() and route_node_[get|lookup]()Jorge Boncompte [DTI2]2012-05-221-7/+11
* bgpd: optimize bgp_aggregate_[increment|decrement]()Jorge Boncompte [DTI2]2012-05-221-2/+20
* bgpd: optimize bgp_update_main() in the soft_reconfig caseJorge Boncompte [DTI2]2012-05-221-2/+2
* bgpd: optimize holdtime timer cancellingJorge Boncompte [DTI2]2012-05-221-2/+2
* bgpd: Remove useless initializationJorge Boncompte [DTI2]2012-05-221-1/+1
* bgpd: reduce struct attr_extra allocations/freeingJorge Boncompte [DTI2]2012-05-222-55/+52