summaryrefslogtreecommitdiffstats
path: root/zebra/zebra_vrf.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* zebra: Don't display the vrf if not using namespace based vrfsDonald Sharp2024-11-041-0/+2
* zebra: convert to mgmtdIgor Ryzhov2024-01-281-57/+0
* zebra: convert vrf configuration output to NBIgor Ryzhov2024-01-281-71/+21
* zebra: make vrf netns commands do nothingIgor Ryzhov2024-01-281-37/+1
* zebra: Properly unregister hook on shutdownDonald Sharp2023-12-111-2/+2
* zebra: More memory free up on shutdownDonald Sharp2023-11-131-0/+6
* Merge pull request #14162 from opensourcerouting/feature/turn_on_nht_resolve_...Russ White2023-09-131-9/+32
|\
| * zebra: Enable `nht resolve-via-default` by default for traditional profileDonatas Abraitis2023-08-171-9/+32
* | zebra: Make main routing table (RT_TABLE_MAIN) configurableMartin Pels2023-08-221-1/+1
|/
* zebra: Move protodown_r_bit to a better spotDonald Sharp2023-07-051-1/+1
* zebra: Rename vrf_lookup_by_tableid to zebra_vrf_lookup..Donald Sharp2023-07-051-0/+27
* *: auto-convert to SPDX License IDsDavid Lamparter2023-02-091-14/+1
* zebra: Free up routemap name memory on vrf deletion eventDonald Sharp2022-12-091-0/+1
* build, vtysh: extract vtysh commands from .xrefDavid Lamparter2022-10-261-2/+0
* zebra: Reconfiguring netns for vrf is not a failureXiao Liang2022-09-071-1/+1
* zebra: Combine meta_queue_free and meta_queue_vrf_free functionsDonald Sharp2022-08-101-2/+2
* zebra: clean up rtadv integrationDavid Lamparter2022-05-211-4/+1
* zebra: fix cleanup of meta queues on vrf disableIgor Ryzhov2022-02-011-32/+2
* zebra: Don't double delete the table we are cleaning upDonald Sharp2022-01-261-20/+0
* *: rework renaming the default VRFIgor Ryzhov2021-12-211-13/+1
* zebra: fix disabling table managerIgor Ryzhov2021-11-111-2/+2
* zebra: don't register same hook multiple timesIgor Ryzhov2021-11-051-0/+2
* lib: move zebra-only netns stuff to zebraIgor Ryzhov2021-10-181-4/+96
* Merge pull request #9676 from donaldsharp/import_registerDavid Lamparter2021-10-131-5/+5
|\
| * zebra: Create the SAFI_MULTICAST rnh tablesDonald Sharp2021-09-271-0/+8
| * zebra: remove zvrf->import_check_tableDonald Sharp2021-09-271-8/+0
* | zebra: extend table manager per vrf, add vty configurationPhilippe Guibert2021-09-211-0/+19
|/
* Merge pull request #9496 from idryzhov/vrf-cmd-init-unused-argDavid Lamparter2021-08-271-1/+1
|\
| * lib: remove unused argument from vrf_cmd_initIgor Ryzhov2021-08-261-1/+1
* | Merge pull request #9331 from idryzhov/explicit-exitChristian Hopps2021-08-261-1/+1
|\ \ | |/ |/|
| * *: explicitly print "exit" at the end of every node configIgor Ryzhov2021-08-231-1/+1
* | lib, zebra: move vrf netns commands from lib to zebraIgor Ryzhov2021-08-231-0/+66
|/
* zebra: rework RA handling for vrf-liteStephen Worley2021-06-081-1/+1
* zebra: Allow the zvrf to know it's vrf when allocingDonald Sharp2021-05-051-4/+5
* *: modify VRF_CONFIGURED flag only in VRF NB layerIgor Ryzhov2021-03-281-14/+0
* zebra: kill zebra_memory.h, use MTYPE_STATICDavid Lamparter2021-03-221-18/+0
* *: require semicolon after DEFINE_MTYPE & coDavid Lamparter2021-03-171-2/+2
* zebra: anticipate zns creation at vrf creation when backend is vrf-litePhilippe Guibert2020-12-091-0/+2
* zebra: clean up all router id listsMark Stapp2020-10-201-0/+3
* zebra: Allow router-id to be part of the vrf sub nodeDonald Sharp2020-07-091-0/+1
* zebra: Don't kill the global rtadv socket when a vrf is deletedDonald Sharp2020-04-021-1/+1
* zebra: Synchronous client queues accumulate messages from zebra.Karen Schoener2020-03-231-2/+12
* zebra: separate zebra_vrf_lookup_table_with_id()Stephen Worley2019-11-011-4/+23
* zebra: fix evpn prefix-routes-only for default vrfChirag Shah2019-09-251-1/+5
* Zebra: Rectifying the log messages.vdhingra2019-09-191-1/+1
* zebra: nht resolution default configurable per vrfPhilippe Guibert2019-08-281-0/+11
* zebra: use MTYPE_STATICDavid Lamparter2019-06-211-1/+2
* zebra: move rtadv service from zrouter to zvrfPhilippe Guibert2019-06-041-0/+9
* Revert "zebra: move rtadv service from zrouter to zvrf"Donald Sharp2019-05-161-9/+0
* Merge pull request #4269 from donaldsharp/other_tablesRuss White2019-05-161-41/+41
|\