summaryrefslogtreecommitdiffstats
path: root/zebra (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #3424 from donaldsharp/show_ip_route_jsonRenato Westphal2018-12-071-4/+3
|\
| * zebra: `show ip route A.B.C.D json` would only show last route entryDonald Sharp2018-12-051-4/+3
* | zebra: don't log errors on unsupported mediasRafael Zalamena2018-12-051-1/+2
* | zebra: refactor route socket message handlingRafael Zalamena2018-12-051-103/+143
* | zebra: always define ROUNDUP and ROUND_TYPERafael Zalamena2018-12-051-13/+11
|/
* Merge pull request #3372 from nitinsoniism/show_evpn_mac_vni_all_detailSri Mohana Singamsetty2018-12-043-4/+163
|\
| * zebra: Add "show evpn mac vni all detail" commandNitin Soni2018-11-273-4/+163
* | Merge pull request #3340 from nitinsoniism/show_evpn_vni_detailDavid Lamparter2018-12-043-1/+116
|\ \
| * | zebra: Add "show evpn vni detail" commandNitin Soni2018-11-213-1/+116
* | | zebra: dup addr detect clear cmd non-zero returnChirag Shah2018-12-043-40/+48
* | | Merge pull request #3370 from pguibert6WIND/default_vrf_initializationRenato Westphal2018-12-042-4/+7
|\ \ \
| * | | zebra: delay default vrf name after vrf initializationPhilippe Guibert2018-11-211-2/+5
| * | | lib, zebra: default vrf configured will not be overwritten by discoveryPhilippe Guibert2018-11-212-3/+3
* | | | Merge pull request #3378 from opensourcerouting/remove-config-lockDonald Sharp2018-12-011-1/+0
|\ \ \ \
| * | | | *: remove the configuration lock from all daemonsRenato Westphal2018-11-261-1/+0
| | |_|/ | |/| |
* | | | zebra: handle neighbor delete from kernel for ipv4 link-localDon Slice2018-11-291-20/+26
* | | | zebra: Always resend nexthop information when registeredDonald Sharp2018-11-281-3/+7
* | | | Merge pull request #3373 from nitinsoniism/show_evpn_arp_cache_vni_all_detailRuss White2018-11-273-0/+154
|\ \ \ \
| * | | | zebra: Add "show evpn arp-cache vni all detail" commandNitin Soni2018-11-273-0/+154
| |/ / /
* | | | Merge pull request #3267 from mjstapp/dplane_3Russ White2018-11-279-175/+987
|\ \ \ \ | |/ / / |/| | |
| * | | zebra: add dataplane routing socketMark Stapp2018-11-211-2/+16
| * | | zebra: separate netlink socket for dataplaneMark Stapp2018-11-217-28/+120
| * | | zebra: dplane lock and thread_master apisMark Stapp2018-11-212-26/+43
| * | | zebra: improve dataplane shutdown checksMark Stapp2018-11-211-10/+61
| * | | zebra: revise dplane dequeue apiMark Stapp2018-11-213-4/+4
| * | | zebra: add initial error handling to dplane loopMark Stapp2018-11-212-18/+51
| * | | zebra: reorg dataplane pthread startMark Stapp2018-11-213-7/+37
| * | | zebra: dataplane provider enhancementsMark Stapp2018-11-213-137/+695
| * | | zebra: fix get_old_instance apiMark Stapp2018-11-211-1/+1
| * | | zebra: introduce dedicated dataplane pthreadMark Stapp2018-11-212-9/+26
| |/ /
* | | Merge pull request #3356 from opensourcerouting/router-id-loopbacksRuss White2018-11-261-4/+2
|\ \ \
| * | | zebra: improve identification of loopback interfaces in the router-id codeRenato Westphal2018-11-181-4/+2
* | | | Merge pull request #3176 from chiragshah6/evpn_devRuss White2018-11-268-25/+1555
|\ \ \ \ | |_|/ / |/| | |
| * | | zebra: dup addr detect mac consolidationChirag Shah2018-11-181-240/+167
| * | | zebra: dup addr detect neigh consolidationChirag Shah2018-11-181-191/+149
| * | | bgp, zebra: address review commentsChirag Shah2018-11-181-10/+12
| * | | zebra: dup addr detect add fields to show evpn cmdChirag Shah2018-11-181-0/+23
| * | | zebra: dup addr detect fix warningsChirag Shah2018-11-181-10/+9
| * | | zebra: dup addr detect clear commandChirag Shah2018-11-183-0/+397
| * | | zebra: dup addr detect operation commandsChirag Shah2018-11-184-7/+325
| * | | lib, zebra: dup addr detect display detection fieldsChirag Shah2018-11-181-0/+92
| * | | zebra: dup addr detect freeze actionChirag Shah2018-11-182-3/+225
| * | | zebra: dup addr detect warn-onlyChirag Shah2018-11-184-15/+562
| * | | zebra: dup addr detect zapi changesChirag Shah2018-11-184-0/+45
| |/ /
* | | Merge pull request #3359 from qlyoung/true-atomicsMark Stapp2018-11-203-7/+7
|\ \ \ | |/ / |/| |
| * | *: only use 32-bit atomicsQuentin Young2018-11-193-7/+7
* | | Merge pull request #3341 from donaldsharp/unneededRenato Westphal2018-11-171-72/+0
|\ \ \ | |/ / |/| |
| * | zebra: Remove uncompiled fileDonald Sharp2018-11-151-72/+0
| |/
* / zebra: Fix privs elevationDonald Sharp2018-11-161-1/+1
|/
* Merge pull request #3326 from qlyoung/fix-lla-reinstallationDavid Lamparter2018-11-151-24/+15
|\