summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* ospf6d: handle realloc() failure in lsa testQuentin Young2018-04-171-1/+7
* bgpd: fix stylistic issueQuentin Young2018-04-171-13/+10
* eigrpd: remove unnecessary assignmentQuentin Young2018-04-171-1/+1
* lib: initialize imsg_hdrQuentin Young2018-04-171-0/+2
* ospfd: remove unnecessary assignmentQuentin Young2018-04-171-1/+1
* ospfd: fix stylistic issueQuentin Young2018-04-171-10/+7
* zebra: fix error-prone array iteratorQuentin Young2018-04-171-3/+2
* Merge pull request #2058 from chipitsine/masterQuentin Young2018-04-171-0/+4
|\
| * tools: more lsan suppressions for clippyIlya Shipitsin2018-04-171-0/+4
* | Merge pull request #2069 from donaldsharp/v6_tunnel_crashLou Berger2018-04-176-10/+36
|\ \
| * | zebra: Check for NULL in connected_add_ipv6Donald Sharp2018-04-161-1/+7
| * | zebra: Fix crash with certain types of tunnelsDonald Sharp2018-04-156-10/+30
* | | Merge pull request #2070 from dslicenc/import-table-crash-cm20450Lou Berger2018-04-171-1/+4
|\ \ \
| * | | zebra: resolve assert when adding ip import-table entryDon Slice2018-04-161-1/+4
* | | | Merge pull request #1905 from pguibert6WIND/ipset_iptable_zebraDonald Sharp2018-04-1712-123/+1036
|\ \ \ \
| * | | | zebra: rename pbr_unique structure to pbr_rule_uniquePhilippe Guibert2018-04-161-3/+3
| * | | | zebra: adapt zebra_pbr_rule based with pbr_rulePhilippe Guibert2018-04-165-141/+93
| * | | | lib: enhance pbr_rule structure for zapi encode and for common usagePhilippe Guibert2018-04-164-6/+143
| * | | | zebra: add a helper structure to look zebra_pbr_ipset per ipsetnamePhilippe Guibert2018-04-161-17/+27
| * | | | zebra: add IPTABLE_ADD and IPTABLE_DEL commands in zapiPhilippe Guibert2018-04-167-0/+231
| * | | | zebra: pbr rule structure is being added fwmark tagPhilippe Guibert2018-04-163-4/+22
| * | | | zebra: handling notifications upon ipset creation/destruction donePhilippe Guibert2018-04-166-7/+209
| * | | | lib: add ZEBRA IPSET definesPhilippe Guibert2018-04-165-1/+115
| * | | | zebra: handle entry pointfs for ipset creation/destructionPhilippe Guibert2018-04-165-0/+249
| |/ / /
* | | | Merge pull request #2067 from LabNConsulting/working/master/bgp-vpn-leak-new-...Donald Sharp2018-04-161-18/+65
|\ \ \ \ | |/ / / |/| | |
| * | | bgpd: bugfix vpn-vrf leak: consider route changed if labels changeG. Paul Ziemba2018-04-141-18/+65
* | | | Merge pull request #2053 from LabNConsulting/working/master/bvl-bug-degenerat...Donald Sharp2018-04-161-1/+30
|\ \ \ \
| * | | | bgpd: bugfix vpn->vrf leak: unicast-originated routes are local non-LSPG. Paul Ziemba2018-04-111-1/+30
* | | | | Merge pull request #2055 from opensourcerouting/fix-pathspaceDonald Sharp2018-04-162-4/+10
|\ \ \ \ \
| * | | | | vtysh: fix pathspec option -NChristian Franke2018-04-111-2/+8
| * | | | | lib: fix pathspace option -NChristian Franke2018-04-111-2/+2
| |/ / / /
* | | | | Merge pull request #1950 from pguibert6WIND/issue_1949Donald Sharp2018-04-167-15/+96
|\ \ \ \ \
| * | | | | lib: rename parameter for netns functionPhilippe Guibert2018-04-132-3/+3
| * | | | | lib: Update netns_linux.cPhilippe Guibert2018-04-131-2/+2
| * | | | | zebra: add an indirection table for ns_idPhilippe Guibert2018-04-137-12/+91
| * | | | | lib: a vrf is searched first by its name, than its vrf idPhilippe Guibert2018-04-131-3/+5
| | |_|/ / | |/| | |
* | | | | Merge pull request #2054 from qlyoung/sa-fixesRenato Westphal2018-04-1614-65/+54
|\ \ \ \ \
| * | | | | bgpd: remove unused variableQuentin Young2018-04-131-2/+1
| * | | | | bgpd: verify that multipath infos are setQuentin Young2018-04-131-0/+2
| * | | | | ospf6d: assert nh list is non-nullQuentin Young2018-04-131-0/+1
| * | | | | babeld: be more explicit about route resize resultQuentin Young2018-04-131-0/+1
| * | | | | bgpd: rfapi xcallocs guaranteed non-nullQuentin Young2018-04-131-6/+5
| * | | | | lib: add asserts on returned matcher valsQuentin Young2018-04-131-0/+3
| * | | | | ospf6d: assert that we set a variableQuentin Young2018-04-131-0/+3
| * | | | | ospfd: remove interface param npdQuentin Young2018-04-131-1/+2
| * | | | | lib: ignore cli lexer in clang-analyzeQuentin Young2018-04-131-0/+5
| * | | | | bgpd: move attr display into checked blockQuentin Young2018-04-131-24/+28
| * | | | | bgpd: double-check notify data when debuggingQuentin Young2018-04-131-2/+2
| * | | | | ospf6d: remove ospf6_interface_if_delQuentin Young2018-04-133-30/+0
| * | | | | ospfd: set external_info instance value to 0Quentin Young2018-04-131-0/+1
| | |_|/ / | |/| | |