summaryrefslogtreecommitdiff
path: root/bgpd
AgeCommit message (Expand)Author
2012-06-25snmp: let handlers accept OID from a lesser prefixVincent Bernat
2012-06-25agentx: handle SNMP trapsVincent Bernat
2012-06-25smux: drop findVar element from trap object structVincent Bernat
2012-06-25smux: remove `tick` argument from smux_trap()Vincent Bernat
2012-06-25build: use net-snmp-config to configure NetSNMPVincent Bernat
2012-06-25build: only define HAVE_SNMPVincent Bernat
2012-06-25build: allow configure and build in a separate directoryVincent Bernat
2012-06-21bgpd: Partially revert f018db8, fixes BZ#730Jorge Boncompte [DTI2]
2012-06-21bgpd: Fix for commit 6a4677b7, fixes BZ#729Jorge Boncompte [DTI2]
2012-06-14bgpd: Add "no listen" socket option for the BGP master configurationPaul Jakma
2012-06-13Revert "bgpd: Make socket init separate, so unit tests work again."Paul Jakma
2012-05-22micro-op bgp_node_[get|lookup]() and route_node_[get|lookup]()Jorge Boncompte [DTI2]
2012-05-22bgpd: optimize bgp_aggregate_[increment|decrement]()Jorge Boncompte [DTI2]
2012-05-22bgpd: optimize bgp_update_main() in the soft_reconfig caseJorge Boncompte [DTI2]
2012-05-22bgpd: optimize holdtime timer cancellingJorge Boncompte [DTI2]
2012-05-22bgpd: Remove useless initializationJorge Boncompte [DTI2]
2012-05-22bgpd: reduce struct attr_extra allocations/freeingJorge Boncompte [DTI2]
2012-05-22bgpd: use on stack struct attr_extra in bgp_update_receive()Jorge Boncompte [DTI2]
2012-05-22bgpd: fix struct attr_extra leak in bgp_default_originate()Jorge Boncompte [DTI2]
2012-05-22bgpd: use on stack struct attr_extra in bgp_attr_unintern()Jorge Boncompte [DTI2]
2012-05-22bgpd: cleanup bgp_attr_unintern()Jorge Boncompte [DTI2]
2012-05-22bgpd: use on stack struct attr_extra on bgp_attr_aggregate_intern()Jorge Boncompte [DTI2]
2012-05-22bgpd: reduce attrhash_make_key() indirectionsJorge Boncompte [DTI2]
2012-05-22bgpd: remove some useless initializationsJorge Boncompte [DTI2]
2012-05-22bgpd: optimize bgp_info_cmp()Jorge Boncompte [DTI2]
2012-05-22bgpd: optimize loops on [e]community_hash_make()Jorge Boncompte [DTI2]
2012-05-22bgpd: remove calls to peer_sort() from fast-pathJorge Boncompte [DTI2]
2012-05-22bgpd: debug buffers cleanup and optimizationJorge Boncompte [DTI2]
2012-05-22bgpd: optimize bgp_nexthop_self()Jorge Boncompte [DTI2]
2012-05-22bgpd: optimize aspath string representation and assegments handlingJorge Boncompte [DTI2]
2012-05-21bgpd: fix crash with vpnv4 soft-reconfigurationJorge Boncompte [DTI2]
2012-05-02bgpd: cleanup, use correct buffer sizes for sockunion2str()Jorge Boncompte [DTI2]
2012-05-02bgpd: Fix memory leak of some "show ip bgp neighbor" commandsJorge Boncompte [DTI2]
2012-05-02bgpd: Fix memory leak with 'set ip next-hop peer-address'Jorge Boncompte [DTI2]
2012-05-02bgpd: fix for route-maps with "match peer local" statementsJorge Boncompte [DTI2]
2012-05-02bgpd, zebra: Fix format for some metric outputsJorge Boncompte [DTI2]
2012-05-02bgpd: Fix regression in args consolidation, total should be inited from argsPaul Jakma
2012-05-02bgpd: Make socket init separate, so unit tests work again.Paul Jakma
2012-04-28bgpd: fix up multipath merge breakageDavid Lamparter
2012-04-16bgpd: Fix crash when disabling dampening (BZ#687)Jorge Boncompte [DTI2]
2012-04-16bgpd: merge osr/quagga-osr-patches (BZ#700)David Lamparter
2012-04-09Merge branch 'quagga' into google-bgp-multipathAvneesh Sachdev
2012-04-08bgpd: fix issue in capability negotiation (BZ#700)Avneesh Sachdev
2012-03-27bgpd: bgp_attr_flags_diagnose shouldn't assertPaul Jakma
2012-03-27bgpd: attr_parse call to attr_malformed should deal with PROCEED error casePaul Jakma
2012-03-27bgpd: Fix silly mistake in bgp_attr_flag_invalidPaul Jakma
2012-03-25bgpd: malformed attribute error that can still proceed should fixup getpPaul Jakma
2012-03-05Merge remote-tracking branch 'quagga-gnu.org/master'Paul Jakma
2012-03-04bgpd: Open option parse errors don't NOTIFY, resulting in abort & DoSPaul Jakma
2012-02-28bgpd: Move up flag-check calls, parcel up attr-parser args, and other cleanupsPaul Jakma