summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* ospf6d: Show neighbor displays twice for every neighbor.Abhinay Ramesh2021-06-231-0/+3
* 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-2213-494/+992
|\ \
| * | tests: Modify topotests to include write-multiplier configPat Ruddy2021-06-182-11/+71
| * | doc: add OSPF[6] write-multiplier to docsPat Ruddy2021-06-182-0/+14
| * | 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
| * | ospf6d: add hello messages to tx fifoPat Ruddy2021-06-184-58/+232
| * | ospf6d: add packet apisPat Ruddy2021-06-182-7/+42
| * | ospf6d: add tx fifo infrastructurePat Ruddy2021-06-186-0/+144
| * | ospf6d: read ospf6 socket until failurePat Ruddy2021-06-182-12/+34
| * | ospf6d: create an ospf_read_helper functionPat Ruddy2021-06-181-10/+16
* | | Merge pull request #8820 from anlancs/master-vtysh-hostnameRuss White2021-06-221-1/+7
|\ \ \
| * | | doc: add a note of hostname/domainname for vtyshanlancs2021-06-101-1/+7
* | | | Merge pull request #8869 from leonshaw/masterRuss White2021-06-221-0/+2
|\ \ \ \
| * | | | bgpd: Force process networks on VRF creationXiao Liang2021-06-191-0/+2
* | | | | Merge pull request #8891 from idryzhov/no-vrf-interfaceRuss White2021-06-2214-2/+39
|\ \ \ \ \
| * | | | | lib: remove vrf-interface config when removing the VRFIgor Ryzhov2021-06-2114-2/+39
* | | | | | Merge pull request #8557 from rgirada/ospf_type5_fixRuss White2021-06-222-7/+36
|\ \ \ \ \ \
| * | | | | | ospfd: External lsa handling in opaque capabilities enable/disablergirada2021-06-212-7/+36
| |/ / / / /
* | | | | | Merge pull request #8334 from ranjanyash54/last_dbdescRuss White2021-06-222-4/+22
|\ \ \ \ \ \
| * | | | | | ospf6d: Release last dbdesc packet after router dead intervalYash Ranjan2021-06-192-4/+22
| |/ / / / /
* | | | | | Merge pull request #8867 from wesleycoakley/pbr-table-range-single-lineMark Stapp2021-06-221-0/+1
|\ \ \ \ \ \
| * | | | | | tools: reload recognizes `pbr table range` as single-line ctxWesley Coakley2021-06-171-0/+1
* | | | | | | Merge pull request #8892 from idryzhov/fabric-no-instanceDonald Sharp2021-06-221-3/+1
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |
| * | | | | | fabricd: fix running configIgor Ryzhov2021-06-211-3/+1
|/ / / / / /
* | | | | | Merge pull request #8841 from volta-networks/fix_ospf6_bad_seqnumDonald Sharp2021-06-191-0/+12
|\ \ \ \ \ \
| * | | | | | ospf6: Drop LSA with bad seqnumberlynne2021-06-181-0/+12
| |/ / / / /
* | | | | | Merge pull request #8868 from ranjanyash54/redistribute_fixDonald Sharp2021-06-1922-75/+86
|\ \ \ \ \ \
| * | | | | | tests: use correct metric type and value for OSPFv3 redistributed routesIgor Ryzhov2021-06-1821-75/+75
| * | | | | | ospf6d: Set metric from default values when route-map metric not presentYash Ranjan2021-06-181-0/+9
| * | | | | | ospf6d: Change the default metric parameter for redistributeYash Ranjan2021-06-181-0/+2
| | |_|_|/ / | |/| | | |
* | | | | | Merge pull request #8749 from pjdruddy/bitfield_mtypeRenato Westphal2021-06-192-2/+5
|\ \ \ \ \ \
| * | | | | | lib: add an MTYPE for bitfieldsPat Ruddy2021-06-182-2/+5
| |/ / / / /
* | | | | | Merge pull request #8822 from dslicenc/frr-reload-mac-aclRenato Westphal2021-06-191-0/+1
|\ \ \ \ \ \
| * | | | | | tools: add mac access-list context to frr-reload.pyDon Slice2021-06-181-0/+1
| | |_|_|_|/ | |/| | | |
* | | | | | Merge pull request #8864 from idryzhov/fix-vtysh-vrf-changeRenato Westphal2021-06-193-10/+62
|\ \ \ \ \ \
| * | | | | | lib: fix interface configuration after vrf changeIgor Ryzhov2021-06-183-10/+62
| | |/ / / / | |/| | | |
* | | | | | Merge pull request #8876 from idryzhov/remove-pureDavid Lamparter2021-06-192-33/+20
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | |
| * | | | | lib: remove pure attribute from functions that modify memoryIgor Ryzhov2021-06-182-33/+20
| |/ / / /
* | | | | Merge pull request #8829 from donaldsharp/last_commandMark Stapp2021-06-182-2/+0
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | zebra: We already store the last command as part of zserv_writeDonald Sharp2021-06-182-2/+0
* | | | | Merge pull request #8478 from mjstapp/fix_nb_grpc_shutdownDonald Sharp2021-06-181-12/+30
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | lib: cleanup and stop grpc pthreadMark Stapp2021-06-151-12/+30
* | | | | Merge pull request #8861 from wesleycoakley/docker-init-reworkMark Stapp2021-06-188-48/+64
|\ \ \ \ \