index
:
matthieu/frr.git
aceelindem/ospf6-area-no-config-delete
bgp_ls
debian/7.5
debian/bookworm
debian/buster
debian/master
dev/mgmtd
dev/omgmtd
dev/rust-skel
dev_isis_sr
fuzz
master
mergify/bp/dev/10.3/pr-17935
mergify/bp/dev/9.0/pr-13800
mergify/bp/dev/9.1/pr-13617
mergify/bp/stable/10.0/pr-18108
mergify/bp/stable/10.1/pr-18108
mergify/bp/stable/10.1/pr-18254
mergify/bp/stable/10.2/pr-18108
mergify/bp/stable/10.2/pr-18430
mergify/bp/stable/10.3/pr-18108
mergify/bp/stable/10.3/pr-18378
mergify/bp/stable/10.3/pr-18430
mergify/bp/stable/10.3/pr-18483
mergify/bp/stable/10.3/pr-18498
mergify/bp/stable/10.3/pr-18502
nb_conversions
old-fuzz
rc/10.0
rc/10.0.2
rc/10.0.3
rc/10.1
rc/10.1.1
rc/10.1.2
rc/10.2
rc/10.2.1
rc/10.3
rc/8.4
rc/8.4.6
rc/8.4.7
rc/8.5
rc/8.5.6
rc/8.5.7
rc/9.0
rc/9.0.4
rc/9.0.5
rc/9.1
rc/9.1.2
rc/9.1.3
revert-11334-fix/deprecation_warning
revert-13509-bgp_nht_other_if_cases
revert-5015-rpki_vrf_encapsulation
revert-5870-hash_backet
revert-6277-feature/show_bgp_afi_safi_sndpfx
revert-8216-add_rd_all
revert-8795-fix-ospf6-router-id
revert-9179-PR9001-for-8.0
stable/10.0
stable/10.1
stable/10.2
stable/10.3
stable/2.0
stable/3.0
stable/4.0
stable/5.0
stable/6.0
stable/7.0
stable/7.1
stable/7.2
stable/7.3
stable/7.4
stable/7.5
stable/8.0
stable/8.1
stable/8.2
stable/8.3
stable/8.4
stable/8.5
stable/9.0
stable/9.1
support_bundle
Unnamed repository; edit this file 'description' to name the repository.
Forgejo (Beyond coding. We forge.)
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
vrf.c
Age
Commit message (
Expand
)
Author
2024-04-16
lib, zebra: fix exit commands
Igor Ryzhov
2024-03-15
zebra: fix route deletion during zebra shutdown
Alexander Skorichenko
2024-02-04
lib, mgmtd: don't register NB config callbacks in mgmtd
Igor Ryzhov
2024-02-02
lib: fix "no vrf" command
Igor Ryzhov
2024-01-28
zebra: convert vrf configuration output to NB
Igor Ryzhov
2024-01-04
*: Remove sys/ioctl.h from zebra.h
Donald Sharp
2023-12-28
zebra: support yielding between oper state routes query
Christian Hopps
2023-11-29
lib: all: remove './' from xpath 22% speedup
Christian Hopps
2023-06-26
*: Rearrange vrf_bitmap_X api to reduce memory footprint
Donald Sharp
2023-03-21
*: Add a hash_clean_and_free() function
Donald Sharp
2023-02-09
*: auto-convert to SPDX License IDs
David Lamparter
2023-01-31
lib: Add missing enum's to switch statement
Donald Sharp
2023-01-27
*: fix non-const northbound XPath format strings
David Lamparter
2023-01-19
lib: remove dead logic code
Rafael Zalamena
2022-11-22
lib: disable vrf before terminating interfaces
Stephen Worley
2022-01-17
Merge pull request #10183 from idryzhov/rework-vrf-rename
Rafael Zalamena
2021-12-21
*: rework renaming the default VRF
Igor Ryzhov
2021-12-14
lib: default VRF may not exist on early exit
David Lamparter
2021-11-23
lib, yang: remove vrf from the interface list key
Igor Ryzhov
2021-11-22
*: cleanup ifp->vrf_id
Igor Ryzhov
2021-11-11
lib: fix vrf deletion when the last interface is deleted
Igor Ryzhov
2021-11-03
lib: fix crash when terminating inactive VRFs
Igor Ryzhov
2021-11-03
zebra: fix stale pointer when netns is deleted
Igor Ryzhov
2021-10-26
Merge pull request #9846 from idryzhov/lib-zebra-netns
Mark Stapp
2021-10-19
lib: allow to create interfaces in non-existing VRFs
Igor Ryzhov
2021-10-19
lib: move zebra-only netns stuff to zebra
Igor Ryzhov
2021-09-07
vrf_name_to_id(): remove
G. Paul Ziemba
2021-09-02
lib: Remove unused function vrf_generate_id
Donald Sharp
2021-08-26
lib: remove unused argument from vrf_cmd_init
Igor Ryzhov
2021-08-23
lib, zebra: move vrf netns commands from lib to zebra
Igor Ryzhov
2021-07-30
lib, zebra: Preserve user-configured VRF on netns deletion
Xiao Liang
2021-06-21
lib: remove vrf-interface config when removing the VRF
Igor Ryzhov
2021-06-11
lib: terminate default vrf last
Stephen Worley
2021-06-04
zebra: fix config after exit from vrf
Igor Ryzhov
2021-06-02
Merge pull request #8210 from LabNConsulting/chopps/always-batch
Donald Sharp
2021-06-02
northbound: KISS always batch yang config (file read), it's faster
Christian Hopps
2021-05-31
lib: fix binding to a vrf
Igor Ryzhov
2021-05-24
lib: fix missing newline
Igor Ryzhov
2021-05-13
lib: adapt to version 2 of libyang
Christian Hopps
2021-03-29
*: modify VRF_CONFIGURED flag only in VRF NB layer
Igor Ryzhov
2021-03-17
*: require semicolon after DEFINE_QOBJ & co.
David Lamparter
2021-03-17
*: require semicolon after DEFINE_MTYPE & co
David Lamparter
2021-02-22
lib: add definitions for vrf xpaths
Igor Ryzhov
2021-02-14
*: remove tabs & newlines from log messages
David Lamparter
2021-02-10
Merge pull request #7508 from sudhanshukumar22/zebra-vrf-delete
Stephen Worley
2021-02-09
vrf: use wrappers to change VRF_CONFIGURED flag
Igor Ryzhov
2021-02-09
vrf: mark vrf as configured when entering vrf node
Igor Ryzhov
2021-02-01
zebra: treat vrf add for existing vrf as update
sudhanshukumar22
2020-09-21
vrf: VRF_DEFAULT must be 0, remove useless code
Christophe Gouault
2020-09-21
lib: optimize vrf_id_to_name(VRF_DEFAULT) case
Christophe Gouault
[next]