summaryrefslogtreecommitdiffstats
path: root/zebra (follow)
Commit message (Expand)AuthorAgeFilesLines
* zebra: fix pseudowire code re. upstream changesDavid Lamparter2017-08-092-31/+28
* zebra: add support for static pseudowiresRenato Westphal2017-08-094-5/+275
* zebra: add support to openbsd's mpw(4) for pseudowiresRenato Westphal2017-08-091-0/+90
* zebra: add new flag to detect nexthop label updatesRenato Westphal2017-08-093-4/+8
* zebra: add nexthop tracking for pseudowiresRenato Westphal2017-08-094-3/+85
* zebra: add pseudowire managerßingen2017-08-099-0/+496
* zebra: add implicit-null labels to the ribRenato Westphal2017-08-091-6/+4
* zebra: fetch interface speed on *BSDRenato Westphal2017-08-091-0/+1
* Merge pull request #919 from opensourcerouting/static-routes-ifindex-updateDonald Sharp2017-08-086-108/+116
|\
| * zebra: vrf: remove VRF-move static route updatingDavid Lamparter2017-08-063-52/+4
| * zebra: static: update on ifindex changesDavid Lamparter2017-08-064-30/+86
| * zebra: static: rename IFINDEX -> IFNAMEDavid Lamparter2017-08-063-26/+26
* | *: Define the number of seconds in a Day, Week and yearDonald Sharp2017-08-082-7/+0
|/
* Merge pull request #899 from donaldsharp/ETH_ALENDavid Lamparter2017-08-052-27/+18
|\
| * zebra: Switch to using ETH_ALENDonald Sharp2017-08-042-17/+17
| * zebra: Fix crash when OOM happens.Donald Sharp2017-08-041-12/+3
* | Merge pull request #867 from jbonor/fixesDonald Sharp2017-08-046-18/+33
|\ \ | |/ |/|
| * zebra: cleanup, use RIB_SYSTEM_ROUTE() define where appropiateJorge Boncompte2017-08-041-4/+3
| * zebra: do not treat kernel routes as implicit withdrawsJorge Boncompte2017-08-041-3/+3
| * zebra: hide netlink warning messageJorge Boncompte2017-08-041-2/+3
| * zebra: do not hide distance and metric for kernel routesJorge Boncompte2017-08-041-4/+2
| * zebra: show nexthop MTU if available on detailed 'show ip route'Jorge Boncompte2017-08-041-0/+3
| * zebra: copy MTU from non static routes into nexthopJorge Boncompte2017-08-041-0/+2
| * zebra: track and compare distance of recursive nexthopsJorge Boncompte2017-08-041-0/+4
| * zebra: add missing protocols names to source-protocol route-map matchJorge Boncompte2017-08-041-2/+10
| * zebra: fix compilation in 32bit platformJorge Boncompte2017-08-041-4/+4
* | 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