summaryrefslogtreecommitdiffstats
path: root/isisd (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \ \
| * | | lib: rework management of user pointers in the northbound layerRenato Westphal2019-04-182-78/+72
| | |/ | |/|
* / | lib: move zlog() prototype back to the public logging APIRenato Westphal2019-04-181-1/+0
|/ /
* | fabricd: allow redistribute statements with both the route-map and metric opt...Dmitrii Turlupov2019-04-161-23/+17
* | isisd: allow redistribute statements with both the route-map and metric optionsDmitrii Turlupov2019-04-162-56/+17
|/
* isisd, ospf6d, ripngd: Do not allow v6 LL's to be `redist connected` inDonald Sharp2019-03-271-0/+4
* *: remove trailing newlines from zlog messagesQuentin Young2019-03-141-3/+3
* Merge pull request #3869 from qlyoung/cocci-fixesDavid Lamparter2019-03-067-27/+18
|\
| * *: remove null check before XFREEQuentin Young2019-02-263-10/+5
| * *: compare pointer types to NULL, not 0Quentin Young2019-02-261-4/+4
| * *: use array_size instead of raw divisionQuentin Young2019-02-262-2/+2
| * *: remove unnecessary semicolon from switchesQuentin Young2019-02-261-1/+1
| * *: remove useless return variablesQuentin Young2019-02-261-8/+4
| * *: use proper bool initializers & fix comparisonsQuentin Young2019-02-261-2/+2