summaryrefslogtreecommitdiffstats
path: root/zebra/rt_netlink.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* zebra: Move clear_nhlfe_installed to calling functionsDonald Sharp2017-10-271-19/+0
* Merge pull request #1356 from opensourcerouting/linux-headersDonald Sharp2017-10-271-55/+4
|\
| * build: include our own copies of some linux kernel headersRenato Westphal2017-10-241-55/+4
* | zebra: only pass mpls proto type if doing installDon Slice2017-10-251-6/+7
|/
* Merge pull request #1210 from opensourcerouting/misc-mpls-bgp-lu-fixesDonald Sharp2017-10-101-8/+10
|\
| * zebra: fix logging of MPLS labelsRenato Westphal2017-10-101-8/+10
* | Merge pull request #1301 from donaldsharp/zebra_vxlanRenato Westphal2017-10-101-24/+10
|\ \ | |/ |/|
| * zebra: Handle L3 multi-tenancy correctly for EVPNvivek2017-10-061-24/+10
* | Merge pull request #1237 from donaldsharp/distance_specialRenato Westphal2017-10-101-4/+27
|\ \
| * | zebra: Modify metric read to be admin distance and metricDonald Sharp2017-09-251-4/+27
* | | zebra: fix clang warningVincent JARDIN2017-10-081-1/+1
| |/ |/|
* | Merge pull request #1240 from donaldsharp/allow_self_deleteRenato Westphal2017-09-271-2/+2
|\ \
| * | zebra: Do not allow delete of route from kernel in non-startup caseDonald Sharp2017-09-251-2/+2
| |/
* | zebra: fix multihop/multipath confusionRenato Westphal2017-09-211-6/+6
* | zebra: install MPLS LSPs with appropriate protocol typeRenato Westphal2017-09-211-2/+5
* | zebra: use the afi parameter in rib_add_multipath()Renato Westphal2017-09-211-1/+1
|/
* Merge pull request #1157 from donaldsharp/recursive_blackholeJafar Al-Gharaibeh2017-09-211-17/+21
|\
| * zebra: Allow recursively resolved blackhole routes to be installedDonald Sharp2017-09-121-17/+21
* | *: use clang's 'ForEachMacros' format style optionRenato Westphal2017-09-151-2/+1
* | zebra: deduplicate nexthopsDavid Lamparter2017-09-121-3/+3
|/
* zebra: Allow zebra to delete self originated routesDonald Sharp2017-09-061-9/+54
* zebra: allow blackhole routes from the kernel to be deletedRenato Westphal2017-09-011-9/+18
* zebra: fix compiler error introduced by previous commitRenato Westphal2017-09-011-4/+4
* zebra: Allow bh_type to override nexthop selectionDonald Sharp2017-09-011-10/+17
* Merge pull request #1079 from qlyoung/fix-style-aRenato Westphal2017-08-311-12/+10
|\
| * *: fix styleQuentin Young2017-08-301-12/+10
* | Merge pull request #1044 from donaldsharp/combinationJafar Al-Gharaibeh2017-08-311-2/+4
|\ \ | |/ |/|
| * *: fix assorted issues detected by Coverity ScanRenato Westphal2017-08-251-2/+4
* | Merge pull request #998 from mkanjari/dev-masterDavid Lamparter2017-08-291-1/+2
|\ \
| * | zebra: lookup link by ifindexMitesh Kanjariya2017-08-201-1/+2
| |/
* | zebra: netlink: get blackhole routes from kernelDavid Lamparter2017-08-281-13/+21
* | zebra: cleanup blackhole supportDavid Lamparter2017-08-281-32/+19
* | zebra: rib: use nexthop ptr in rib_add/deleteDavid Lamparter2017-08-281-38/+52
|/
* zebra: Pay attention to metric from kernelDonald Sharp2017-08-091-14/+12
* Merge pull request #899 from donaldsharp/ETH_ALENDavid Lamparter2017-08-051-4/+4
|\
| * zebra: Switch to using ETH_ALENDonald Sharp2017-08-041-4/+4
* | zebra: fix compilation in 32bit platformJorge Boncompte2017-08-041-4/+4
|/
* Merge branch 'master' into PIM_VRFDonald Sharp2017-08-021-0/+5
|\
| * build: zebra: remove *_method Makefile hacksDavid Lamparter2017-07-311-0/+5
* | 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-241-2/+1
* | zebra: Allow S,G lookup to use RTNL_FAMILY_IPMRDonald Sharp2017-07-241-30/+28
|/
* *: reindentreindent-master-afterwhitespace / reindent2017-07-171-2064/+2029
* Merge remote-tracking branch 'origin/master' into evpn_plus_struct_attrDonald Sharp2017-07-141-8/+7
|\
| * Merge pull request #762 from bingen/mutiple_nh_recursive_levelsDonald Sharp2017-07-141-8/+7
| |\
| | * Rename ALL_NEXTHOPS_RO to ALL_NEXTHOPSßingen2017-07-101-4/+4
| | * Allow for more than 1 NH recursion levelßingen2017-06-281-8/+7
* | | lib: Fix some defines for older platformsDonald Sharp2017-07-121-0/+8
* | | bgpd, zebra: Support for sticky MACsvivek2017-07-121-8/+18
* | | zebra: MAC and Neighbor (ARP/ND) handlingvivek2017-07-121-0/+645