summaryrefslogtreecommitdiffstats
path: root/ospf6d (follow)
Commit message (Expand)AuthorAgeFilesLines
* *: cleanup ifp->vrf_idIgor Ryzhov2021-11-224-42/+26
* Merge pull request #10076 from idryzhov/if-is-loopback-or-vrfDonald Sharp2021-11-221-5/+5
|\
| * *: unify if_is_loopback/if_is_loopback_or_vrfIgor Ryzhov2021-11-161-5/+5
* | Merge pull request #10070 from idryzhov/ospf6-memcmp-cleanupQuentin Young2021-11-222-32/+4
|\ \
| * | ospf6d: replace memcmp with correct comparisonsIgor Ryzhov2021-11-161-5/+4
| * | ospf6d: remove meaningless ospf6_route_is_identicalIgor Ryzhov2021-11-152-27/+0
| |/
* | Merge pull request #10074 from opensourcerouting/assorted-20211116Igor Ryzhov2021-11-193-38/+36
|\ \
| * | ospfd6d: replace handler vector with arrayDavid Lamparter2021-11-163-38/+36
| |/
* | Merge pull request #10092 from ton31337/feature/replace_json_object_string_ad...Igor Ryzhov2021-11-182-16/+11
|\ \
| * | ospf6d: Replace inet_ntop to %pI4/6 for JSON outputsDonatas Abraitis2021-11-182-16/+11
| |/
* / ospf6d: Prevent use after freeDonald Sharp2021-11-181-2/+2
|/
* *: Convert quagga_signal_X to frr_signal_XDonald Sharp2021-11-111-1/+1
* Merge pull request #9861 from rgirada/ospf6_coverityRuss White2021-11-112-3/+25
|\
| * ospf6d: Addressing few coverity issues.rgirada2021-10-292-3/+25
* | Merge pull request #9864 from ton31337/feature/access_list_autocompleteRuss White2021-11-111-6/+6
|\ \
| * | lib: Add autocomplete for access-listsDonatas Abraitis2021-10-311-6/+6
* | | ospf6d: Prevent crash in adj_okDonald Sharp2021-11-053-1/+6
* | | ospf6d: Prevent use after freeDonald Sharp2021-11-053-2/+7
* | | Merge pull request #9833 from idryzhov/cleanup-if-by-index-all-vrfRuss White2021-11-051-11/+13
|\ \ \
| * | | ospf6d: don't use if_lookup_by_index_all_vrfIgor Ryzhov2021-10-281-11/+13
* | | | ospf6d: avoid writing dumb ospf6 info at startupPhilippe Guibert2021-11-031-0/+4
| |/ / |/| |
* | | Merge pull request #9863 from ton31337/feature/prefix-list_autocompleteIgor Ryzhov2021-10-291-2/+2
|\ \ \
| * | | ospf6d: Add autocomplete for `area X filter-list prefix`Donatas Abraitis2021-10-281-2/+2
* | | | Merge pull request #9831 from manojvn/379909_383518Igor Ryzhov2021-10-284-10/+12
|\ \ \ \ | |/ / / |/| | |
| * | | ospf6d: remove unnecessary break.Manoj Naragund2021-10-261-1/+0
| * | | ospf6d: prefix structure compare changes.Manoj Naragund2021-10-261-3/+1
| * | | ospf6d: minor code enhancements.Manoj Naragund2021-10-262-6/+11
| |/ /
* | | Merge pull request #9837 from idryzhov/cleanup-if-by-name-vrf-allRuss White2021-10-271-2/+4
|\ \ \
| * | | ospf6d: don't use if_lookup_by_name_all_vrfIgor Ryzhov2021-10-151-2/+4
| |/ /
* | / *: convert zclient callbacks to tableDavid Lamparter2021-10-201-8/+11
| |/ |/|
* | Merge pull request #9752 from opensourcerouting/ospf6d-nssa-rangesRuss White2021-10-2013-364/+315
|\ \
| * | ospf6d: add support for NSSA Type-7 address rangesRenato Westphal2021-10-066-25/+235
| * | ospf6d: fix lookup of translated Type-5 LSARenato Westphal2021-10-061-19/+11
| * | ospf6d: assorted code cleanupRenato Westphal2021-10-063-81/+43
| * | ospf6d: remove unnecessary check when translating Type-7 LSARenato Westphal2021-10-061-10/+0
| * | ospf6d: fix memleak when translating NSSA LSARenato Westphal2021-10-061-2/+3
| * | ospf6d: remove incomplete support for NSSA rangesRenato Westphal2021-10-061-83/+0
| * | ospf6d: fix processing of translated AS-external LSAsRenato Westphal2021-10-061-20/+14
| * | ospf6d: be careful to not refresh translated Type-5 LSAs twiceRenato Westphal2021-10-061-9/+7
| * | ospf6d: fix selection of NSSA forwarding addressRenato Westphal2021-10-062-7/+11
| * | ospf6d: add "nssa" option to the "debug ospf6 lsa" commandRenato Westphal2021-10-061-2/+4
| * | ospf6d: remove unnecessary codeRenato Westphal2021-10-062-106/+0
| * | ospf6d: declare neighbor memtype as staticRenato Westphal2021-10-061-1/+1
| * | ospf6d: remove unused bitfieldRenato Westphal2021-10-063-4/+0
| * | ospf6d: remove redundant loopRenato Westphal2021-10-061-7/+5
| * | ospf6d: remove unguarded debug messageRenato Westphal2021-10-061-2/+0
| * | ospf6d: remove unused function parameterRenato Westphal2021-10-061-14/+9
* | | lib: allow to create interfaces in non-existing VRFsIgor Ryzhov2021-10-191-10/+2
* | | Merge pull request #9813 from opensourcerouting/ospf-gr-fixesDonald Sharp2021-10-151-1/+1
|\ \ \
| * | | ospf6d: fix LSA name in debug messageRenato Westphal2021-10-121-1/+1