summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #4660 from manuhalo/label_manager_fixesRenato Westphal2019-07-1233-1042/+393
|\
| * tests: remove lm-proxy-topo1 topotestEmanuele Di Pascale2019-07-1019-486/+0
| * ldpd: set default instance to 1Emanuele Di Pascale2019-07-101-0/+3
| * zebra: label manager refactorEmanuele Di Pascale2019-07-107-382/+220
| * tests: remove test_lblmgr.cEmanuele Di Pascale2019-07-101-148/+0
| * lib, zebra: handle failure in get chunkEmanuele Di Pascale2019-07-102-6/+16
| * lib, zebra: support label chunk requests for SRGBEmanuele Di Pascale2019-07-109-31/+165
* | Merge pull request #4664 from sworleys/Zvrf-Debug-GuardRenato Westphal2019-07-121-7/+10
|\ \
| * | zebra: Add a conditional guard if zvrf lookup failStephen Worley2019-07-091-7/+10
* | | Merge pull request #4325 from sworleys/Order-Recv-NexthopsRenato Westphal2019-07-121-1/+1
|\ \ \
| * | | zebra: Modify zebra to order nexthops receivedDonald Sharp2019-07-091-1/+1
| |/ /
* | | Merge pull request #4674 from mjstapp/fix_mono_ctimeQuentin Young2019-07-112-16/+17
|\ \ \
| * | | lib,zebra: avoid use of ctime in monotime apiMark Stapp2019-07-102-16/+17
* | | | Merge pull request #4670 from chiragshah6/evpn_dev1Sri Mohana Singamsetty2019-07-101-1/+3
|\ \ \ \
| * | | | bgpd: fix show bgp l2vpn evpn route jsonChirag Shah2019-07-091-1/+3
* | | | | Merge pull request #4675 from mgsmith1000/bgp_restart_timer_inboundDonald Sharp2019-07-101-0/+11
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | bgpd: honor max prefix timer on inbound sessionsMatthew Smith2019-07-101-0/+11
|/ / / /
* | | | Merge pull request #4619 from opensourcerouting/eigrpd-yangRuss White2019-07-092-2/+338
|\ \ \ \
| * | | | yang/eigrp: change active-time timer to secondsRafael Zalamena2019-07-092-4/+5
| * | | | yang: import EIGRP YANG modelRafael Zalamena2019-06-271-0/+335
* | | | | Merge pull request #4609 from ton31337/fix/show_set_comm-list_deleteQuentin Young2019-07-091-2/+10
|\ \ \ \ \
| * | | | | bgpd: Show `delete` sub-option for `set [l]comm-list <list> delete`Donatas Abraitis2019-06-271-2/+10
* | | | | | Merge pull request #4437 from opensourcerouting/bfdd-northboundRuss White2019-07-0911-409/+2282
|\ \ \ \ \ \
| * | | | | | bfdd: keep source information for single hopRafael Zalamena2019-07-091-1/+7
| * | | | | | yang: change single hop `leaf` orderRafael Zalamena2019-07-091-5/+5
| * | | | | | bfdd: fix some CI warningsRafael Zalamena2019-07-022-24/+14
| * | | | | | bfdd: convert `bfd` command to northboundRafael Zalamena2019-06-252-11/+17
| * | | | | | bfdd: small tweaks on northboundRafael Zalamena2019-06-251-9/+1
| * | | | | | bfdd: fix compilation warnings on OmniOSRafael Zalamena2019-06-242-0/+4
| * | | | | | bfdd: fix compilation warnings on OpenBSDRafael Zalamena2019-06-241-80/+188
| * | | | | | bfdd: authorise multihop and interface settingPhilippe Guibert2019-06-221-6/+0
| * | | | | | bfdd: add not '\n' to shutdown help stringPhilippe Guibert2019-06-221-1/+1
| * | | | | | bfdd: use microseconds timers in YANGRafael Zalamena2019-06-223-36/+48
| * | | | | | lib: fix northbound static analyzer warningRafael Zalamena2019-06-221-1/+1
| * | | | | | bfdd: support global BFD resetRafael Zalamena2019-06-224-5/+98
| * | | | | | bfdd: fix daemon warning on startupRafael Zalamena2019-06-221-0/+4
| * | | | | | bfdd: implement configuration reloadRafael Zalamena2019-06-221-0/+15
| * | | | | | bfdd: fix northbound remote-discriminator displayRafael Zalamena2019-06-221-0/+3
| * | | | | | bfdd: implement write_config using northboundRafael Zalamena2019-06-224-77/+176
| * | | | | | bfdd: migrate session commands to northboundRafael Zalamena2019-06-228-279/+1397
| * | | | | | bfdd: remove the label commandRafael Zalamena2019-06-221-22/+0
| * | | | | | bfdd: export some private functionsRafael Zalamena2019-06-222-11/+22
| * | | | | | lib: northbound cli support to end config nodesRafael Zalamena2019-06-222-1/+54
| * | | | | | yang: import BFD yang modelRafael Zalamena2019-06-221-0/+387
* | | | | | | Merge pull request #4088 from opensourcerouting/bump-libyang-requirement-versJafar Al-Gharaibeh2019-07-094-39/+5
|\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | |
| * | | | | | lib: use flag from new libyang version to simplify the codeRenato Westphal2019-07-021-9/+2
| * | | | | | build, lib: bump libyang requirement version to >= 0.16.105Renato Westphal2019-07-023-30/+3
* | | | | | | Merge pull request #4655 from qlyoung/fix-vrrp-iface-del-infiniteloopRenato Westphal2019-07-091-0/+2
|\ \ \ \ \ \ \
| * | | | | | | vrrpd: set interface ifindex to internal upon deletionQuentin Young2019-07-081-0/+2
* | | | | | | | Merge pull request #4511 from pguibert6WIND/flowspec_some_fixesRuss White2019-07-098-24/+92
|\ \ \ \ \ \ \ \