summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* bgpd: Do not test for bgp_path_info in rfapiCopyUnEncap2VPN()Donatas Abraitis2021-06-171-4/+2
* bgpd: Remove double test against rfapi which is already checkedDonatas Abraitis2021-06-171-1/+1
* bgpd: Do not check against aspath `seg` which is already checked beforeDonatas Abraitis2021-06-171-66/+59
* bgpd: Remove redundand check against BGP_EVPNES_EVI_LOCAL flagDonatas Abraitis2021-06-171-3/+0
* bgpd: Avoid dereferencing EVPN ES if NULLDonatas Abraitis2021-06-171-3/+2
* bgpd: Remove double check against match_packet_length_numDonatas Abraitis2021-06-171-7/+6
* bgpd: Do not test against bdc again since we already validatedDonatas Abraitis2021-06-171-1/+1
* bgpd: Remove useless reuselist_node assignment before while loopDonatas Abraitis2021-06-171-1/+0
* Merge pull request #8856 from LabNConsulting/chopps/topo-valgrindQuentin Young2021-06-164-0/+85
|\
| * tests: add valgrind memleaks run options and detectionChristian Hopps2021-06-164-0/+85
* | Merge pull request #8770 from gpnaveen/ospfv3_basic_functionalityRuss White2021-06-166-47/+2096
|\ \
| * | tests: Adding ospfv3 basic functionality test casesnguggarigoud2021-06-166-47/+2096
|/ /
* | Merge pull request #8851 from opensourcerouting/ospf6-linkstateid-jsonQuentin Young2021-06-151-0/+1
|\ \
| * | ospf6d: Link state ID in LSA database JSON outputDavid Schweizer2021-06-141-0/+1
* | | Merge pull request #8833 from donaldsharp/zapi_message_countRuss White2021-06-151-14/+17
|\ \ \
| * | | zebra: Move individual lines to table in `show zebra client` commandDonald Sharp2021-06-111-14/+12
| * | | zebra: Add message counts for `show zebra client`Donald Sharp2021-06-111-0/+5
* | | | Merge pull request #8814 from kuldeepkash/topojson_frameworkMartin Winter2021-06-153-39/+90
|\ \ \ \
| * | | | tests: Fixing common pylint error for topojsonKuldeep Kashyap2021-06-083-39/+90
* | | | | Merge pull request #8821 from anlancs/master-fix-doc-domainnameRuss White2021-06-151-0/+4
|\ \ \ \ \
| * | | | | doc: add a note of domainnameanlancs2021-06-101-0/+4
* | | | | | Merge pull request #8838 from LabNConsulting/chopps/fix-nb-edit-cliIgor Ryzhov2021-06-151-2/+2
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | lib: do not attempt to create default nodes from NULL tree nodeChristian Hopps2021-06-121-2/+2
| | |_|_|/ | |/| | |
* | | | | Merge pull request #8836 from ton31337/fix/generalize_bgp_dest_locksRenato Westphal2021-06-142-9/+4
|\ \ \ \ \
| * | | | | bgpd: Call bgp_dest_unlock_node() inside bgp_adj_in_remove()Donatas Abraitis2021-06-112-9/+4
| | |_|_|/ | |/| | |
* | | | | Merge pull request #8844 from sworleys/Term-Default-VRF-LastRenato Westphal2021-06-141-11/+20
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | lib: terminate default vrf lastStephen Worley2021-06-111-11/+20
|/ / / /
* | | | Merge pull request #8831 from sworleys/Fix-No-Ospf-FuncIgor Ryzhov2021-06-111-1/+1
|\ \ \ \
| * | | | ospf6d: fix undefined functionStephen Worley2021-06-101-1/+1
|/ / / /
* | | | Merge pull request #8823 from donaldsharp/ospfv3_coverityRafael Zalamena2021-06-109-21/+36
|\ \ \ \
| * | | | ospf6d: Rename ospf6_is_router_abr to more accurately reflect what it doesDonald Sharp2021-06-109-21/+22
| * | | | ospf6d: Fix coverity Possible null derefDonald Sharp2021-06-101-0/+14
* | | | | Merge pull request #8691 from louis-oui/split-soft-reconfigDonald Sharp2021-06-104-30/+269
|\ \ \ \ \
| * | | | | bgpd: split soft reconfigure table task into several jobs to not block vtyshLouis Scalbert2021-06-074-30/+269
* | | | | | Merge pull request #8561 from opensourcerouting/msdp-refactor-v2Donald Sharp2021-06-1025-796/+1103
|\ \ \ \ \ \
| * | | | | | pimd: rename some MSDP functionsRafael Zalamena2021-06-093-20/+19
| * | | | | | topotests: new test topology for MSDPRafael Zalamena2021-06-0917-0/+643
| * | | | | | topotests: support adding hostsRafael Zalamena2021-06-091-0/+16
| * | | | | | pimd: rework MSDP mesh-group codeRafael Zalamena2021-06-096-784/+423
| * | | | | | yang: rework PIM MSDP mesh groupRafael Zalamena2021-06-091-12/+22
| | |_|/ / / | |/| | | |
* | | | | | Merge pull request #8733 from idryzhov/ipv6-ospf6-areaRafael Zalamena2021-06-1011-83/+245
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | tests: replace "interface IFNAME area" with "ipv6 ospf6 area"Igor Ryzhov2021-06-085-14/+14
| * | | | | doc: replace "interface IFNAME area" with "ipv6 ospf6 area"Igor Ryzhov2021-06-081-9/+6
| * | | | | ospf6d: fix interface area configurationIgor Ryzhov2021-06-085-51/+216
| * | | | | tests: fix ospf6_topo1_vrfIgor Ryzhov2021-06-084-9/+9
* | | | | | Merge pull request #8754 from louis-oui/bgp-summary-filterDonatas Abraitis2021-06-1010-137/+218
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | bgpd: add terse display option on show bgp summaryLouis Scalbert2021-06-089-107/+171
| * | | | | bgpd: add counter of displayed show bgp summary when filteringLouis Scalbert2021-06-082-8/+33
| * | | | | bgpd: display pretty VRF/view name on no such neighborLouis Scalbert2021-06-082-2/+3
| * | | | | bgpd: modify VRF/view display in show bgp summaryLouis Scalbert2021-06-043-22/+20