summaryrefslogtreecommitdiffstats
path: root/bgpd/bgp_updgrp_packet.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of https://github.com/dwalton76/frr into bgpd-ipv4-plus...Daniel Walton2017-06-301-3/+3
|\
| * *: use vty_outlnQuentin Young2017-06-291-3/+3
* | bgpd: Install SAFI_LABELED_UNICAST routes in SAFI_UNICAST tableDaniel Walton2017-06-161-5/+5
|/
* bgpd: Free allocated stream in error codeDonald Sharp2017-06-101-0/+2
* bgpd: fix addpath buffer overrunQuentin Young2017-06-061-14/+21
* bgpd: fix sending of invalid nexthops on the wireRenato Westphal2017-05-191-10/+46
* Merge branch 'frr/pull/546' ("bgpd: resolve issue with sending vpn labels")David Lamparter2017-05-181-1/+7
|\
| * bgpd: resolve issue with sending vpn labelsDon Slice2017-05-161-1/+7
* | Merge branch 'frr/pull/536'David Lamparter2017-05-181-3/+1
|\ \
| * | bgpd: fix nh_afi in bgp_packet_mpattr_start()Daniel Walton2017-05-161-5/+2
| * | bgpd: added bgp_nexthop_afi()Daniel Walton2017-05-151-4/+5
| |/
* / *: make consistent & update GPLv2 file headersDavid Lamparter2017-05-151-4/+3
|/
* Merge pull request #520 from opensourcerouting/bgpd-fixes-masterDonald Sharp2017-05-151-2/+2
|\
| * bgpd: removed unused parameter from bgp_dump_attr()Renato Westphal2017-05-121-2/+2
* | bgpd: add ENHE support for "address-family ipv4 labeled-unicast"Daniel Walton2017-05-101-9/+9
|/
* bgpd: Fix iana_afi_t afi_t confusionDonald Sharp2017-04-061-2/+2
* bgpd: labeled unicast processingDon Slice2017-04-061-5/+10
* bgpd: update debugs enanceDon Slice2017-04-061-2/+22
* Merge remote-tracking branch 'origin/stable/2.0'Donald Sharp2017-02-241-1/+3
|\
| * bgpd: Fix issue #218Lou Berger2017-02-231-1/+1
| * bgpd: fix bgp_info_addpath_{rx,tx}_str if addpath info is not presentChristian Franke2017-02-231-0/+2
| * bgpd: allow VPN next hop to be different AFI than NLRI next hop (Issue #71)Lou Berger2017-01-171-7/+7
| * bgpd: fix RD stomping by update group code (Issue #71)Lou Berger2017-01-171-19/+34
* | bgpd: evpn NLRI route type 5 forgingPhilippe Guibert2017-02-141-4/+5
* | bgpd: Update logging for EVPN prefixesvivek2017-02-141-23/+23
* | bgpd: allow VPN next hop to be different AFI than NLRI next hop (Issue #71)Lou Berger2017-01-191-7/+7
* | bgpd: fix RD stomping by update group code (Issue #71)Lou Berger2017-01-191-19/+34
* | frr: Remove HAVE_IPV6 from code baseDonald Sharp2017-01-131-4/+0
|/
* lib: replace strlcpy & strlcat with glibc versionsDavid Lamparter2016-11-151-1/+0
* bgpd: Fixes and updates for VPNv6vivek2016-06-111-14/+7
* bgpd: general MP/SAFI improvementsLou Berger2016-06-101-4/+13
* bgpd: Clean up some static analysis warningsDonald Sharp2016-05-191-3/+1
* BGP: support for addpath TXDaniel Walton2015-11-051-34/+64
* bgpd: Remove extra stream duplicationsDonald Sharp2015-08-181-9/+2
* Fixup of warnings in the codeDonald Sharp2015-07-261-3/+3
* With the dynamic update groups feature, BGP updates are formed for an updateDonald Sharp2015-06-121-0/+24
* A nexthop value specified by an outbound routemap is not beingDonald Sharp2015-06-121-104/+111
* bgpd, zebra: rfc-5549-generic.patchDonald Sharp2015-06-111-8/+18
* bgpd: bgpd-warnings.patchDonald Sharp2015-05-201-14/+9
* bgpd: Add route-map support for set ip next-hop unchangedDonald Sharp2015-05-201-2/+11
* BGP: Add dynamic update group supportDonald Sharp2015-05-201-0/+1136