summaryrefslogtreecommitdiffstats
path: root/isisd (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \ \ | |/ / |/| |
| * | isisd: Add vrf_id to the main isis structureDonald Sharp2019-09-103-3/+5
* | | Revert "lib: introduce a read-write lock for northbound configurations"Renato Westphal2019-09-181-59/+52
| |/ |/|
* | isisd: Update TLVs processing for TE, RI & SROlivier Dugeon2019-09-1713-1363/+1645
* | isisd: fix validation of prefix-sid flagsRenato Westphal2019-09-171-3/+3
* | isisd: introduce new route update hookRenato Westphal2019-09-172-7/+21
* | isisd: move management of route flags out of isis_zebra.cRenato Westphal2019-09-173-29/+39
* | isisd: remove leftover from old dict codeRenato Westphal2019-09-171-1/+0
|/
* isisd: Enabling build with opensslMichal Ruprich2019-09-041-0/+18
* Merge pull request #4874 from manuhalo/fix_isis_mtuDonald Sharp2019-09-041-19/+54
|\
| * isisd: check MTU when configuring circuitEmanuele Di Pascale2019-08-271-19/+54
* | *: frr_elevate_privs -> frr_with_privsDavid Lamparter2019-09-033-3/+3
* | isisd: fix northbound circuit deletionEmanuele Di Pascale2019-09-021-14/+1
* | 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