summaryrefslogtreecommitdiffstats
path: root/zebra (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #3569 from donaldsharp/recursive_nexthopsMark Stapp2019-01-082-9/+8
|\
| * zebra: Remove zebra_delete_rnh from being a public functionDonald Sharp2019-01-042-2/+1
| * zebra: Abstract zebra_delete_rnhDonald Sharp2019-01-041-7/+7
* | Merge pull request #3552 from donaldsharp/zebra_combined_meta_peanutsMark Stapp2019-01-081-55/+26
|\ \
| * | zebra: Consolidate meta_queue_map into route_infoDonald Sharp2019-01-021-55/+26
* | | Merge pull request #3566 from pguibert6WIND/fix_vrf_netns_brokenDonald Sharp2019-01-081-0/+1
|\ \ \
| * | | zebra: update local ns_id fieldPhilippe Guibert2019-01-081-0/+1
* | | | zebra: fix another FreeBSD warning messageRafael Zalamena2019-01-081-1/+1
* | | | zebra: fix FreeBSD warning on fresh OS bootRafael Zalamena2019-01-081-0/+12
* | | | zebra: implement FreeBSD route attr handlingRafael Zalamena2019-01-081-3/+18
|/ / /
* | | zebra: dup addr detect fix clear mac commandChirag Shah2019-01-071-1/+6
* | | zebra: evpn dup addr detect fix unfreeze actionChirag Shah2019-01-071-14/+14
* | | zebra: Add test and show commands for mlagDonald Sharp2019-01-042-1/+46
* | | lib, zebra: On startup send mlag role as part of the capabilitiesDonald Sharp2019-01-041-0/+2
* | | zebra: Add a retrieve the mlag role functionDonald Sharp2019-01-042-0/+9
* | | zebra: Add some small infrastructure to get the mlag code in zebra startedDonald Sharp2019-01-044-0/+70
| |/ |/|
* | Merge pull request #3558 from opensourcerouting/silence-ioctl-warningRuss White2019-01-031-1/+1
|\ \
| * | zebra: silence harmless ioctl warning when retrieving interface speedRenato Westphal2019-01-021-1/+1
| |/
* | Merge pull request #3553 from opensourcerouting/fix-interface-vrf-update-msgQuentin Young2019-01-021-2/+2
|\ \
| * | zebra, lib: fix the ZEBRA_INTERFACE_VRF_UPDATE zapi messageRenato Westphal2019-01-021-2/+2
| |/
* | zebra: replace zlog_err with flog_errRafael Zalamena2018-12-291-1/+2
* | zebra: remove duplicated codeRafael Zalamena2018-12-261-8/+0
|/
* zebra: fix compilation on OpenBSDRafael Zalamena2018-12-211-0/+2
* Merge pull request #3327 from adeg/feature/bgp-lu-auto-labelsRenato Westphal2018-12-205-33/+61
|\
| * bgpd, zebra: auto assign labels from label pool to regular prefixes in BGP la...Anton Degtyarev2018-12-205-33/+61
* | Merge pull request #3515 from mjstapp/fix_rib_wq_timerDonald Sharp2018-12-191-1/+1
|\ \
| * | zebra: reduce rib workqueue retry timeoutMark Stapp2018-12-191-1/+1
| |/
* | Merge pull request #3513 from mjstapp/fix_dplane_q_includeQuentin Young2018-12-191-1/+1
|\ \
| * | zebra: include lib/queue.h in zebra dataplaneMark Stapp2018-12-191-1/+1
* | | zebra: Fixup spaces/tabs issue found by CI in rt_socket.cDonald Sharp2018-12-191-4/+4
* | | zebra: Make label processing guaranteed to be uniqueDonald Sharp2018-12-191-0/+1
* | | zebra: Convert gate in kernel_rtm to a boolDonald Sharp2018-12-191-5/+5
* | | zebra: The mask and sin_mask are a bit redundant for kernel_rtmDonald Sharp2018-12-191-22/+9
* | | zebra: Refactor kernel_rtm to be a bit smarter about how it handles optionsDonald Sharp2018-12-191-131/+127
* | | zebra: Refactor kernel_socket kernel_rtm_ipv4 and ipv6 functionsDonald Sharp2018-12-191-165/+108
* | | zebra: Move sin6_masklen to earlier in the fileDonald Sharp2018-12-191-24/+24
* | | zebra: Convert socket interface to use `union sockunion`Donald Sharp2018-12-191-41/+41
| |/ |/|
* | zebra: Allow ns delete to happen after under/over flow checksDonald Sharp2018-12-181-2/+3
* | Merge pull request #3321 from pguibert6WIND/show_import_tableRenato Westphal2018-12-181-0/+34
|\ \
| * | zebra: add command show ip/ipv6 import-check tablePhilippe Guibert2018-12-171-0/+34
* | | zebra: the default vrf name in vxlan is correctly setPhilippe Guibert2018-12-171-1/+1
* | | zebra: avoid initialising more than one the l3vni hash structurePhilippe Guibert2018-12-174-9/+7
|/ /
* | Merge pull request #3463 from mjstapp/zserv_eventDonald Sharp2018-12-142-2/+16
|\ \
| * | zebra: make incoming zserv message-processing a singleton eventMark Stapp2018-12-132-2/+16
| |/
* | Merge pull request #3464 from mjstapp/wq_eventDonald Sharp2018-12-142-0/+2
|\ \
| * | zebra: use a small retry timeout for the rib workqueueMark Stapp2018-12-132-0/+2
| |/
* | zebra: On route removal failure return proper messageDonald Sharp2018-12-141-1/+1
* | Merge pull request #3477 from donaldsharp/multipath_respectRuss White2018-12-132-15/+14
|\ \
| * | zebra: Allow zebra to only mark up to multipath_num nexthops as ACTIVEDonald Sharp2018-12-132-15/+14
* | | Merge pull request #3466 from donaldsharp/fib_onlyRuss White2018-12-131-5/+3
|\ \ \