summaryrefslogtreecommitdiffstats
path: root/zebra (follow)
Commit message (Expand)AuthorAgeFilesLines
* *: unify thread/event cancel macrosMark Stapp2020-10-235-9/+9
* * : update signature of thread_cancel apiMark Stapp2020-10-234-15/+8
* zebra: replace inet_ntoaMark Stapp2020-10-2217-188/+193
* :* Convert prefix2str to %pFXDonatas Abraitis2020-10-2219-280/+160
* Revert "zebra: fix NHE dependents backpointer relationship"Stephen Worley2020-10-201-20/+11
* Merge pull request #7348 from mjstapp/fix_router_id_listsDonald Sharp2020-10-201-0/+3
|\
| * zebra: clean up all router id listsMark Stapp2020-10-201-0/+3
* | Merge pull request #7311 from donaldsharp/table_lock_countDonatas Abraitis2020-10-201-3/+3
|\ \
| * | *: Create/Use accessor functions for lock countDonald Sharp2020-10-171-3/+3
* | | Merge pull request #7289 from sworleys/NHG-Crash-StartMark Stapp2020-10-201-40/+55
|\ \ \
| * | | zebra: fix NHE dependents backpointer relationshipStephen Worley2020-10-191-11/+20
| * | | zebra: only track NHEs from the dataplane for ID usageStephen Worley2020-10-131-3/+4
| * | | zebra: add from_dplane info for NHE creationStephen Worley2020-10-131-26/+31
* | | | zebra: add alias for "show ip/ipv6 ro"Stephen Worley2020-10-191-0/+10
| |_|/ |/| |
* | | Merge pull request #7333 from mjstapp/fix_multi_connectedDonald Sharp2020-10-181-10/+5
|\ \ \ | |_|/ |/| |
| * | zebra: support multiple connected subnets on an interfaceMark Stapp2020-10-161-10/+5
* | | zebra: Fix use after free in debug pathDonald Sharp2020-10-171-1/+10
|/ /
* | Merge pull request #7244 from donaldsharp/mlag_backout_and_fixMark Stapp2020-10-141-1/+5
|\ \
| * | zebra: Isolate mlag_rd_buf_offset to the actual using functionDonald Sharp2020-10-133-3/+2
| * | Revert "zebra: the mlag_rd_buf_offset variable was write only"Donald Sharp2020-10-133-1/+6
* | | Merge pull request #7298 from mjstapp/quiet_opaque_debugsDonald Sharp2020-10-141-10/+9
|\ \ \ | |/ / |/| |
| * | zebra: quiet the zebra opaque message debugsMark Stapp2020-10-131-10/+9
| |/
* | Merge pull request #7258 from mjstapp/zebra_remove_slspDonald Sharp2020-10-132-287/+120
|\ \
| * | zebra: remove 'static' lsp objectsMark Stapp2020-10-082-287/+120
* | | Merge pull request #7288 from rsmarples/BSD-link_stateDonald Sharp2020-10-131-25/+69
|\ \ \
| * | | zebra: ifi_link_state is the link stateRoy Marples2020-10-131-25/+69
| |/ /
* | / doc, zebra: remove keep_kernel option everywhereEmanuele Bovisio2020-10-131-1/+0
| |/ |/|
* | zebra: zevpn cannot be null passed into zebra_evpn_es_evi_show_one_evpnDonald Sharp2020-10-111-0/+2
* | zebra: n->mac is derefed in all pathsDonald Sharp2020-10-111-3/+2
* | Merge pull request #7222 from idryzhov/fix-debugRenato Westphal2020-10-101-1/+1
|\ \ | |/ |/|
| * *: move "show debugging ..." commands to enable nodeIgor Ryzhov2020-10-021-1/+1
* | Merge pull request #7241 from chiragshah6/evpn_dev1Renato Westphal2020-10-074-17/+32
|\ \
| * | zebra: display rpc error msg to vtyshChirag Shah2020-10-053-16/+30
| * | *: add errmsg to nb rpcChirag Shah2020-10-051-1/+2
* | | Merge pull request #7214 from donaldsharp/more_vrf_usefulnessMark Stapp2020-10-062-82/+65
|\ \ \ | |/ / |/| |
| * | zebra: cleanup zebra_rnh.c debugsDonald Sharp2020-10-022-82/+65
| |/
* | Merge pull request #7219 from donaldsharp/rib_fixesMark Stapp2020-10-052-76/+99
|\ \
| * | zebra: Make connected routes their own entry on the meta_qDonald Sharp2020-10-012-34/+36
| * | zebra: When processing route_entries ignore unusable routesDonald Sharp2020-10-011-38/+48
| * | zebra: Prevent uninstall attempts when new entry is not happyDonald Sharp2020-09-301-4/+15
* | | BSD: Add whitespace between declaration and codeRoy Marples2020-10-051-0/+1
* | | BSD: Detect route(4) overflowsRoy Marples2020-10-041-2/+24
* | | vtysh: dynamically generate the list of daemons for commandsIgor Ryzhov2020-10-021-0/+2
| |/ |/|
* | Merge pull request #7215 from mjstapp/fix_z_mlag_readQuentin Young2020-09-301-2/+0
|\ \
| * | zebra: don't touch mlag read event pointerMark Stapp2020-09-301-2/+0
| |/
* | Merge pull request #7167 from donaldsharp/mlag_rd_killerMark Stapp2020-09-303-6/+1
|\ \ | |/ |/|
| * zebra: the mlag_rd_buf_offset variable was write onlyDonald Sharp2020-09-243-6/+1
* | Merge pull request #7192 from deastoe/zebra-fpm-blackhole-abortDonald Sharp2020-09-291-4/+12
|\ \
| * | zebra: fix FPM abort for unreach/prohibit routesDuncan Eastoe2020-09-291-4/+12
* | | Merge pull request #7188 from chiragshah6/evpn_devPatrick Ruddy2020-09-291-2/+7
|\ \ \