index
:
frr
master
frr
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
zebra
/
zebra_vrf.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
*: modify VRF_CONFIGURED flag only in VRF NB layer
Igor Ryzhov
2021-03-28
1
-14
/
+0
*
zebra: kill zebra_memory.h, use MTYPE_STATIC
David Lamparter
2021-03-22
1
-18
/
+0
*
*: require semicolon after DEFINE_MTYPE & co
David Lamparter
2021-03-17
1
-2
/
+2
*
zebra: anticipate zns creation at vrf creation when backend is vrf-lite
Philippe Guibert
2020-12-09
1
-0
/
+2
*
zebra: clean up all router id lists
Mark Stapp
2020-10-20
1
-0
/
+3
*
zebra: Allow router-id to be part of the vrf sub node
Donald Sharp
2020-07-09
1
-0
/
+1
*
zebra: Don't kill the global rtadv socket when a vrf is deleted
Donald Sharp
2020-04-02
1
-1
/
+1
*
zebra: Synchronous client queues accumulate messages from zebra.
Karen Schoener
2020-03-23
1
-2
/
+12
*
zebra: separate zebra_vrf_lookup_table_with_id()
Stephen Worley
2019-11-01
1
-4
/
+23
*
zebra: fix evpn prefix-routes-only for default vrf
Chirag Shah
2019-09-25
1
-1
/
+5
*
Zebra: Rectifying the log messages.
vdhingra
2019-09-19
1
-1
/
+1
*
zebra: nht resolution default configurable per vrf
Philippe Guibert
2019-08-28
1
-0
/
+11
*
zebra: use MTYPE_STATIC
David Lamparter
2019-06-21
1
-1
/
+2
*
zebra: move rtadv service from zrouter to zvrf
Philippe Guibert
2019-06-04
1
-0
/
+9
*
Revert "zebra: move rtadv service from zrouter to zvrf"
Donald Sharp
2019-05-16
1
-9
/
+0
*
Merge pull request #4269 from donaldsharp/other_tables
Russ White
2019-05-16
1
-41
/
+41
|
\
|
*
zebra: Track tables allocated by vrf and cleanup
Donald Sharp
2019-05-09
1
-1
/
+36
|
*
zebra: Remove basic duplicated function
Donald Sharp
2019-05-09
1
-42
/
+7
*
|
Merge pull request #4027 from pguibert6WIND/fix_interface_rtadv
David Lamparter
2019-05-14
1
-0
/
+9
|
\
\
|
*
|
zebra: move rtadv service from zrouter to zvrf
Philippe Guibert
2019-04-25
1
-0
/
+9
*
|
|
Merge pull request #4242 from donaldsharp/zebra_diet
Renato Westphal
2019-05-10
1
-1
/
+1
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
zebra: Remove linked list and replace with new LIST
Donald Sharp
2019-05-02
1
-1
/
+1
*
|
|
doc, zebra: Remove "table X" command
Donald Sharp
2019-05-06
1
-8
/
+4
|
/
/
*
|
Revert "Zebra diet"
Lou Berger
2019-05-02
1
-1
/
+1
*
|
zebra: Remove linked list and replace with new LIST
Donald Sharp
2019-05-02
1
-1
/
+1
|
/
*
zebra: Modify NHT to occur when needed.
Donald Sharp
2019-03-27
1
-1
/
+6
*
zebra: Add a base node for the zebra vrf tables
Donald Sharp
2019-03-27
1
-0
/
+9
*
zebra: Cleanup rnh table information before deleting underlying tables
Donald Sharp
2019-03-08
1
-7
/
+9
*
Merge pull request #3889 from donaldsharp/rnh_vrf_down_stuff
Mark Stapp
2019-03-08
1
-6
/
+7
|
\
|
*
zebra: Upon vrf deletion, actually release this data.
Donald Sharp
2019-03-01
1
-6
/
+7
*
|
*: remove null check before XFREE
Quentin Young
2019-02-26
1
-2
/
+1
|
/
*
zebra: Remove `struct zebra_t`
Donald Sharp
2019-01-31
1
-2
/
+0
*
zebra: Move the mq data structure to zrouter
Donald Sharp
2019-01-31
1
-6
/
+6
*
zebra: Move rtm_table_default to zrouter
Donald Sharp
2019-01-31
1
-4
/
+4
*
zebra: Move client_list to the zebra_router data structure
Donald Sharp
2019-01-31
1
-2
/
+2
*
zebra: Store actual safi in info pointer and don't free then remalloc
Donald Sharp
2019-01-04
1
-14
/
+2
*
zebra: fix zebra router memleaks
Quentin Young
2018-10-28
1
-0
/
+1
*
zebra: Start breakup of zns into zrouter and zns
Donald Sharp
2018-10-24
1
-17
/
+14
*
zebra: vrf aware routmap is missing in Zebra #2802(Part 4 of 4)
vishaldhingra
2018-10-11
1
-2
/
+5
*
bgpd, lib, zebra: Wrapper get/set of table->info pointer
Donald Sharp
2018-09-24
1
-3
/
+3
*
*: add a vrf update hook to be informed of the vrf name
Philippe Guibert
2018-08-28
1
-1
/
+14
*
zebra: Remove zebra_static.c and .h
Donald Sharp
2018-07-29
1
-1
/
+0
*
staticd: Start the addition of a staticd
Donald Sharp
2018-07-29
1
-67
/
+0
*
zebra: duplicate nexthops for cross-vrf static routes on vrf bounce
Don Slice
2018-07-02
1
-8
/
+0
*
zebra: table_id election with the vrf backend
Philippe Guibert
2018-06-01
1
-4
/
+21
*
zebra: clean up zapi organization
Quentin Young
2018-04-23
1
-1
/
+1
*
vtysh, zebra: print exit-vrf at end of vrf context
Quentin Young
2018-04-17
1
-6
/
+5
*
Merge pull request #1973 from donaldsharp/static_nh_vrf
Renato Westphal
2018-04-10
1
-42
/
+2
|
\
|
*
zebra: Fixup enable/disable of static routes in vrfs
Donald Sharp
2018-03-27
1
-42
/
+2
*
|
zebra: add the handling of table ids from remote daemons
Philippe Guibert
2018-03-29
1
-1
/
+1
[next]