summaryrefslogtreecommitdiffstats
path: root/isisd (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #4794 from opensourcerouting/isis_nexthop_v4v6Donald Sharp2019-08-307-203/+124
|\
| * isisd: unify isis_nexthop and isis_nexthop6 into a single structRenato Westphal2019-08-217-191/+123
| * isisd: reuse the nexthop lookup functions to avoid code duplicationRenato Westphal2019-08-211-24/+19
| * isisd: remove unnecessary null checksRenato Westphal2019-08-211-4/+2
| * isisd: remove unused struct fieldsRenato Westphal2019-08-212-4/+0
* | isisd: add support for IPv6 BFD peersRenato Westphal2019-08-221-31/+98
|/
* isisd: fix display of the "isis bfd" commandRenato Westphal2019-08-161-1/+1
* *: fix ctype (isalpha & co.) castsDavid Lamparter2019-08-062-3/+5
* lib: Introducing a 3rd state for route-map match cmd: RMAP_NOOPLakshman Krishnamoorthy2019-07-221-14/+11
* isisd: improvements based on feedbackRafael Zalamena2019-07-122-14/+7
* isisd: fix compilation warning on OpenBSDRafael Zalamena2019-07-091-2/+4
* isisd: migrate BFD command to northboundRafael Zalamena2019-07-093-0/+79
* isisd: move old BFD command to fabricd onlyRafael Zalamena2019-07-096-147/+71
* isisd: fix printfrr derpDavid Lamparter2019-07-031-2/+2
* Revert "Ospf missing interface handling 2"Donald Sharp2019-06-243-5/+5
* Merge pull request #3775 from pguibert6WIND/ospf_missing_interface_handling_2Donald Sharp2019-06-223-5/+5
|\
| * *: change interface structure, from vrf_id to vrfPhilippe Guibert2019-06-121-2/+1
| * *: change if_lookup_by_name() api with vrfPhilippe Guibert2019-06-122-3/+4
* | Merge pull request #4514 from opensourcerouting/warnings-20190612Donald Sharp2019-06-171-171/+373
|\ \
| * | *: fix northbound initializer warning on OpenBSDDavid Lamparter2019-06-131-171/+373
| |/
* | lib: make "%Ld" work for int64_tDavid Lamparter2019-06-121-2/+2
* | lib: use snprintfrr() in "hidden" printfsDavid Lamparter2019-06-121-33/+9
|/
* isisd: The RFC states that v6 addresses are limited to 16 in a hello packetDonald Sharp2019-06-051-0/+5
* Revert of PR 4078 and PR 4315Lakshman Krishnamoorthy2019-06-041-11/+14
* lib: Introducing a 3rd state for route-map match cmd: RMAP_NOOPLakshman Krishnamoorthy2019-05-301-14/+11
* isisd: Remove unnecessary use of strcpyChristian Franke2019-05-291-5/+1
* isisd: Remove warning about shadowing a variableChristian Franke2019-05-291-1/+1
* Merge pull request #4401 from manuhalo/fix_isisd_remove_confDonald Sharp2019-05-292-2/+8
|\
| * isisd: del routes when area is unconfiguredEmanuele Di Pascale2019-05-292-2/+8
* | isisd: support circuits with mtu > 8192Emanuele Di Pascale2019-05-231-13/+16
|/
* *: rename new ForEach macros from the typesafe APIRenato Westphal2019-05-215-8/+8
* Merge pull request #4144 from pguibert6WIND/bfd_cbitRuss White2019-05-161-1/+4
|\
| * bfdd, lib, bgpd: add bfd cbit usagePhilippe Guibert2019-05-141-1/+4
* | lib: hashing functions should take const argumentsQuentin Young2019-05-143-6/+6
|/
* Merge pull request #4112 from pguibert6WIND/bfd_vrfRafael Zalamena2019-05-141-2/+2
|\
| * bgp, ospfd, ospf6d, pimd, lib, isisd: add bfd_client_sendmsg vrf_idPhilippe Guibert2019-05-071-2/+2
* | Merge pull request #4272 from opensourcerouting/isis-prefix-sid-fixDonald Sharp2019-05-101-8/+27
|\ \
| * | isisd: Don't set subtlv structure if we didn't unpack any subtlvsChristian Franke2019-05-101-8/+22
| * | isisd: fix display of the Extended IPv4 reachability TLVRenato Westphal2019-05-071-0/+5
| |/
* | Merge pull request #4082 from opensourcerouting/grpc-nb-pluginQuentin Young2019-05-071-52/+59
|\ \ | |/ |/|
| * lib: introduce a read-write lock for northbound configurationsRenato Westphal2019-04-261-52/+59
* | *: use ZAPI_CALLBACK_ARGS macro for zapi handlersQuentin Young2019-05-032-24/+13
* | Merge pull request #3045 from opensourcerouting/atomsLou Berger2019-04-3031-1928/+213
|\ \ | |/ |/|
| * isisd: replace dict_* with DECLARE_RBTREEDavid Lamparter2019-04-2731-1928/+213
* | isisd: Correct MPLS-TE CLI to new northbound APIOlivier Dugeon2019-04-261-4/+4
* | isisd: Add IS-IS-TE support per AreaOlivier Dugeon2019-04-2510-179/+181
* | Revert "isisd: Add IS-IS-TE support per Area"Russ White2019-04-2310-181/+179
* | Merge pull request #4137 from Orange-OpenSource/TERuss White2019-04-2310-179/+181
|\ \
| * | Issue #4032: Add IS-IS-TE support per AreaOlivier Dugeon2019-04-1510-179/+181
* | | Merge pull request #4161 from opensourcerouting/nb-performanceQuentin Young2019-04-222-78/+72
|\ \ \