summaryrefslogtreecommitdiffstats
path: root/isisd (follow)
Commit message (Expand)AuthorAgeFilesLines
* Address the error "Dead assignment" of static analysifHung-Weic Chiu2017-05-101-1/+0
* *: remove THREAD_ON macros, add nullity checkQuentin Young2017-05-098-117/+137
* isisd: use MT to only advertise usable linksChristian Franke2017-05-061-2/+22
* isisd: support unnumbered operationChristian Franke2017-05-062-83/+12
* isisd: show topology information for adjacenciesChristian Franke2017-05-061-0/+6
* isisd: ensure that MT is only used with wide metricsChristian Franke2017-05-062-0/+40
* isisd: fix initialization of ES vertizesChristian Franke2017-05-061-2/+6
* isisd: fix uninitialized pointerQuentin Young2017-04-291-1/+1
* isisd: make spf MT awareChristian Franke2017-04-284-18/+107
* isisd: announce and parse MT IP reachabilitiesChristian Franke2017-04-285-230/+596
* isisd: announce and parse MT IS reachabilitiesChristian Franke2017-04-286-77/+405
* isisd: track intersecting set of supported MTs for each adjChristian Franke2017-04-285-1/+124
* isisd: announce MT capabilities in IIH and LSPChristian Franke2017-04-286-0/+249
* isisd: add MT configurationChristian Franke2017-04-288-2/+525
* isisd: implement draft-ietf-isis-ext-eth and support p2p over LAN on BSDChristian Franke2017-04-283-32/+16
* isisd: do some cleanup on the spf implementationChristian Franke2017-04-282-419/+225
* isisd: function lsp_te_tlv_fit is never usedChristian Franke2017-04-282-60/+0
* isisd: Fix some various clang warningsDonald Sharp2017-04-012-8/+8
* *: apply DEFUN_NOSH for node-switch CLI commandsDavid Lamparter2017-03-281-1/+1
* *: Refactor if_lookup_by_name to be VRF awareDonald Sharp2017-03-151-1/+1
* isisd: remove reload-by-reexecDavid Lamparter2017-03-081-38/+1
* lib: remove remaining struct zlog * argsDavid Lamparter2017-03-081-1/+1
* *: add frr_run()David Lamparter2017-03-081-11/+1
* *: add frr_config_fork()David Lamparter2017-03-081-56/+3
* *: centralize more into frr_init()David Lamparter2017-03-071-4/+1
* *: add frr_init() infrastructureDavid Lamparter2017-03-071-100/+28
* isisd: Clean up leaked memoryDonald Sharp2017-03-011-0/+1
* Merge pull request #219 from opensourcerouting/feature/isis-draft-ietf-rtgwg-...Donald Sharp2017-02-246-136/+197
|\
| * isisd: add support for draft-ietf-rtgwg-backoff-algoStephane Litkowski2017-02-224-0/+161
| * isisd: cleanup SPF schedulingStephane Litkowski2017-02-226-136/+36
* | Merge remote-tracking branch 'origin/stable/2.0'Donald Sharp2017-02-246-17/+18
|\ \ | |/ |/|
| * isisd: address coverity findingsChristian Franke2017-02-136-21/+18
* | Merge remote-tracking branch 'origin/stable/2.0'Donald Sharp2017-02-071-1/+1
|\|
| * *: Convert libzebra -> libfrrDonald Sharp2017-02-031-1/+1
* | Merge remote-tracking branch 'origin/stable/2.0'Donald Sharp2017-02-023-8/+62
|\|
| * *: fix warning fallout from set_socket_pathDavid Lamparter2017-02-011-1/+1
| * isisd: parse TE-IP reachability and IPv6 reachability subtlvsChristian Franke2017-01-312-7/+51
| * isisd: Add vty_socket cli option to override the compiled-in location for the...Martin Winter2017-01-251-1/+11
* | lib: send ZAPI IPv6 source prefixDavid Lamparter2017-01-301-2/+2
* | *: Fix redistribute issueDonald Sharp2017-01-271-2/+2
* | Merge pull request #104 from opensourcerouting/time-cleanupDonald Sharp2017-01-241-2/+2
|\ \
| * | *: use monotime()David Lamparter2017-01-231-2/+2
* | | isisd: Fix unused variable in some situations.Donald Sharp2017-01-191-1/+4
|/ /
* | Merge branch 'master' into cleanupDonald Sharp2017-01-131-0/+8
|\ \
| * | Merge branch 'stable/2.0-for-merge'David Lamparter2017-01-131-0/+8
| |\|
| | * isisd: clean up own LSPs correctly on updateChristian Franke2017-01-061-0/+8
* | | frr: Remove HAVE_IPV6 from code baseDonald Sharp2017-01-1315-201/+2
|/ /
* | Merge branch 'master' into fix-proto_redistnumQuentin Young2017-01-074-13/+16
|\ \
| * | Merge remote-tracking branch 'origin/stable/2.0'Donald Sharp2017-01-063-12/+15
| |\|
| | * isisd: don't generate LSPs with LSP-ID zero on is-type changeChristian Franke2017-01-051-4/+7