summaryrefslogtreecommitdiffstats
path: root/lib/ipaddr.h (unfollow)
Commit message (Expand)AuthorFilesLines
2018-04-18pbrd: Use proper decode function for interfaceDonald Sharp1-12/+1
2018-04-18lib: Store nexthop information independentlyDonald Sharp2-3/+134
2018-04-18pbrd: Fix unused functionDonald Sharp1-18/+0
2018-04-18pbrd: Allow pbr-policy add/removal to install/remove rulesDonald Sharp2-7/+1
2018-04-18pbrd: don't collapse pbr debugsQuentin Young1-5/+0
2018-04-18pbrd: move debug vty into pbr_vty.cQuentin Young3-76/+82
2018-04-18pbrd, zebra: Properly notice rule deletionDonald Sharp2-0/+3
2018-04-18pbrd, zebra: Fix multiple pbr-policy installDonald Sharp6-22/+43
2018-04-18pbrd: Fix installation and deletion in some casesDonald Sharp2-4/+14
2018-04-18pbrd: Prevent attempt at re-install for several scenariosDonald Sharp2-4/+15
2018-04-18zebra: Tell rib_process to actually rethink pbr routes.Donald Sharp1-1/+3
2018-04-18lib: Clean up delete of a nexthop from a nexthop groupDonald Sharp1-0/+4
2018-04-18lib, pbrd: Do not allow v6 LL nexthops to be specified without an interface.Donald Sharp2-2/+14
2018-04-17ospfd: use __func__ in ospf_te.cQuentin Young1-2/+2
2018-04-17bgpd: clean up clist management logicQuentin Young3-29/+19
2018-04-17ospf6d: handle realloc() failure in lsa testQuentin Young1-1/+7
2018-04-17bgpd: fix stylistic issueQuentin Young1-13/+10
2018-04-17eigrpd: remove unnecessary assignmentQuentin Young1-1/+1
2018-04-17lib: initialize imsg_hdrQuentin Young1-0/+2
2018-04-17ospfd: remove unnecessary assignmentQuentin Young1-1/+1
2018-04-17ospfd: fix stylistic issueQuentin Young1-10/+7
2018-04-17zebra: fix error-prone array iteratorQuentin Young1-3/+2
2018-04-17tools: more lsan suppressions for clippyIlya Shipitsin1-0/+4
2018-04-16zebra: Check for NULL in connected_add_ipv6Donald Sharp1-1/+7
2018-04-16zebra: resolve assert when adding ip import-table entryDon Slice1-1/+4
2018-04-16zebra: rename pbr_unique structure to pbr_rule_uniquePhilippe Guibert1-3/+3
2018-04-16zebra: adapt zebra_pbr_rule based with pbr_rulePhilippe Guibert5-141/+93
2018-04-16lib: enhance pbr_rule structure for zapi encode and for common usagePhilippe Guibert4-6/+143
2018-04-16zebra: add a helper structure to look zebra_pbr_ipset per ipsetnamePhilippe Guibert1-17/+27
2018-04-16zebra: add IPTABLE_ADD and IPTABLE_DEL commands in zapiPhilippe Guibert7-0/+231
2018-04-16zebra: pbr rule structure is being added fwmark tagPhilippe Guibert3-4/+22
2018-04-16zebra: handling notifications upon ipset creation/destruction donePhilippe Guibert6-7/+209
2018-04-16lib: add ZEBRA IPSET definesPhilippe Guibert5-1/+115
2018-04-16zebra: handle entry pointfs for ipset creation/destructionPhilippe Guibert5-0/+249
2018-04-15zebra: Fix crash with certain types of tunnelsDonald Sharp6-10/+30
2018-04-15bgp/rfapi: fix rfapiNhlAddNodeRoutes SA issueG. Paul Ziemba1-4/+9
2018-04-14bgpd: bugfix vpn-vrf leak: consider route changed if labels changeG. Paul Ziemba1-18/+65
2018-04-13bgpd: remove unused variableQuentin Young1-2/+1
2018-04-13bgpd: verify that multipath infos are setQuentin Young1-0/+2
2018-04-13ospf6d: assert nh list is non-nullQuentin Young1-0/+1
2018-04-13babeld: be more explicit about route resize resultQuentin Young1-0/+1
2018-04-13bgpd: rfapi xcallocs guaranteed non-nullQuentin Young1-6/+5
2018-04-13lib: add asserts on returned matcher valsQuentin Young1-0/+3
2018-04-13ospf6d: assert that we set a variableQuentin Young1-0/+3
2018-04-13ospfd: remove interface param npdQuentin Young1-1/+2
2018-04-13lib: ignore cli lexer in clang-analyzeQuentin Young1-0/+5
2018-04-13bgpd: move attr display into checked blockQuentin Young1-24/+28
2018-04-13bgpd: double-check notify data when debuggingQuentin Young1-2/+2
2018-04-13ospf6d: remove ospf6_interface_if_delQuentin Young3-30/+0
2018-04-13ospfd: set external_info instance value to 0Quentin Young1-0/+1