summaryrefslogtreecommitdiffstats
path: root/ospf6d (follow)
Commit message (Expand)AuthorAgeFilesLines
* ospf6d: Log messages cannot have newlinesDonald Sharp2021-09-271-1/+1
* Merge pull request #9585 from opensourcerouting/ospf6d-nssa-dflt-originateRuss White2021-09-249-17/+259
|\
| * ospf6d: implement Type-7 default routes for NSSA areasRenato Westphal2021-09-219-12/+250
| * ospf6d: don't generate Type-7 LSA for route created by "default-information-o...Renato Westphal2021-09-212-3/+7
| * ospf6d: fix issue when displaying the redistribute commandRenato Westphal2021-09-211-1/+1
| * ospf6d: fix metric type of NSSA Type-7 LSAsRenato Westphal2021-09-211-1/+1
* | Merge pull request #9084 from louis-oui/fix-ospf6-router-idIgor Ryzhov2021-09-233-35/+43
|\ \
| * | ospf6d: reset areas and redistribution at router-id modificationLouis Scalbert2021-09-231-6/+11
| * | ospf6d: factorize router-id updateLouis Scalbert2021-09-212-29/+13
| * | ospf6d: don't update router-id if at least one adjacency is FullLouis Scalbert2021-09-213-8/+27
* | | Merge pull request #9647 from opensourcerouting/ospf-gr-cmd-renameDonald Sharp2021-09-221-7/+9
|\ \ \
| * | | ospf6d: rename the "graceful-restart helper-only" commandRenato Westphal2021-09-211-7/+9
* | | | Merge pull request #9635 from donaldsharp/ospf6_unitDavid Lamparter2021-09-223-8/+21
|\ \ \ \ | |_|_|/ |/| | |
| * | | ospf6d: Fix debug string in rare caseDonald Sharp2021-09-211-3/+3
| * | | ospf6d: Always pre-init all header values to 0Donald Sharp2021-09-211-1/+3
| * | | ospf6d: Use appropriate integer size and more context for reason stringsDonald Sharp2021-09-211-4/+15
| |/ /
* | | Merge pull request #9640 from opensourcerouting/ospf6d-filtersRuss White2021-09-215-136/+114
|\ \ \
| * | | ospf6d: rework filtering commands to be in line with ospfdRenato Westphal2021-09-205-136/+114
| |/ /
* / / ospf6d: Use bool instead of an intDonald Sharp2021-09-192-3/+3
|/ /
* | ospf6d: fix build problem with ancient json-c versionsRenato Westphal2021-09-161-6/+9
* | ospf6d: introduce support for Graceful Restart (restarting mode)Renato Westphal2021-09-1619-17/+1010
* | ospf6d: add missing entry to array of stringsRenato Westphal2021-09-161-1/+1
* | ospf6d: cleanup useless checksIgor Ryzhov2021-09-158-57/+0
* | ospf6d: fix possible NULL dereferenceIgor Ryzhov2021-09-151-1/+4
* | Merge pull request #9438 from ranjanyash54/debug_commMark Stapp2021-09-145-43/+80
|\ \
| * | ospf6d: Add debug commands for lsa all and route allYash Ranjan2021-08-255-43/+80
* | | Merge pull request #9019 from pjdruddy/ospfv3-early-break-list-walkRuss White2021-09-103-13/+41
|\ \ \
| * | | ospf6d: break early on route prefix mismatchPat Ruddy2021-07-203-13/+41
* | | | ospf6d: Cleanup headers to our standardDonald Sharp2021-09-098-63/+71
| |_|/ |/| |
* | | ospf6d: add support for NSSA totally stub areasRenato Westphal2021-09-074-22/+62
* | | Merge pull request #9521 from opensourcerouting/ospf6d-gr-fixesIgor Ryzhov2021-09-062-7/+7
|\ \ \
| * | | ospf6d: fix display of debug command in the running configurationRenato Westphal2021-08-311-1/+1
| * | | ospf6d: fix unguarded GR debug messageRenato Westphal2021-08-311-6/+6
* | | | ospf6d: Prevent crash of show ipv6 ospf data adv-router 0.0.0.0 linkstate-id ...Donald Sharp2021-09-011-4/+2
|/ / /
* | | Merge pull request #9503 from opensourcerouting/ospf6d-redistribute-metricsRuss White2021-08-281-50/+39
|\ \ \
| * | | ospf6d: extend the "redistribute" command with more optionsRenato Westphal2021-08-261-50/+39
* | | | Merge pull request #9496 from idryzhov/vrf-cmd-init-unused-argDavid Lamparter2021-08-271-1/+1
|\ \ \ \ | |/ / / |/| | |
| * | | lib: remove unused argument from vrf_cmd_initIgor Ryzhov2021-08-261-1/+1
* | | | Merge pull request #9331 from idryzhov/explicit-exitChristian Hopps2021-08-262-1/+3
|\ \ \ \ | |/ / / |/| | |
| * | | *: explicitly print "exit" at the end of every node configIgor Ryzhov2021-08-232-1/+3
| | |/ | |/|
* | | *: Drop `break` after using frr_help_exit() in switch/caseDonatas Abraitis2021-08-251-1/+0
* | | Merge pull request #9449 from opensourcerouting/ospf6d-nssa-fixesIgor Ryzhov2021-08-248-25/+71
|\ \ \
| * | | ospf6d: further validate NSSA ASBR routes used for route computationRenato Westphal2021-08-241-0/+16
| * | | ospf6d: do not allow an area to be stub and NSSA at the same timeRenato Westphal2021-08-244-2/+12
| * | | ospf6d: fix logging of border router routesRenato Westphal2021-08-242-5/+31
| * | | ospf6d: remove incorrect debug guardRenato Westphal2021-08-241-6/+3
| * | | ospf6d: flush external LSAs when NSSA is configuredRenato Westphal2021-08-242-2/+5
| * | | ospf6d: fix flushing of all LSAs when NSSA is unconfiguredRenato Westphal2021-08-241-4/+2
| * | | ospf6d: don't delete area when NSSA is unconfiguredRenato Westphal2021-08-241-2/+0
| * | | ospf6d: always unset the E-bit on NSSA ABRsRenato Westphal2021-08-241-4/+2
| |/ /