| Commit message (Expand) | Author | Age | Files | Lines |
* | bfdd: make sessions administratively up by default | Igor Ryzhov | 2021-03-14 | 1 | -1/+1 |
* | isisd, yang, doc: combine config cmd for SRGB+SRLB | Emanuele Di Pascale | 2021-03-10 | 1 | -30/+39 |
* | isisd: Fix Attach-bit processing | lynne | 2021-01-20 | 1 | -0/+15 |
* | Merge pull request #7781 from chiragshah6/evpn_dev | Russ White | 2021-01-19 | 1 | -1/+51 |
|\ |
|
| * | yang: nbr plist nb conversion for more afi-safis | Chirag Shah | 2021-01-10 | 1 | -1/+51 |
* | | Merge pull request #7863 from chiragshah6/mdev | Russ White | 2021-01-19 | 1 | -4/+2 |
|\ \ |
|
| * | | yang: remove when condition from static nexthop om | Chirag Shah | 2021-01-13 | 1 | -4/+2 |
* | | | Merge pull request #7844 from vishaldhingra/static | Mark Stapp | 2021-01-15 | 1 | -8/+7 |
|\ \ \
| |/ /
|/| | |
|
| * | | staticd: make table-id as the key for path-list | vdhingra | 2021-01-10 | 1 | -8/+7 |
| |/ |
|
* / | yang, isisd: add RLFA nodes, skeleton callbacks and CLI commands | Renato Westphal | 2021-01-09 | 1 | -0/+47 |
|/ |
|
* | Merge pull request #7807 from logbob0401/vrrpd_yang_bug_fix | Russ White | 2021-01-05 | 1 | -2/+2 |
|\ |
|
| * | vrrpd.yang bug fix: modify augment path to comply with rfc 7950 | Bo Zhang | 2021-01-03 | 1 | -2/+2 |
* | | Merge pull request #7507 from ton31337/fix/bgpd_do_not_send_update_if_path_re... | Russ White | 2021-01-05 | 1 | -0/+7 |
|\ \
| |/
|/| |
|
| * | bgpd: Do not send BGP UPDATE if the route actually not changed | Donatas Abraitis | 2020-12-11 | 1 | -0/+7 |
* | | pathd: New SR-TE policy management daemon | Sebastien Merle | 2020-12-18 | 2 | -0/+484 |
|/ |
|
* | Merge pull request #7590 from opensourcerouting/isisd-lfa | Donald Sharp | 2020-12-03 | 1 | -0/+153 |
|\ |
|
| * | yang, isisd: add LFA nodes, NB skeleton callbacks and CLI commands | Renato Westphal | 2020-11-25 | 1 | -0/+153 |
* | | yang: fix cisco access list source value | Igor Ryzhov | 2020-11-27 | 1 | -20/+24 |
|/ |
|
* | Merge pull request #6145 from patrasar/pim_nb_code_upstream | Donald Sharp | 2020-11-19 | 2 | -54/+60 |
|\ |
|
| * | yang: modifications to frr-pim.yang, frr-igmp.yang | Sarita Patra | 2020-10-23 | 2 | -54/+60 |
* | | *: Replace typo (supress => suppress) | Donatas Abraitis | 2020-11-17 | 2 | -7/+7 |
* | | bgpd: shorten names for default originate nb callbacks | Chirag Shah | 2020-10-27 | 2 | -3/+33 |
* | | *: shorten name of prefix-limit options | Chirag Shah | 2020-10-27 | 1 | -2/+9 |
* | | bgpd: neighbor peergrp config to transactional cli | Chirag Shah | 2020-10-27 | 4 | -7/+32 |
* | | bgpd: add nb support for suppress-map in aggregate cmd | Chirag Shah | 2020-10-26 | 1 | -0/+7 |
* | | bgpd: add match-med nb support in aggregate cmd | Chirag Shah | 2020-10-26 | 1 | -0/+7 |
* | | yang: update bgp module afi-safi parameters | Chirag Shah | 2020-10-26 | 3 | -1/+55 |
* | | isisd: add support for Anycast-SIDs | Renato Westphal | 2020-10-23 | 1 | -0/+6 |
* | | yang: fix circular chain of leafrefs | Renato Westphal | 2020-10-20 | 1 | -1/+1 |
* | | Merge pull request #7235 from opensourcerouting/acl-wildcard-fix | Santosh P K | 2020-10-16 | 1 | -6/+22 |
|\ \ |
|
| * | | yang: fix cisco access list network information | Rafael Zalamena | 2020-10-04 | 1 | -6/+22 |
* | | | yang, isisd: add TI-LFA YANG nodes and corresponding skeleton callbacks | Renato Westphal | 2020-10-14 | 1 | -0/+34 |
| |/
|/| |
|
* | | *: reformat python files | whitespace | 2020-10-07 | 1 | -33/+42 |
* | | bgpd: move router bgp nb callback | Chirag Shah | 2020-10-03 | 1 | -1/+1 |
* | | bgpd: convert global config to transactional cli | Chirag Shah | 2020-10-03 | 1 | -1/+1 |
* | | *: add bgp yang files into makefiles | Chirag Shah | 2020-10-03 | 1 | -0/+14 |
|/ |
|
* | Merge pull request #7063 from idryzhov/yang-leafref | Renato Westphal | 2020-09-26 | 13 | -58/+77 |
|\ |
|
| * | yang: replace dummy rmap-ref with actual route-map leafref | Igor Ryzhov | 2020-09-17 | 4 | -18/+22 |
| * | yang: use leafref instead of string | Igor Ryzhov | 2020-09-17 | 9 | -40/+55 |
* | | Merge pull request #7069 from opensourcerouting/fix-set-metric | Donald Sharp | 2020-09-19 | 1 | -4/+8 |
|\ \
| |/
|/| |
|
| * | lib: fix the "set metric" route-map command | Renato Westphal | 2020-09-09 | 1 | -4/+8 |
* | | Merge pull request #6789 from volta-networks/feat_ldp_igp_sync | Renato Westphal | 2020-09-11 | 1 | -0/+40 |
|\ \ |
|
| * | | isisd: ldp-igp-sync feature: adding isis support | lynne | 2020-09-09 | 1 | -0/+40 |
* | | | Merge pull request #6376 from opensourcerouting/bump-libyang-req-version-1.x | Donald Sharp | 2020-09-08 | 5 | -25/+11 |
|\ \ \
| |_|/
|/| | |
|
| * | | build, yang: bump libyang minimum required version to 1.0.184 | Renato Westphal | 2020-08-07 | 5 | -25/+11 |
* | | | Merge pull request #6934 from Niral-Networks/niral_dev_vrf_isis_core_pr4 | Renato Westphal | 2020-09-04 | 1 | -1/+14 |
|\ \ \ |
|
| * | | | doc, yang, isisd : Support for different VRF in isisd | harios_niral | 2020-09-01 | 1 | -1/+14 |
* | | | | yang: fix cisco extended access list mistake | Rafael Zalamena | 2020-08-25 | 1 | -24/+15 |
|/ / / |
|
* | | | Merge pull request #6948 from xThaid/proactive_arp | Rafael Zalamena | 2020-08-24 | 1 | -0/+7 |
|\ \ \
| |_|/
|/| | |
|
| * | | ospfd: make proactive ARP configurable | Jakub UrbaĆczyk | 2020-08-20 | 1 | -0/+7 |