summaryrefslogtreecommitdiffstats
path: root/bgpd (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | | | bgpd: Switch u_int64_t -> uint64_tDonald Sharp2017-04-071-1/+1
* | | | bgpd: Fix iana_afi_t afi_t confusionDonald Sharp2017-04-061-2/+2
* | | | bgpd: correct labeled-unicast withdraw updateDon Slice2017-04-061-1/+1
* | | | bgpd: Fix labeled-unicast generation and parsing issuesDon Slice2017-04-063-1/+6
* | | | bgpd: bgp_static_update just called bgp_static_update_mainDonald Sharp2017-04-061-10/+3
* | | | bgpd: Use appropriate Attribute number for labelsDonald Sharp2017-04-061-1/+1
* | | | bgpd: Modify attr->flag to be 64 bitDonald Sharp2017-04-061-2/+2
* | | | bgpd, lib, zebra: Implement handling of BGP-Prefix-SID label IndexVivek Venkatraman2017-04-063-25/+57
* | | | bgpd: This patch implements the exchange of the BGP-Prefix-SID label index attrVivek Venkatraman2017-04-067-3/+127
* | | | bgpd, zebra: Implement BGP Prefix-SID IETF draftVivek Venkatraman2017-04-062-12/+147
* | | | bgpd: labeled unicast displayDon Slice2017-04-063-6/+24
* | | | bgpd: labeled unicast processingDon Slice2017-04-0618-59/+790
* | | | bgpd: labeled unicast configDon Slice2017-04-064-42/+270
* | | | bgpd: update debugs enanceDon Slice2017-04-061-2/+22
|/ / /
* | | Merge pull request #336 from dwalton76/bgpd-allowas-in-removalDavid Lamparter2017-04-051-15/+20
|\ \ \ | |/ / |/| |
| * | bgpd: removing "allowas-in" for peer-group member still allows AS_PATHSDaniel Walton2017-04-051-15/+20
* | | build: fix CFLAGS for snmp modulesDavid Lamparter2017-04-041-0/+1
* | | Merge branch 'master'David Lamparter2017-04-046-56/+51
|\| |
| * | Merge pull request #294 from opensourcerouting/modulesDonald Sharp2017-04-046-56/+51
| |\ \ | | |/ | |/|
| | * *: snmp: convert into modulesDavid Lamparter2017-03-253-15/+33
| | * *: use hooks for sending SNMP trapsDavid Lamparter2017-03-256-46/+23
| | * build: split off libfrrsnmpDavid Lamparter2017-03-251-2/+2
* | | Merge branch 'stable/2.0'David Lamparter2017-04-042-11/+33
|\ \ \ | |/ / |/| |
| * | *: track version & "defaults" in configsDavid Lamparter2017-03-282-11/+33
* | | *: apply DEFUN_NOSH for node-switch CLI commandsDavid Lamparter2017-03-282-15/+15
| |/ |/|
* | bgpd, lib, zebra: Rename if_update_vrf -> if_updateDonald Sharp2017-03-151-1/+1
* | bgpd: Some nexthop display code needs to be VRF awareDonald Sharp2017-03-151-3/+3
* | bgpd, lib, zebra: Refactor ifname2ifindex to be VRF awareDonald Sharp2017-03-152-2/+2
* | *: Refactor ifindex2ifname to be VRF awareDonald Sharp2017-03-151-3/+3
* | *: Refactor if_lookup_by_name to be VRF awareDonald Sharp2017-03-153-6/+6
* | Merge branch 'stable/2.0'David Lamparter2017-03-102-4/+4
|\|
| * bgpd: Clean up bfd memory *before* deleting the peerDonald Sharp2017-03-071-2/+2
| * bgpd: Fix memory leaks on shutdownDonald Sharp2017-03-021-2/+2
* | *: fix some option descriptions and make -e workDavid Lamparter2017-03-081-1/+1
* | lib: hide away logging internalsDavid Lamparter2017-03-082-1/+1
* | lib: remove remaining struct zlog * argsDavid Lamparter2017-03-082-2/+2
* | lib: simplify protocol/log namingDavid Lamparter2017-03-081-2/+1
* | lib: ditch struct zlog * argument on zlog/vzlog()David Lamparter2017-03-081-1/+1
* | *: add frr_run()David Lamparter2017-03-081-14/+5
* | *: add frr_config_fork()David Lamparter2017-03-081-57/+7
* | *: centralize more into frr_init()David Lamparter2017-03-071-3/+0
* | *: add frr_init() infrastructureDavid Lamparter2017-03-073-127/+43
* | Merge pull request #254 from donaldsharp/shutdown3Donald Sharp2017-03-076-17/+173
|\ \
| * | bgpd: Only send data if we have something to sendDonald Sharp2017-03-071-6/+12
| * | bgpd: Add json output for last Notification messageDonald Sharp2017-03-071-0/+14
| * | bgpd: TX shutdown messageDavid Lamparter2017-03-073-12/+94
| * | bgpd: RX shutdown message in "show bgp neighbor"David Lamparter2017-03-075-5/+59
* | | Merge branch 'frr/pull/250' ("bgpd, zebra: Add ifindex to NEXTHOP_TYPE_IPV4")David Lamparter2017-03-071-0/+2
|\ \ \
| * | | bgpd, zebra: Add ifindex to NEXTHOP_TYPE_IPV6Donald Sharp2017-03-061-0/+1
| * | | bgpd, zebra: Add ifindex to NEXTHOP_TYPE_IPV4Donald Sharp2017-03-061-0/+1