summaryrefslogtreecommitdiffstats
path: root/zebra (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #3630 from opensourcerouting/fix-show-import-checkDonald Sharp2019-01-237-165/+96
|\
| * zebra: merge four "show ip nht" commands into a single DEFPYRenato Westphal2019-01-211-71/+21
| * zebra: remove dead macroRenato Westphal2019-01-211-10/+0
| * zebra: consolidate how we indentify address-families in the NHT codeRenato Westphal2019-01-217-89/+80
| * zebra: fix the "show ip import-check" commandRenato Westphal2019-01-181-4/+4
* | Merge pull request #3416 from mjstapp/dplane_mplsRafael Zalamena2019-01-2213-350/+742
|\ \
| * | zebra: openbsd LSP update codeMark Stapp2019-01-226-349/+33
| * | zebra: remove use of sync LSP update apisMark Stapp2019-01-222-16/+1
| * | zebra: fix routing socket logic for labelled nexthopsMark Stapp2019-01-221-4/+6
| * | zebra: fix debug test in routing-socket update pathMark Stapp2019-01-221-2/+1
| * | zebra: move LSP updates into dataplane subsystemMark Stapp2019-01-225-21/+182
| * | zebra: infra for LSP updates using dplaneMark Stapp2019-01-228-46/+503
| * | zebra: add apis to add and delete NHLFEsMark Stapp2019-01-222-0/+34
| * | zebra: reorg dataplane context to support lsp infoMark Stapp2019-01-222-79/+149
* | | Merge pull request #3559 from opensourcerouting/zapi-sanity-checksQuentin Young2019-01-223-131/+145
|\ \ \ | |/ / |/| |
| * | zebra: reject routes without nexthopsRenato Westphal2019-01-143-131/+144
| * | lib: add a few more sanity checks when encoding/decoding routesRenato Westphal2019-01-141-0/+1
* | | Merge pull request #3633 from opensourcerouting/send-vrf-backendDonald Sharp2019-01-222-2/+2
|\ \ \
| * | | zebra, lib: send VRF backend to the client daemonsRenato Westphal2019-01-202-2/+2
| | |/ | |/|
* | | zebra: use rta_getattr for NETMASKRafael Zalamena2019-01-221-1/+1
* | | zebra: fix routing socket AF_LINK handling on NETMASKRafael Zalamena2019-01-221-1/+1
* | | zebra: remove unused functionsRafael Zalamena2019-01-221-48/+0
* | | zebra: use proper sockaddr size in kernel_rtmRafael Zalamena2019-01-221-18/+24
* | | Merge pull request #3631 from opensourcerouting/zapi_fixesRuss White2019-01-223-5/+6
|\ \ \
| * | | zebra: send link parameters to zclients once they request interface infoRenato Westphal2019-01-181-0/+1
| * | | zebra: fix checking of clients subscribed to receive interface infoRenato Westphal2019-01-183-5/+5
| |/ /
* | | zebra: make routing socket debug user friendlierRafael Zalamena2019-01-211-10/+99
* | | zebra: fix debug messages in ifam_read_mesgRafael Zalamena2019-01-211-11/+11
* | | zebra: fix debug prefix string sizeRafael Zalamena2019-01-211-8/+25
* | | zebra: fix debug messages with prefixesRafael Zalamena2019-01-211-10/+9
|/ /
* | zebra: Cleanup unnecessary checkDonald Sharp2019-01-151-1/+1
* | Merge pull request #3180 from qlyoung/prefixlen-u8-to-u16Renato Westphal2019-01-152-8/+8
|\ \
| * | lib: convert prefixlen to 16-bit integerQuentin Young2018-10-152-8/+8
* | | lib, zebra: add AFI parameter to the ZEBRA_REDISTRIBUTE_DEFAULT_* messagesRenato Westphal2019-01-144-11/+44
| |/ |/|
* | Merge pull request #3567 from donaldsharp/cleanup_route_table_creationRenato Westphal2019-01-144-15/+40
|\ \
| * | zebra: Add a dump table information command to zebraDonald Sharp2019-01-043-0/+37
| * | zebra: Store actual safi in info pointer and don't free then remallocDonald Sharp2019-01-042-15/+3
* | | Merge pull request #3564 from chiragshah6/evpn_dev1Renato Westphal2019-01-141-14/+15
|\ \ \
| * | | zebra: use default vrf_id for zvrf referenceChirag Shah2019-01-031-14/+15
| |/ /
* | | Merge pull request #3563 from donaldsharp/minimize_the_stuffMark Stapp2019-01-112-93/+132
|\ \ \
| * | | zebra: Add a switch statement for rib_process_afterDonald Sharp2019-01-111-67/+75
| * | | zebra: Modify the status flag to 32 bits, add more flagsDonald Sharp2019-01-111-1/+9
| * | | zebra: Limit meta_queue insertion to one time.Donald Sharp2019-01-111-25/+48
* | | | zebra: Fix uninitialized value warning in dplane codeMark Stapp2019-01-111-1/+1
|/ / /
* | | zebra: return dataplane provider plugin handleMark Stapp2019-01-112-5/+11
* | | Merge pull request #3511 from pguibert6WIND/handle_multiple_netns_delete_eventDonald Sharp2019-01-111-3/+4
|\ \ \
| * | | zebra: handle multiple events for netns deletion eventPhilippe Guibert2019-01-041-3/+4
| |/ /
* | | Merge pull request #3526 from mjstapp/dplane_listsDonald Sharp2019-01-113-68/+58
|\ \ \
| * | | zebra: pass lists of results from dataplane to zebraMark Stapp2019-01-103-68/+58
* | | | zebra: do not create vrf if name already set to default vrf at startupPhilippe Guibert2019-01-091-0/+12