summaryrefslogtreecommitdiffstats
path: root/zebra (follow)
Commit message (Expand)AuthorAgeFilesLines
* zebra: allow multiple connected routes for the same prefixRenato Westphal2017-09-071-3/+4
* Merge pull request #1099 from donaldsharp/hashingDavid Lamparter2017-09-071-2/+6
|\
| * zebra: Add hash name to mpls hashDonald Sharp2017-09-051-2/+6
* | zebra: Allow zebra to delete self originated routesDonald Sharp2017-09-062-26/+101
|/
* zebra: accept Null0 again in addition to null0Renato Westphal2017-09-051-6/+12
* zebra: display static blackhole routes consistentlyRenato Westphal2017-09-053-17/+37
* Merge pull request #1086 from donaldsharp/zebra_importRenato Westphal2017-09-042-131/+108
|\
| * zebra: Add v6 support for import-tableDonald Sharp2017-08-311-55/+49
| * *: Cleanup multiple is_default... codeDonald Sharp2017-08-312-18/+2
| * zebra: Clean up indentationDonald Sharp2017-08-311-102/+101
* | zebra: add an exception for link-local connected routesRenato Westphal2017-09-011-1/+6
* | zebra: allow blackhole routes from the kernel to be deletedRenato Westphal2017-09-011-9/+18
* | zebra: fix detection of duplicate system routesRenato Westphal2017-09-011-5/+4
* | zebra: remove refcnt from the route_entry structureRenato Westphal2017-09-013-16/+3
* | 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
|/
* zebra: Cleanup some typosDonald Sharp2017-08-311-2/+2
* zebra: Abstract what we can of connected_delete_ipv[4|6]Donald Sharp2017-08-311-51/+45
* zebra: Refactor connected_down_ipv[4|6]Donald Sharp2017-08-313-71/+47
* zebra: Refactor connected_up_ipv[4|6]Donald Sharp2017-08-313-69/+45
* Merge pull request #1079 from qlyoung/fix-style-aRenato Westphal2017-08-3112-136/+122
|\
| * *: fix styleQuentin Young2017-08-3012-136/+122
* | Merge pull request #1044 from donaldsharp/combinationJafar Al-Gharaibeh2017-08-3117-64/+101
|\ \ | |/ |/|
| * zebra: Coverity Code CleanupDonald Sharp2017-08-257-20/+35
| * *: Add RMAP_COMPILE_SUCCESS to enumDonald Sharp2017-08-251-25/+30
| * *: fix assorted issues detected by Coverity ScanRenato Westphal2017-08-2512-19/+36
* | Merge pull request #1059 from opensourcerouting/oldbits-1Donald Sharp2017-08-309-102/+233
|\ \
| * | zebra: dont have vxlan as default iface typeDavid Lamparter2017-08-281-6/+6
| * | zebra: kernel_socket: read extra attributesDavid Lamparter2017-08-281-0/+23
| * | zebra: drop IPv6 "broadcast" and "peer" addr codeDavid Lamparter2017-08-286-63/+10
| * | zebra: configure PtP address on ifaliasreq systemsDavid Lamparter2017-08-271-4/+38
| * | zebra: add '[no] ip address A.B.C.D peer A.B.C.D/M'David Lamparter2017-08-271-12/+81
| * | zebra: netlink backend support setting a P-t-P addressDavid Lamparter2017-08-271-3/+9
| * | zebra: fix interface deletion bug introduced by ptp address supportDavid Lamparter2017-08-271-5/+7
| * | zebra: add connected_check_ptp infrastructureDavid Lamparter2017-08-273-9/+59
* | | Merge pull request #1056 from opensourcerouting/oldbits-0Donald Sharp2017-08-291-2/+2
|\ \ \
| * | | *: remove empty "interface XYZ" config blocksDavid Lamparter2017-08-291-2/+2
| |/ /
* | | Merge pull request #998 from mkanjari/dev-masterDavid Lamparter2017-08-295-102/+198
|\ \ \
| * | | Merge branch 'master' into dev-masterMitesh Kanjariya2017-08-2924-573/+533
| |\| |
| * | | zebra: lookup link by ifindexMitesh Kanjariya2017-08-203-9/+39
| * | | zebra: Delete AUTO macs when neigh list is emptyMitesh Kanjariya2017-08-201-4/+9
| * | | Fix coding style.Mitesh Kanjariya2017-08-192-25/+26
| * | | zebra: Revert the fix for zebra: Refresh remote neighbors when they go staleMitesh Kanjariya2017-08-181-6/+3
| * | | zebra: Fix MAC change handling for a neighborvivek2017-08-172-55/+64
| * | | zebra: Refresh remote neighbors when they go stalevivek2017-08-171-3/+6
| * | | zebra: Fix VxLAN interface add-del to bridgevivek2017-08-172-11/+21
| * | | zebra: Handle MACIP requests when in transient conditionsvivek2017-08-171-24/+75
| * | | zebra: Use neigh_list instead of neigh_refcnt for zebra_mac and zebra_neigh b...Mitesh Kanjariya2017-08-172-17/+10
| * | | Zebra: replace mac entry in kernel when it moves from local to remoteMitesh Kanjariya2017-08-171-3/+0
* | | | lib, zebra: carry blackhole type over ZAPIDavid Lamparter2017-08-281-2/+3