summaryrefslogtreecommitdiffstats
path: root/isisd (follow)
Commit message (Expand)AuthorAgeFilesLines
* *: include vrf northbound module in initChirag Shah2020-04-161-0/+1
* Merge pull request #6181 from volta-networks/fix_isisd_no_metric_styleRenato Westphal2020-04-121-16/+2
|\
| * isisd: fix two 'no X' commandsEmanuele Di Pascale2020-04-071-16/+2
* | isisd, yang: unified lsp-timers commandEmanuele Di Pascale2020-04-065-96/+167
|/
* *: use the current project name (FRRouting)Lou Berger2020-03-256-6/+6
* isisd: fix hello cmds vtysh outputEmanuele Di Pascale2020-03-251-4/+4
* Merge pull request #6087 from opensourcerouting/log-kill-tabsDonald Sharp2020-03-252-5/+3
|\
| * *: remove line breaks from log messagesDavid Lamparter2020-03-241-1/+1
| * *: remove tabs from log messagesDavid Lamparter2020-03-241-4/+2
* | bgpd, isisd, lib: Make key values const for skiplistDonald Sharp2020-03-242-6/+6
|/
* isisd: Expand send/receive buffers to allow for larger mtuDonald Sharp2020-03-212-2/+2
* isisd: fix vty show isis metricEmanuele Di Pascale2020-03-201-2/+2
* Merge pull request #5927 from mjstapp/interval_string_apiDonald Sharp2020-03-172-26/+8
|\
| * lib, *: add a common time interval formatting apiMark Stapp2020-03-092-26/+8
* | isisd: Fix spelling mistakes found by debian packagingDonald Sharp2020-03-142-3/+3
|/
* *: use gmtime_r, localtime_r exclusivelyMark Stapp2020-03-052-16/+19
* isisd: do not disable circuit on ifdownEmanuele Di Pascale2020-02-191-1/+0
* *: Remove break after returnDonatas Abraitis2020-02-131-10/+0
* Merge pull request #5104 from opensourcerouting/route-map-nbv2Donald Sharp2020-02-051-0/+2
|\
| * *: fix route map integrationRafael Zalamena2020-02-041-0/+2
* | *: don't null after XFREE; XFREE does this itselfQuentin Young2020-02-031-1/+0
|/
* doc: rename man pages to frr-*David Lamparter2020-01-151-1/+1
* isisd, yang: set default is-type to level-1-2Emanuele Di Pascale2019-12-171-5/+2
* isisd: Free memory when confusedDonald Sharp2019-12-131-0/+2
* isisd: clean ipv4/6 circuit config on destroyEmanuele Di Pascale2019-12-091-2/+6
* Merge pull request #4765 from opensourcerouting/defaults-v2Donald Sharp2019-12-061-1/+0
|\
| * lib: rename memory_vty.c to lib_vty.cDavid Lamparter2019-12-061-1/+0
* | *: revise zapi nexthop encodingMark Stapp2019-12-061-1/+1
|/
* *: generously apply constDavid Lamparter2019-12-026-28/+33
* *: make frr_yang_module_info constDavid Lamparter2019-11-301-1/+1
* *: make all route_map_rule_cmd constDavid Lamparter2019-11-301-15/+30
* *: Convert connected_free to a double pointerDonald Sharp2019-11-021-1/+1
* *: Convert prefix_free to double pointerDonald Sharp2019-11-021-5/+5
* isisd: split northbound callbacks into multiple filesRenato Westphal2019-10-3017-4108/+4503
* Merge pull request #5197 from SumitAgarwal123/BFD_ADMIN_DOWNRafael Zalamena2019-10-291-1/+2
|\
| * bfdd: Handling local and remote admin-downSumitAgarwal1232019-10-291-1/+2
* | isisd: Correct missing advertisement of TE param.Olivier Dugeon2019-10-211-31/+10
* | isisd: Fix handling of neighbor circuit id in three way handshakeChristian Franke2019-10-011-1/+1
* | Merge pull request #5009 from donaldsharp/interface_deletionRuss White2019-09-304-81/+51
|\ \
| * | *: Convert zapi->interface_delete to ifp callbackDonald Sharp2019-09-192-27/+10
| * | *: Convert interface_down to interface down callbackDonald Sharp2019-09-192-19/+7
| * | *: Convert from ->interface_up to the interface callbackDonald Sharp2019-09-192-15/+2
| * | *: Switch all zclient->interface_add to interface create callbackDonald Sharp2019-09-194-20/+10
| * | *: Add infrastructure to support zapi interface callbacksDonald Sharp2019-09-191-0/+22
* | | isisd: circuit is derefed in every code pathDonald Sharp2019-09-251-2/+1
* | | Merge pull request #5040 from opensourcerouting/isisd-fix-validation-crashDonald Sharp2019-09-241-2/+2
|\ \ \
| * | | isisd: fix crash during candidate validationRenato Westphal2019-09-231-2/+2
* | | | isisd, yang: implement interface countersRenato Westphal2019-09-234-6/+282
* | | | isisd, yang: implement read-only list of adjacenciesRenato Westphal2019-09-231-13/+229
|/ / /
* | | Merge pull request #4529 from donaldsharp/vrf_conversionsRenato Westphal2019-09-203-3/+5
|\ \ \ | |/ / |/| |