summaryrefslogtreecommitdiffstats
path: root/zebra (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
| | * | | | Allow for more than 1 NH recursion levelßingen2017-06-287-98/+73
| * | | | | vtysh: return non-zero for configuration failuresDaniel Walton2017-07-139-115/+115
| * | | | | zebra: rename to frrconfdirJafar Al-Gharaibeh2017-07-121-1/+1
| | |/ / / | |/| | |
* | | | | lib: Fix some defines for older platformsDonald Sharp2017-07-121-0/+8
* | | | | bgpd, zebra: Support for sticky MACsvivek2017-07-127-34/+86
* | | | | zebra: EVPN/VxLAN UI definitions and handlingvivek2017-07-124-1/+975
* | | | | zebra: MAC and Neighbor (ARP/ND) handlingvivek2017-07-1214-21/+2698
* | | | | zebra: MAC and Neighbor hash table definitionvivek2017-07-121-0/+122
* | | | | zebra: VNI and VTEP handlingvivek2017-07-1216-3/+1236
* | | | | zebra: VNI and VTEP definitionvivek2017-07-122-1/+77
* | | | | zebra: Layer-2 interface handlingvivek2017-07-127-33/+909
|/ / / /
* | | | Merge commit '3d22338f04d9554fa' into evpn-prepDavid Lamparter2017-07-104-26/+71
|\ \ \ \
| * | | | zebra: Format netlink requests correctlyvivek2017-05-254-26/+62
| * | | | zebra: Set nlmsg_pid in netlink_talk()vivek2017-05-251-0/+1
| * | | | zebra: New API for filling netlink attributevivek2017-05-252-0/+8
* | | | | Merge branch 'master' of https://github.com/dwalton76/frr into bgpd-ipv4-plus...Daniel Walton2017-07-102-31/+16
|\ \ \ \ \
| * \ \ \ \ Merge pull request #778 from qlyoung/fix-excess-docstringRuss White2017-07-071-30/+15
| |\ \ \ \ \
| | * | | | | *: fix excess docstringQuentin Young2017-07-051-30/+15
| | | |_|_|/ | | |/| | |
| * / | | | zebra: fix mpls_str2label()Quentin Young2017-07-051-1/+1
| |/ / / /
* | | | | bgpd: Install SAFI_LABELED_UNICAST routes in SAFI_UNICAST tableDaniel Walton2017-07-051-2/+0