summaryrefslogtreecommitdiffstats
path: root/bgpd/bgp_updgrp.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Quagga: make check is broken with addpath changesDaniel Walton2015-12-111-2/+5
* BGP: crash in update_subgroup_merge()Daniel Walton2015-11-171-16/+4
* BGP: route-server will now use addpath...chop the _rsclient codeDaniel Walton2015-11-101-5/+2
* BGP: Implement "neighbor x.x.x.x addpath-tx-bestpath-per-AS"Daniel Walton2015-11-061-0/+19
* BGP: support for addpath TXDaniel Walton2015-11-051-1/+8
* BGP ORF fails to filter prefixes correctlyDaniel Walton2015-11-041-4/+9
* BGP: peer-group restrictions should be relaxed, update-groups determine outbo...Daniel Walton2015-10-281-3/+0
* bgpd: fix using of two pointers for struct thread_master *Donald Sharp2015-10-141-1/+1
* BGP: Ensure default-originate works with update-groupsvivek2015-09-211-1/+6
* Fix some more memory issues in QuaggaDonald Sharp2015-09-021-0/+5
* Fixup code to use correct XMALLOC operatorsDonald Sharp2015-08-261-15/+24
* quagga: quagga-memory-leaks.patchDonald Sharp2015-05-201-2/+16
* bgpd: bgpd-warnings.patchDonald Sharp2015-05-201-34/+33
* If a route-map is used on a neighbor default-originate statement we need to d...Donald Sharp2015-05-201-1/+41
* BGP: Fix update-groups commands to match neighborsDonald Sharp2015-05-201-3/+43
* BGP: Add dynamic update group supportDonald Sharp2015-05-201-0/+1842