summaryrefslogtreecommitdiffstats
path: root/isisd (follow)
Commit message (Expand)AuthorAgeFilesLines
* isisd: simplify node Sid handlingFredi Raspall2021-05-181-4/+3
* isisd: clear the N-flag in ext. reachability TLVsFredi Raspall2021-05-181-1/+1
* lib: adapt to version 2 of libyangChristian Hopps2021-05-133-28/+32
* isisd: fix bfd config outputIgor Ryzhov2021-05-071-4/+6
* isisd: enable autocompletion for bfd profilesIgor Ryzhov2021-05-071-1/+1
* isisd: fix "no bfd profile" commandIgor Ryzhov2021-05-071-9/+11
* isisd: rework BFD integrationIgor Ryzhov2021-05-0710-413/+97
* isisd: fix clang-11 warnings in snmp codePat Ruddy2021-05-051-5/+1
* isisd: link protection optional fallback in ti-lfaFredi Raspall2021-05-036-3/+103
* Merge pull request #8601 from Fredi-raspall/pr_fix_lfa_debugRenato Westphal2021-05-021-0/+3
|\
| * isisd: fix show LFA debug in show debugging cmdFredi Raspall2021-05-011-0/+3
* | isisd: fix memory leak for non-freed spftreesFredi Raspall2021-05-011-3/+6
|/
* isisd: move ldp-sync checks from cli to nb callbacksIgor Ryzhov2021-04-292-36/+33
* isisd: don't use operational data in "no isis circuit-type"Igor Ryzhov2021-04-291-32/+23
* isisd, yang: remove vrf leaf from isis interface nodeIgor Ryzhov2021-04-294-83/+37
* isisd: don't use operational data in "ip/ipv6 router isis"Igor Ryzhov2021-04-291-124/+55
* isisd: don't create instances directly from cliIgor Ryzhov2021-04-291-2/+0
* isisd: don't use operational data in "no router isis"Igor Ryzhov2021-04-291-21/+36
* isisd: remove useless checks from cliIgor Ryzhov2021-04-291-32/+0
* isisd: fix ldp-sync configurationIgor Ryzhov2021-04-296-314/+169
* isisd: allow arbitrary order of area/interface configurationIgor Ryzhov2021-04-297-324/+295
* isisd: update link params after circuit is upIgor Ryzhov2021-04-291-2/+3
* isisd: fix incorrect snmp-id gen/freeIgor Ryzhov2021-04-294-83/+62
* isisd: Remove warnings and add some data to debugs for isis_csm.cDonald Sharp2021-04-231-14/+32
* isisd: Use enum for circuit stateDonald Sharp2021-04-222-8/+12
* isisd: use an enum for circuit statesDonald Sharp2021-04-223-9/+9
* build: properly split CFLAGS from AC_CFLAGSDavid Lamparter2021-04-211-1/+1
* build: make builddir include path consistentDavid Lamparter2021-04-211-1/+1
* *: remove *.conf.sample filesQuentin Young2021-04-093-68/+0
* isisd: fix coverity SA warningMark Stapp2021-03-261-0/+2
* isisd: Prevent OOM crash in isisDonald Sharp2021-03-251-38/+88
* Merge pull request #8250 from idryzhov/fix-nb-running-get-entryRenato Westphal2021-03-241-1/+1
|\
| * *: fix aborts when validating configurationIgor Ryzhov2021-03-161-1/+1
* | Merge pull request #8325 from idryzhov/fix-ip-router-isisDavid Lamparter2021-03-241-1/+1
|\ \
| * | isisd: fix extra space after "ip router isis"Igor Ryzhov2021-03-241-1/+1
* | | isisd: kill isis_memory.h, use MTYPE_STATICDavid Lamparter2021-03-2221-131/+65
|/ /
* | Merge pull request #8301 from donaldsharp/isis_spacingDavid Lamparter2021-03-221-5/+5
|\ \
| * | isisd: Fix extra space after `router isis FOO`Donald Sharp2021-03-211-5/+5
* | | Merge pull request #8298 from donaldsharp/isis_spellingDavid Lamparter2021-03-221-1/+1
|\ \ \
| * | | isisd: Fix spelling mistakeDonald Sharp2021-03-211-1/+1
| |/ /
* | | Merge pull request #8121 from opensourcerouting/macro-cleanupDonatas Abraitis2021-03-2223-91/+95
|\ \ \
| * | | *: require semicolon after FRR_DAEMON_INFO & co.David Lamparter2021-03-172-4/+8
| * | | *: require semicolon after DEFINE_<typesafe...>David Lamparter2021-03-174-8/+8
| * | | *: require semicolon after DEFINE_QOBJ & co.David Lamparter2021-03-174-6/+6
| * | | *: require semicolon after DEFINE_HOOK & co.David Lamparter2021-03-178-14/+14
| * | | *: require semicolon after DEFINE_MTYPE & coDavid Lamparter2021-03-179-58/+58
| * | | snmp: change -std=gnu99 to -std=gnu11David Lamparter2021-03-171-1/+1
* | | | Merge pull request #8282 from volta-networks/fix_isisd_bfd_ipv4Donald Sharp2021-03-213-25/+79
|\ \ \ \ | |_|/ / |/| | |
| * | | isisd: add debug logs to troubleshoot BFD issuesEmanuele Di Pascale2021-03-181-10/+57
| * | | isisd: fix BFD session when IPv6 not configuredEmanuele Di Pascale2021-03-183-15/+22
| |/ /