summaryrefslogtreecommitdiffstats
path: root/isisd (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | | 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
* | isisd: strncpy -> strlcpyQuentin Young2019-02-264-7/+11
|/
* *: Rename backet to bucketTim Bray2019-02-252-6/+6
* isisd: fix crash when entering "no ip[v6] router isis" twiceRenato Westphal2019-02-211-11/+12
* isisd: skip over deleted fragmentsDavid Lamparter2019-02-181-0/+21
* isisd: rename northbound delete apisMark Stapp2019-02-111-54/+54
* libs, rip, isis: change northbound operation enum to DESTROYMark Stapp2019-02-111-16/+16
* libs, daemons: changes to permit c++ compilationMark Stapp2019-02-111-27/+27
* isisd: Added changes to track route-map usage in isis.rgirada2019-02-041-0/+2
* build: fix a whole bunch of *FLAGSDavid Lamparter2019-01-301-1/+1
* *: The onlink attribute should be owned by the nexthop not the route.Donald Sharp2019-01-271-2/+4
* Treewide: use ANSI function definitionsRuben Kerkhof2019-01-244-5/+5
* lib: use the correct VRF ID when parsing INTERFACE_LINK_PARAMS messagesRenato Westphal2019-01-181-2/+2
* lib, zebra: add AFI parameter to the ZEBRA_REDISTRIBUTE_DEFAULT_* messagesRenato Westphal2019-01-141-2/+2
* isisd: fix point-to-point network type configEmanuele Di Pascale2019-01-071-3/+2
* isisd: suppress maybe uninitialized warningsEmanuele Di Pascale2018-12-181-0/+6
* isisd, yang: set default network-type to broadcastEmanuele Di Pascale2018-12-181-10/+0
* isisd: formatting fixes in isis_cli.cEmanuele Di Pascale2018-12-181-6/+7
* isisd: fix 'no router isis' on candidate configEmanuele Di Pascale2018-12-181-14/+11
* isisd: retrieve default values from the yang modelEmanuele Di Pascale2018-12-182-4/+79
* isisd: implement sighup handlerEmanuele Di Pascale2018-12-181-2/+13
* isisd, yang: change type empty leafs to booleansEmanuele Di Pascale2018-12-182-308/+141
* isisd: embed the isisd yang modelEmanuele Di Pascale2018-12-181-1/+4
* isisd: implemented the 'own-lsp-purge' notificationEmanuele Di Pascale2018-12-183-0/+32
* isisd: implemented the 'sequence-number-skipped' notificationEmanuele Di Pascale2018-12-183-0/+39
* isisd: add the 'lsp-error-detected' notificationEmanuele Di Pascale2018-12-183-0/+42
* isisd: implement the 'version-skew' notificationEmanuele Di Pascale2018-12-183-0/+35
* isisd: implement the 'id-len-mismatch' notificationEmanuele Di Pascale2018-12-183-0/+31
* isisd: implement the 'lsp-generation' notificationEmanuele Di Pascale2018-12-183-0/+34
* isisd: implement the 'lsp-received' notificationEmanuele Di Pascale2018-12-183-0/+41
* isisd: implement the 'area-mismatch' notificationEmanuele Di Pascale2018-12-183-0/+32
* isisd: implement the 'rejected-adjacency' notificationEmanuele Di Pascale2018-12-183-1/+73
* isisd: implement the 'adjacency-state-change' notificationEmanuele Di Pascale2018-12-183-0/+57
* isisd: implement the authentication failure notificationsEmanuele Di Pascale2018-12-185-18/+133
* isisd: implement 'max-area-addresses-mismatch' notificationEmanuele Di Pascale2018-12-183-0/+41
* isisd: implement the 'attempt-to-exceed-max-sequence' notificationEmanuele Di Pascale2018-12-183-0/+30
* isisd: implement the 'corrupted-lsp-detected' notificationEmanuele Di Pascale2018-12-182-0/+21
* isisd: implement the 'if-state-change' notificationEmanuele Di Pascale2018-12-183-0/+33