Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #4660 from manuhalo/label_manager_fixes | Renato Westphal | 2019-07-12 | 33 | -1042/+393 |
|\ | |||||
| * | tests: remove lm-proxy-topo1 topotest | Emanuele Di Pascale | 2019-07-10 | 19 | -486/+0 |
| * | ldpd: set default instance to 1 | Emanuele Di Pascale | 2019-07-10 | 1 | -0/+3 |
| * | zebra: label manager refactor | Emanuele Di Pascale | 2019-07-10 | 7 | -382/+220 |
| * | tests: remove test_lblmgr.c | Emanuele Di Pascale | 2019-07-10 | 1 | -148/+0 |
| * | lib, zebra: handle failure in get chunk | Emanuele Di Pascale | 2019-07-10 | 2 | -6/+16 |
| * | lib, zebra: support label chunk requests for SRGB | Emanuele Di Pascale | 2019-07-10 | 9 | -31/+165 |
* | | Merge pull request #4664 from sworleys/Zvrf-Debug-Guard | Renato Westphal | 2019-07-12 | 1 | -7/+10 |
|\ \ | |||||
| * | | zebra: Add a conditional guard if zvrf lookup fail | Stephen Worley | 2019-07-09 | 1 | -7/+10 |
* | | | Merge pull request #4325 from sworleys/Order-Recv-Nexthops | Renato Westphal | 2019-07-12 | 1 | -1/+1 |
|\ \ \ | |||||
| * | | | zebra: Modify zebra to order nexthops received | Donald Sharp | 2019-07-09 | 1 | -1/+1 |
| |/ / | |||||
* | | | Merge pull request #4674 from mjstapp/fix_mono_ctime | Quentin Young | 2019-07-11 | 2 | -16/+17 |
|\ \ \ | |||||
| * | | | lib,zebra: avoid use of ctime in monotime api | Mark Stapp | 2019-07-10 | 2 | -16/+17 |
* | | | | Merge pull request #4670 from chiragshah6/evpn_dev1 | Sri Mohana Singamsetty | 2019-07-10 | 1 | -1/+3 |
|\ \ \ \ | |||||
| * | | | | bgpd: fix show bgp l2vpn evpn route json | Chirag Shah | 2019-07-09 | 1 | -1/+3 |
* | | | | | Merge pull request #4675 from mgsmith1000/bgp_restart_timer_inbound | Donald Sharp | 2019-07-10 | 1 | -0/+11 |
|\ \ \ \ \ | |/ / / / |/| | | | | |||||
| * | | | | bgpd: honor max prefix timer on inbound sessions | Matthew Smith | 2019-07-10 | 1 | -0/+11 |
|/ / / / | |||||
* | | | | Merge pull request #4619 from opensourcerouting/eigrpd-yang | Russ White | 2019-07-09 | 2 | -2/+338 |
|\ \ \ \ | |||||
| * | | | | yang/eigrp: change active-time timer to seconds | Rafael Zalamena | 2019-07-09 | 2 | -4/+5 |
| * | | | | yang: import EIGRP YANG model | Rafael Zalamena | 2019-06-27 | 1 | -0/+335 |
* | | | | | Merge pull request #4609 from ton31337/fix/show_set_comm-list_delete | Quentin Young | 2019-07-09 | 1 | -2/+10 |
|\ \ \ \ \ | |||||
| * | | | | | bgpd: Show `delete` sub-option for `set [l]comm-list <list> delete` | Donatas Abraitis | 2019-06-27 | 1 | -2/+10 |
* | | | | | | Merge pull request #4437 from opensourcerouting/bfdd-northbound | Russ White | 2019-07-09 | 11 | -409/+2282 |
|\ \ \ \ \ \ | |||||
| * | | | | | | bfdd: keep source information for single hop | Rafael Zalamena | 2019-07-09 | 1 | -1/+7 |
| * | | | | | | yang: change single hop `leaf` order | Rafael Zalamena | 2019-07-09 | 1 | -5/+5 |
| * | | | | | | bfdd: fix some CI warnings | Rafael Zalamena | 2019-07-02 | 2 | -24/+14 |
| * | | | | | | bfdd: convert `bfd` command to northbound | Rafael Zalamena | 2019-06-25 | 2 | -11/+17 |
| * | | | | | | bfdd: small tweaks on northbound | Rafael Zalamena | 2019-06-25 | 1 | -9/+1 |
| * | | | | | | bfdd: fix compilation warnings on OmniOS | Rafael Zalamena | 2019-06-24 | 2 | -0/+4 |
| * | | | | | | bfdd: fix compilation warnings on OpenBSD | Rafael Zalamena | 2019-06-24 | 1 | -80/+188 |
| * | | | | | | bfdd: authorise multihop and interface setting | Philippe Guibert | 2019-06-22 | 1 | -6/+0 |
| * | | | | | | bfdd: add not '\n' to shutdown help string | Philippe Guibert | 2019-06-22 | 1 | -1/+1 |
| * | | | | | | bfdd: use microseconds timers in YANG | Rafael Zalamena | 2019-06-22 | 3 | -36/+48 |
| * | | | | | | lib: fix northbound static analyzer warning | Rafael Zalamena | 2019-06-22 | 1 | -1/+1 |
| * | | | | | | bfdd: support global BFD reset | Rafael Zalamena | 2019-06-22 | 4 | -5/+98 |
| * | | | | | | bfdd: fix daemon warning on startup | Rafael Zalamena | 2019-06-22 | 1 | -0/+4 |
| * | | | | | | bfdd: implement configuration reload | Rafael Zalamena | 2019-06-22 | 1 | -0/+15 |
| * | | | | | | bfdd: fix northbound remote-discriminator display | Rafael Zalamena | 2019-06-22 | 1 | -0/+3 |
| * | | | | | | bfdd: implement write_config using northbound | Rafael Zalamena | 2019-06-22 | 4 | -77/+176 |
| * | | | | | | bfdd: migrate session commands to northbound | Rafael Zalamena | 2019-06-22 | 8 | -279/+1397 |
| * | | | | | | bfdd: remove the label command | Rafael Zalamena | 2019-06-22 | 1 | -22/+0 |
| * | | | | | | bfdd: export some private functions | Rafael Zalamena | 2019-06-22 | 2 | -11/+22 |
| * | | | | | | lib: northbound cli support to end config nodes | Rafael Zalamena | 2019-06-22 | 2 | -1/+54 |
| * | | | | | | yang: import BFD yang model | Rafael Zalamena | 2019-06-22 | 1 | -0/+387 |
* | | | | | | | Merge pull request #4088 from opensourcerouting/bump-libyang-requirement-vers | Jafar Al-Gharaibeh | 2019-07-09 | 4 | -39/+5 |
|\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | | | |||||
| * | | | | | | lib: use flag from new libyang version to simplify the code | Renato Westphal | 2019-07-02 | 1 | -9/+2 |
| * | | | | | | build, lib: bump libyang requirement version to >= 0.16.105 | Renato Westphal | 2019-07-02 | 3 | -30/+3 |
* | | | | | | | Merge pull request #4655 from qlyoung/fix-vrrp-iface-del-infiniteloop | Renato Westphal | 2019-07-09 | 1 | -0/+2 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | vrrpd: set interface ifindex to internal upon deletion | Quentin Young | 2019-07-08 | 1 | -0/+2 |
* | | | | | | | | Merge pull request #4511 from pguibert6WIND/flowspec_some_fixes | Russ White | 2019-07-09 | 8 | -24/+92 |
|\ \ \ \ \ \ \ \ |