| Commit message (Expand) | Author | Age | Files | Lines |
* | zebra: use DEFPY for static routes | Renato Westphal | 2017-07-28 | 3 | -697/+49 |
* | zebra: unify the ipv4/ipv6 static route functions | Renato Westphal | 2017-07-28 | 1 | -244/+129 |
* | zebra: allow fully specified static ipv4 routes | Renato Westphal | 2017-07-28 | 3 | -17/+156 |
* | zebra: refactor zebra_static_ipv4() and static_ipv6_func() | Renato Westphal | 2017-07-28 | 1 | -118/+126 |
* | zebra: accept static v6 routes with non-existent nexthop interfaces | Renato Westphal | 2017-07-28 | 1 | -3/+3 |
* | zebra: remove redundant DEFUNs for labeled static routes | Renato Westphal | 2017-07-28 | 3 | -674/+63 |
* | zebra: remove weird blackhole/reject ipv6 static routes | Renato Westphal | 2017-07-28 | 1 | -129/+31 |
* | zebra: use curly braces for optional arguments of static routes | Renato Westphal | 2017-07-28 | 1 | -16/+16 |
* | Merge pull request #863 from dwalton76/zebra-static-reject | Russ White | 2017-07-27 | 1 | -57/+61 |
|\ |
|
| * | zebra: static route cleanup | Daniel Walton | 2017-07-25 | 1 | -57/+61 |
* | | zebra: debug cleanup | Daniel Walton | 2017-07-25 | 1 | -71/+64 |
|/ |
|
* | Revert "*: reindent pt. 2" | David Lamparter | 2017-07-22 | 17 | -130/+107 |
* | Merge pull request #828 from tigranmartirosyan/master | Quentin Young | 2017-07-18 | 1 | -1/+11 |
|\ |
|
| * | Add 1 more identation to correspond to kernel style multi-line comment | tmartiro | 2017-07-18 | 1 | -5/+5 |
| * | replace space to tabs, add kernel styles multiline, remove trailing whitespaces. | tmartiro | 2017-07-18 | 1 | -10/+8 |
| * | merge with upstream | tmartiro | 2017-07-17 | 85 | -29338/+33882 |
| |\ |
|
| * \ | Merge branch 'master' into pr752 | tmartiro | 2017-07-05 | 1 | -2/+2 |
| |\ \ |
|
| * | | | fix #752 problem: ARP is not updating if mac address changed on remote side | tigranmartirosyan | 2017-07-03 | 1 | -0/+13 |
* | | | | *: reindent pt. 2 | whitespace / reindent | 2017-07-17 | 17 | -107/+130 |
| |_|/
|/| | |
|
* | | | *: reindentreindent-master-after | whitespace / reindent | 2017-07-17 | 84 | -33417/+32006 |
* | | | bgpd, zebra: Cleanup warnings from new code | Donald Sharp | 2017-07-14 | 4 | -91/+90 |
* | | | Merge remote-tracking branch 'origin/master' into evpn_plus_struct_attr | Donald Sharp | 2017-07-14 | 15 | -475/+465 |
|\ \ \ |
|
| * \ \ | Merge pull request #813 from opensourcerouting/newline-redux | Russ White | 2017-07-14 | 15 | -470/+460 |
| |\ \ \ |
|
| | * \ \ | Merge remote-tracking branch 'frr/master' into newline-redux | David Lamparter | 2017-07-14 | 10 | -116/+116 |
| | |\ \ \ |
|
| | * | | | | *: remove VTYNL, part 4 of 6 | David Lamparter | 2017-07-14 | 5 | -33/+23 |
| | * | | | | *: remove VTYNL, part 3 of 6 | David Lamparter | 2017-07-14 | 3 | -7/+7 |
| | * | | | | *: remove VTYNL, part 2 of 6 | David Lamparter | 2017-07-14 | 3 | -26/+26 |
| | * | | | | *: remove VTYNL, part 1 of 6 | David Lamparter | 2017-07-14 | 6 | -21/+21 |
| | * | | | | *: ditch vty_outln(), part 2 of 2 | David Lamparter | 2017-07-14 | 4 | -35/+35 |
| | * | | | | *: ditch vty_outln(), part 1 of 2 | David Lamparter | 2017-07-13 | 12 | -357/+357 |
* | | | | | | Merge remote-tracking branch 'origin/master' into evpn_plus_struct_attr | Donald Sharp | 2017-07-14 | 18 | -264/+183 |
|\| | | | | |
|
| * | | | | | Merge pull request #762 from bingen/mutiple_nh_recursive_levels | Donald Sharp | 2017-07-14 | 9 | -148/+67 |
| |\ \ \ \ \
| | |_|/ / /
| |/| | | | |
|
| | * | | | | zebra: Fix compilation warning | ßingen | 2017-07-13 | 1 | -1/+1 |
| | * | | | | zebra: prettier format for multilevel-recursive routes | Christian Franke | 2017-07-12 | 1 | -1/+1 |
| | * | | | | zebra: use copy_nexthops in route_entry_copy_nexthops | Christian Franke | 2017-07-12 | 3 | -22/+6 |
| | * | | | | lib,zebra: Fix ALL_NEXTHOPS iterator | Christian Franke | 2017-07-12 | 1 | -33/+0 |
| | * | | | | Update comments for ALL_NEXTHOPS_RO definition | ßingen | 2017-07-12 | 1 | -10/+5 |
| | * | | | | Avoid to make indentation even worse | ßingen | 2017-07-10 | 1 | -6/+6 |
| | * | | | | Remove recursive param from netlink_route_info_add | ßingen | 2017-07-10 | 1 | -4/+3 |
| | * | | | | Rename ALL_NEXTHOPS_RO to ALL_NEXTHOPS | ßingen | 2017-07-10 | 8 | -28/+28 |
| | * | | | | Fix bug with NH macro in zebra_fpm_protobuf | ßingen | 2017-07-10 | 1 | -3/+2 |
| | * | | | | Allow for more than 1 NH recursion level | ßingen | 2017-06-28 | 7 | -98/+73 |
| * | | | | | vtysh: return non-zero for configuration failures | Daniel Walton | 2017-07-13 | 9 | -115/+115 |
| * | | | | | zebra: rename to frrconfdir | Jafar Al-Gharaibeh | 2017-07-12 | 1 | -1/+1 |
| | |/ / /
| |/| | | |
|
* | | | | | lib: Fix some defines for older platforms | Donald Sharp | 2017-07-12 | 1 | -0/+8 |
* | | | | | bgpd, zebra: Support for sticky MACs | vivek | 2017-07-12 | 7 | -34/+86 |
* | | | | | zebra: EVPN/VxLAN UI definitions and handling | vivek | 2017-07-12 | 4 | -1/+975 |
* | | | | | zebra: MAC and Neighbor (ARP/ND) handling | vivek | 2017-07-12 | 14 | -21/+2698 |
* | | | | | zebra: MAC and Neighbor hash table definition | vivek | 2017-07-12 | 1 | -0/+122 |
* | | | | | zebra: VNI and VTEP handling | vivek | 2017-07-12 | 16 | -3/+1236 |