summaryrefslogtreecommitdiffstats
path: root/ospf6d (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #9037 from idryzhov/ospf6-freebsdDonald Sharp2021-07-131-11/+48
|\
| * ospf6d: fix freebsd mcast group issuesIgor Ryzhov2021-07-121-11/+48
* | ospf6d: Correct spelling in debugDonald Sharp2021-07-121-1/+1
|/
* Merge pull request #9010 from opensourcerouting/ospf-miscIgor Ryzhov2021-07-092-36/+31
|\
| * ospf6d: rework default-information configurationRafael Zalamena2021-07-091-25/+30
| * lib,ospfd,ospf6d: remove duplicated functionRafael Zalamena2021-07-091-11/+1
* | Merge pull request #9016 from LabNConsulting/chopps/ospf6d-fix-backlink-chkIgor Ryzhov2021-07-091-12/+16
|\ \ | |/ |/|
| * ospf6d: fix backlink checkChristian Hopps2021-07-091-12/+16
* | Merge pull request #8978 from kssoman/ospf_newRafael Zalamena2021-07-091-1/+13
|\ \ | |/ |/|
| * ospf6d : Send LSA update immediately when ospf instance is deletedSoman K.S2021-07-081-1/+13
* | Merge pull request #8987 from mobash-rasool/ospfv3-bug-fixesIgor Ryzhov2021-07-071-1/+1
|\ \
| * | ospf6d: Fix crash in ospf6_asbr_lsa_remove at ospf6d/ospf6_asbr.c:696github login name2021-07-061-1/+1
| |/
* | Merge pull request #8919 from mobash-rasool/ospfv3-fixesDonald Sharp2021-07-061-7/+22
|\ \
| * | ospf6d: Max aged LSAs are not getting deleted from DBMobashshera Rasool2021-06-241-7/+22
* | | Merge pull request #8930 from pjdruddy/ospf6_packet_debugDonald Sharp2021-07-061-15/+29
|\ \ \ | |_|/ |/| |
| * | ospf6d: remove inet_ntop calls in ospf6_writePat Ruddy2021-06-261-6/+2
| * | ospf6d: correctly protect packet debugs in ospf6_writePat Ruddy2021-06-261-5/+22
| * | ospf6: fix coverity overflow issuesPat Ruddy2021-06-261-4/+5
| |/
* | Revert "ospf6d: fix LSAs remain in LSDB with an old router-id value"Donald Sharp2021-07-024-51/+39
* | Merge pull request #8970 from ton31337/fix/use_IPV6_MAX_BITLENMark Stapp2021-07-021-4/+4
|\ \
| * | *: Convert numeric 32 into IPV4_MAX_BITLEN for prefixlenDonatas Abraitis2021-07-011-3/+3
| * | *: Replace IPV6_MAX_PREFIXLEN to IPV6_MAX_BITLENDonatas Abraitis2021-07-011-1/+1
* | | Merge pull request #8795 from louis-oui/fix-ospf6-router-idPhilippe Guibert2021-07-024-39/+51
|\ \ \ | |/ / |/| |
| * | ospf6d: harmonize ospf6_asbr_redistribute_disable and _resetLouis Scalbert2021-07-011-8/+10
| * | ospf6d: reset areas and redistribution at router-id modificationLouis Scalbert2021-07-011-0/+5
| * | ospf6d: factorize router-id updateLouis Scalbert2021-07-013-33/+19
| * | ospf6d: don't update router-id if at least one adjacency is FullLouis Scalbert2021-07-013-8/+27
* | | Merge pull request #8954 from mobash-rasool/ospfv3-featureIgor Ryzhov2021-07-013-32/+37
|\ \ \ | |/ / |/| |
| * | ospf6d: route-map config changed, not getting applied on all types of routesMobashshera Rasool2021-06-303-32/+37
* | | ospf6d: use per-vrf router id instead of one globalIgor Ryzhov2021-06-293-10/+10
|/ /
* | Merge pull request #8835 from ranjanyash54/clear_processIgor Ryzhov2021-06-298-7/+122
|\ \
| * | ospf6d: "clear ipv6 ospf6 process" commandYash Ranjan2021-06-288-7/+122
| |/
* | Merge pull request #8850 from opensourcerouting/ospf6-checksum-jsonQuentin Young2021-06-291-1/+1
|\ \
| * | ospf6d: consistent checksum json outputDavid Schweizer2021-06-141-1/+1
* | | ospf6d: fix duplicated packet readIgor Ryzhov2021-06-261-0/+7
| |/ |/|
* | Merge pull request #8904 from rameshabhinay/ospf6_showIgor Ryzhov2021-06-231-0/+3
|\ \
| * | ospf6d: Show neighbor displays twice for every neighbor.Abhinay Ramesh2021-06-231-0/+3
* | | Merge pull request #8899 from idryzhov/ospf6-asbrRafael Zalamena2021-06-232-29/+29
|\ \ \ | |/ / |/| |
| * | ospf6d: fix NSSA status updateIgor Ryzhov2021-06-231-9/+15
| * | ospf6d: fix redistribute configurationIgor Ryzhov2021-06-231-6/+8
| * | ospf6d: small ospf6_asbr_redistribute_set improvementIgor Ryzhov2021-06-231-14/+6
| |/
* | Merge pull request #8878 from idryzhov/fix-ospf6-neighbor-detailRuss White2021-06-221-24/+20
|\ \
| * | ospf6d: fix "show ipv6 ospf6 neighbor" commandIgor Ryzhov2021-06-211-24/+20
* | | Merge pull request #8725 from pjdruddy/ospfv3_fair_socketRuss White2021-06-229-483/+907
|\ \ \
| * | | ospf6d: add write-multiplier configurationPat Ruddy2021-06-184-2/+44
| * | | ospf6d: add warning log for late hello packetsPat Ruddy2021-06-183-0/+34
| * | | ospf6d: add lsupdate messages to tx fifoPat Ruddy2021-06-181-272/+204
| * | | ospf6d: add lsack messages to tx fifoPat Ruddy2021-06-181-87/+108
| * | | ospf6d: add lsreq messages to tx fifoPat Ruddy2021-06-181-39/+51
| * | | ospf6d: add dbdesc messages to tx FIFOPat Ruddy2021-06-183-56/+58