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
*
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
*
|
*: use C99 standard fixed-width integer types
Quentin Young
2018-03-27
1
-2
/
+2
|
/
*
Merge pull request #1819 from donaldsharp/static_stuff
Renato Westphal
2018-03-14
1
-1
/
+6
|
\
|
*
zebra: Allow for storage of non-configed vrf routes
Donald Sharp
2018-03-07
1
-0
/
+6
|
*
zebra: Fix vrf output
Donald Sharp
2018-03-07
1
-1
/
+0
*
|
lib: privileges are granted to vty netns command
Philippe Guibert
2018-03-13
1
-1
/
+2
|
/
*
*: conform with COMMUNITY.md formatting rules, via 'make indent'
Lou Berger
2018-03-06
1
-16
/
+19
*
zebra: adapt the vrf and logical router initialisation
Philippe Guibert
2018-02-27
1
-2
/
+2
*
lib: add namespace name structure in zebra message
Philippe Guibert
2018-02-27
1
-1
/
+1
*
zebra: zns context is filled in when vrf is enabled
Philippe Guibert
2018-02-27
1
-4
/
+5
*
zebra: copy logical-router-command under vrf subnode
Philippe Guibert
2018-02-27
1
-0
/
+1
*
zebra: add a runtime flag to enable vrf with netns
Philippe Guibert
2018-02-27
1
-1
/
+2
*
Merge pull request #1736 from mkanjari/type5-with-asymm
Philippe Guibert
2018-02-27
1
-1
/
+4
|
\
|
*
zebra, bgp: Support type-5 routes with asymmetric routing
Mitesh Kanjariya
2018-02-10
1
-1
/
+4
*
|
zebra: Fix up some code formatting issues.
Donald Sharp
2018-02-23
1
-1
/
+2
*
|
zebra: Allow table creation for tables greater than 252
Donald Sharp
2018-02-23
1
-3
/
+0
*
|
zebra: Move zvrf->other_tables into zns
Donald Sharp
2018-02-23
1
-44
/
+6
|
/
*
Merge pull request #1654 from mkanjari/evpn-symm-routing-enhancements
Philippe Guibert
2018-02-08
1
-57
/
+176
|
\
|
*
*: Refine the notion of a configured VRF in FRR
vivek
2018-01-24
1
-3
/
+35
|
*
zebra: Refine cleanup when a VRF with configuration gets deleted
vivek
2018-01-24
1
-40
/
+96
|
*
*: Handle VRF configuration when VRF gets inactivated and activated
vivek
2018-01-24
1
-24
/
+49
|
*
zebra: write vni to config in default vrf
Mitesh Kanjariya
2018-01-24
1
-1
/
+7
*
|
zebra: On shutdown actually delete rn's assoc w/ other_tables
Donald Sharp
2018-01-29
1
-0
/
+1
|
/
*
zebra: Move `ip route ...` generation to vrf control
Donald Sharp
2018-01-12
1
-5
/
+10
*
zebra: Cleanup vrf_config_write
Donald Sharp
2018-01-12
1
-6
/
+7
*
zebra: only write vni config under vrf if the vni is valid
Mitesh Kanjariya
2017-12-14
1
-1
/
+2
*
zebra, lib: zebra changes for symmetric routing support
Mitesh Kanjariya
2017-12-14
1
-0
/
+5
*
*: use the FOR_ALL_INTERFACES abstraction from babeld
Renato Westphal
2017-10-10
1
-1
/
+1
*
*: use rb-trees to store interfaces instead of sorted linked-lists
Renato Westphal
2017-10-10
1
-2
/
+1
*
*: use clang's 'ForEachMacros' format style option
Renato Westphal
2017-09-15
1
-5
/
+3
*
zebra: Fixup indentation
Donald Sharp
2017-09-11
1
-2
/
+3
*
zebra: Coverity Code Cleanup
Donald Sharp
2017-08-25
1
-0
/
+4
*
*: fix assorted issues detected by Coverity Scan
Renato Westphal
2017-08-25
1
-1
/
+1
*
zebra: add pseudowire manager
ßingen
2017-08-09
1
-0
/
+2
*
zebra: vrf: remove VRF-move static route updating
David Lamparter
2017-08-06
1
-45
/
+0
*
*: reindent
reindent-master-after
whitespace / reindent
2017-07-17
1
-388
/
+370
*
Merge remote-tracking branch 'origin/master' into evpn_plus_struct_attr
Donald Sharp
2017-07-14
1
-2
/
+2
|
\
|
*
*: ditch vty_outln(), part 1 of 2
David Lamparter
2017-07-13
1
-2
/
+2
*
|
zebra: VNI and VTEP handling
vivek
2017-07-12
1
-0
/
+5
|
/
*
*: use vty_outln
Quentin Young
2017-06-29
1
-2
/
+2
*
zebra: Refactor 'struct rib' to be 'struct route_entry'
Donald Sharp
2017-06-01
1
-3
/
+3
*
Merge pull request #537 from donaldsharp/vrf_stuff
David Lamparter
2017-05-17
1
-5
/
+4
|
\
|
*
*: Consolidate vrf_hooks into vrf_init
Donald Sharp
2017-05-16
1
-5
/
+4
*
|
*: make consistent & update GPLv2 file headers
David Lamparter
2017-05-15
1
-4
/
+3
|
/
[next]