index
:
frr
master
frr
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
vrf.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
*: Add a hash_clean_and_free() function
Donald Sharp
2023-03-21
1
-5
/
+1
*
*: auto-convert to SPDX License IDs
David Lamparter
2023-02-09
1
-16
/
+1
*
lib: Add missing enum's to switch statement
Donald Sharp
2023-01-31
1
-1
/
+1
*
*: fix non-const northbound XPath format strings
David Lamparter
2023-01-27
1
-1
/
+1
*
lib: remove dead logic code
Rafael Zalamena
2023-01-19
1
-2
/
+1
*
lib: disable vrf before terminating interfaces
Stephen Worley
2022-11-22
1
-0
/
+1
*
Merge pull request #10183 from idryzhov/rework-vrf-rename
Rafael Zalamena
2022-01-17
1
-31
/
+2
|
\
|
*
*: rework renaming the default VRF
Igor Ryzhov
2021-12-21
1
-31
/
+2
*
|
lib: default VRF may not exist on early exit
David Lamparter
2021-12-14
1
-1
/
+2
|
/
*
lib, yang: remove vrf from the interface list key
Igor Ryzhov
2021-11-23
1
-7
/
+2
*
*: cleanup ifp->vrf_id
Igor Ryzhov
2021-11-22
1
-7
/
+0
*
lib: fix vrf deletion when the last interface is deleted
Igor Ryzhov
2021-11-11
1
-4
/
+1
*
lib: fix crash when terminating inactive VRFs
Igor Ryzhov
2021-11-03
1
-1
/
+4
*
zebra: fix stale pointer when netns is deleted
Igor Ryzhov
2021-11-03
1
-3
/
+1
*
Merge pull request #9846 from idryzhov/lib-zebra-netns
Mark Stapp
2021-10-26
1
-135
/
+22
|
\
|
*
lib: move zebra-only netns stuff to zebra
Igor Ryzhov
2021-10-18
1
-135
/
+22
*
|
lib: allow to create interfaces in non-existing VRFs
Igor Ryzhov
2021-10-19
1
-12
/
+10
|
/
*
vrf_name_to_id(): remove
G. Paul Ziemba
2021-09-07
1
-15
/
+0
*
lib: Remove unused function vrf_generate_id
Donald Sharp
2021-09-02
1
-7
/
+0
*
lib: remove unused argument from vrf_cmd_init
Igor Ryzhov
2021-08-26
1
-2
/
+1
*
lib, zebra: move vrf netns commands from lib to zebra
Igor Ryzhov
2021-08-23
1
-63
/
+0
*
lib, zebra: Preserve user-configured VRF on netns deletion
Xiao Liang
2021-07-30
1
-0
/
+1
*
lib: remove vrf-interface config when removing the VRF
Igor Ryzhov
2021-06-21
1
-1
/
+15
*
lib: terminate default vrf last
Stephen Worley
2021-06-11
1
-11
/
+20
*
zebra: fix config after exit from vrf
Igor Ryzhov
2021-06-04
1
-2
/
+0
*
Merge pull request #8210 from LabNConsulting/chopps/always-batch
Donald Sharp
2021-06-03
1
-2
/
+1
|
\
|
*
northbound: KISS always batch yang config (file read), it's faster
Christian Hopps
2021-06-02
1
-2
/
+1
*
|
lib: fix binding to a vrf
Igor Ryzhov
2021-05-31
1
-13
/
+38
|
/
*
lib: fix missing newline
Igor Ryzhov
2021-05-24
1
-1
/
+1
*
lib: adapt to version 2 of libyang
Christian Hopps
2021-05-13
1
-1
/
+2
*
*: modify VRF_CONFIGURED flag only in VRF NB layer
Igor Ryzhov
2021-03-28
1
-2
/
+2
*
*: require semicolon after DEFINE_QOBJ & co.
David Lamparter
2021-03-17
1
-1
/
+1
*
*: require semicolon after DEFINE_MTYPE & co
David Lamparter
2021-03-17
1
-2
/
+2
*
lib: add definitions for vrf xpaths
Igor Ryzhov
2021-02-22
1
-4
/
+3
*
*: remove tabs & newlines from log messages
David Lamparter
2021-02-14
1
-2
/
+2
*
Merge pull request #7508 from sudhanshukumar22/zebra-vrf-delete
Stephen Worley
2021-02-10
1
-0
/
+47
|
\
|
*
zebra: treat vrf add for existing vrf as update
sudhanshukumar22
2021-02-01
1
-0
/
+47
*
|
vrf: use wrappers to change VRF_CONFIGURED flag
Igor Ryzhov
2021-02-09
1
-2
/
+2
*
|
vrf: mark vrf as configured when entering vrf node
Igor Ryzhov
2021-02-09
1
-0
/
+1
|
/
*
vrf: VRF_DEFAULT must be 0, remove useless code
Christophe Gouault
2020-09-21
1
-14
/
+2
*
lib: optimize vrf_id_to_name(VRF_DEFAULT) case
Christophe Gouault
2020-09-21
1
-0
/
+3
*
Merge pull request #7089 from pguibert6WIND/netns-refactor
Russ White
2020-09-18
1
-2
/
+6
|
\
|
*
zebra, lib: store relative default ns id in each namespace
Philippe Guibert
2020-08-18
1
-2
/
+6
*
|
lib: Remove debug associated with vrf_get
Donald Sharp
2020-09-18
1
-4
/
+0
*
|
lib: Add vrf name to vrf debugs
Donald Sharp
2020-09-18
1
-3
/
+5
*
|
lib: Actually call nexthop_group_disable_vrf
Donald Sharp
2020-09-18
1
-0
/
+8
|
/
*
evpn-netns: Revert PR5077, has been re-worked post-refactor
Pat Ruddy
2020-08-05
1
-6
/
+2
*
lib: introduce configuration back-off timer for YANG-modeled commands
Renato Westphal
2020-08-03
1
-0
/
+1
*
*: introduce DEFPY_YANG & friends
Renato Westphal
2020-08-03
1
-2
/
+2
*
Merge pull request #6435 from idryzhov/fix-no-vrf
Quentin Young
2020-07-21
1
-4
/
+2
|
\
[next]