summaryrefslogtreecommitdiffstats
path: root/zebra (follow)
Commit message (Expand)AuthorAgeFilesLines
* zebra: Missing break statement causes crash in zebraDonald Sharp2017-08-031-0/+1
* Merge branch 'master' into PIM_VRFDonald Sharp2017-08-0229-1648/+452
|\
| * build: fix/improve clippy dependenciesDavid Lamparter2017-08-011-0/+1
| * build: zebra: remove *_method Makefile hacksDavid Lamparter2017-07-3121-42/+107
| * build: convert zebra/ to non-recursive buildDavid Lamparter2017-07-314-97/+163
| * zebra: use DEFPY for static routesRenato Westphal2017-07-283-697/+49
| * zebra: unify the ipv4/ipv6 static route functionsRenato Westphal2017-07-281-244/+129
| * zebra: allow fully specified static ipv4 routesRenato Westphal2017-07-283-17/+156
| * zebra: refactor zebra_static_ipv4() and static_ipv6_func()Renato Westphal2017-07-281-118/+126
| * zebra: accept static v6 routes with non-existent nexthop interfacesRenato Westphal2017-07-281-3/+3
| * zebra: remove redundant DEFUNs for labeled static routesRenato Westphal2017-07-283-674/+63
| * zebra: remove weird blackhole/reject ipv6 static routesRenato Westphal2017-07-281-129/+31
| * zebra: use curly braces for optional arguments of static routesRenato Westphal2017-07-281-16/+16
| * Merge pull request #863 from dwalton76/zebra-static-rejectRuss White2017-07-271-57/+61
| |\
| | * zebra: static route cleanupDaniel Walton2017-07-251-57/+61
| * | zebra: debug cleanupDaniel Walton2017-07-251-71/+64
| |/
* | zebra: Convert get_stats to use new kernel interfaceDonald Sharp2017-07-241-13/+27
* | lib, pimd, zebra: Allow pim to set pimregX into appropriate vrfDonald Sharp2017-07-245-3/+64
* | zebra: Allow S,G lookup to use RTNL_FAMILY_IPMRDonald Sharp2017-07-244-33/+31
* | zebra: Remove strcpy from fast pathDonald Sharp2017-07-241-5/+10
|/
* Revert "*: reindent pt. 2"David Lamparter2017-07-2217-130/+107
* Merge pull request #828 from tigranmartirosyan/masterQuentin Young2017-07-181-1/+11
|\
| * Add 1 more identation to correspond to kernel style multi-line commenttmartiro2017-07-181-5/+5
| * replace space to tabs, add kernel styles multiline, remove trailing whitespaces.tmartiro2017-07-181-10/+8
| * merge with upstreamtmartiro2017-07-1785-29338/+33882
| |\
| * \ Merge branch 'master' into pr752tmartiro2017-07-051-2/+2
| |\ \
| * | | fix #752 problem: ARP is not updating if mac address changed on remote sidetigranmartirosyan2017-07-031-0/+13
* | | | *: reindent pt. 2whitespace / reindent2017-07-1717-107/+130
| |_|/ |/| |
* | | *: reindentreindent-master-afterwhitespace / reindent2017-07-1784-33417/+32006
* | | bgpd, zebra: Cleanup warnings from new codeDonald Sharp2017-07-144-91/+90
* | | Merge remote-tracking branch 'origin/master' into evpn_plus_struct_attrDonald Sharp2017-07-1415-475/+465
|\ \ \
| * \ \ Merge pull request #813 from opensourcerouting/newline-reduxRuss White2017-07-1415-470/+460
| |\ \ \
| | * \ \ Merge remote-tracking branch 'frr/master' into newline-reduxDavid Lamparter2017-07-1410-116/+116
| | |\ \ \
| | * | | | *: remove VTYNL, part 4 of 6David Lamparter2017-07-145-33/+23
| | * | | | *: remove VTYNL, part 3 of 6David Lamparter2017-07-143-7/+7
| | * | | | *: remove VTYNL, part 2 of 6David Lamparter2017-07-143-26/+26
| | * | | | *: remove VTYNL, part 1 of 6David Lamparter2017-07-146-21/+21
| | * | | | *: ditch vty_outln(), part 2 of 2David Lamparter2017-07-144-35/+35
| | * | | | *: ditch vty_outln(), part 1 of 2David Lamparter2017-07-1312-357/+357
* | | | | | Merge remote-tracking branch 'origin/master' into evpn_plus_struct_attrDonald Sharp2017-07-1418-264/+183
|\| | | | |
| * | | | | Merge pull request #762 from bingen/mutiple_nh_recursive_levelsDonald Sharp2017-07-149-148/+67
| |\ \ \ \ \ | | |_|/ / / | |/| | | |
| | * | | | zebra: Fix compilation warningßingen2017-07-131-1/+1
| | * | | | zebra: prettier format for multilevel-recursive routesChristian Franke2017-07-121-1/+1
| | * | | | zebra: use copy_nexthops in route_entry_copy_nexthopsChristian Franke2017-07-123-22/+6
| | * | | | lib,zebra: Fix ALL_NEXTHOPS iteratorChristian Franke2017-07-121-33/+0
| | * | | | Update comments for ALL_NEXTHOPS_RO definitionßingen2017-07-121-10/+5
| | * | | | Avoid to make indentation even worseßingen2017-07-101-6/+6
| | * | | | Remove recursive param from netlink_route_info_addßingen2017-07-101-4/+3
| | * | | | Rename ALL_NEXTHOPS_RO to ALL_NEXTHOPSßingen2017-07-108-28/+28
| | * | | | Fix bug with NH macro in zebra_fpm_protobufßingen2017-07-101-3/+2