index
:
frr
master
frr
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
zebra
/
zebra_srte.h
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2023-02-14
zebra: Clean remote FDB entries upon VNI removal
vivek
1
-1
/
+7
2023-02-14
zebra: svd and mvab bug fixes
sharathr
2
-1
/
+4
2023-02-14
lib: make htonll/ntohll compile time and readable
Stephen Worley
1
-8
/
+7
2023-02-14
lib: remove unneeded parans on labl2str return
Stephen Worley
1
-1
/
+1
2023-02-14
zebra: clang-format style fixes
Stephen Worley
8
-37
/
+37
2023-02-14
sharpd: clang-format style fix
Stephen Worley
1
-2
/
+2
2023-02-14
zebra: ignore GETVLAN errors at startup
Stephen Worley
1
-1
/
+2
2023-02-14
lib: add asserts to appease the SA
Stephen Worley
1
-0
/
+4
2023-02-14
bgpd: SA set labels/num_labels to NULL/0
Stephen Worley
1
-0
/
+2
2023-02-14
zebra: state value never used SA fix
Stephen Worley
1
-1
/
+0
2023-02-14
zebra: log if RTNLGRP_BRVLAN register fails
Stephen Worley
1
-0
/
+4
2023-02-14
zebra: ignore zero_mac without VNI deletes
Stephen Worley
1
-1
/
+1
2023-02-14
tests: fix mpls_label2str() in make check
Stephen Worley
2
-2
/
+3
2023-02-14
doc: add docs for `show evpn access-vlan`
Stephen Worley
1
-0
/
+10
2023-02-14
tests: skip SVD/DVNI tests for < 5.7 kernel
Stephen Worley
1
-0
/
+5
2023-02-14
tests: add first dvni topotests
Stephen Worley
5
-10
/
+94
2023-02-14
zebra: encode dvni with nexthop groups
Stephen Worley
1
-32
/
+61
2023-02-14
zebra: account for non-evpn ecmp
Stephen Worley
1
-0
/
+4
2023-02-14
zebra: use new vni_info->access_vlan structs
Stephen Worley
1
-1
/
+2
2023-02-14
zebra: handle ipv6-mapped-ipv4 with DVNI
Stephen Worley
1
-3
/
+12
2023-02-14
zebra: make next-hop svd command hidden for now
Stephen Worley
2
-26
/
+18
2023-02-14
zebra: dont install implicit NULL labels non-vni
Stephen Worley
1
-1
/
+1
2023-02-14
zebra: handle STP state change for SVD per vlan ID
Stephen Worley
9
-0
/
+287
2023-02-14
zebra: subscribe to bridge vlan netlink messages
Stephen Worley
1
-1
/
+14
2023-02-14
linux: update if_bridge include to newer version
Stephen Worley
1
-0
/
+448
2023-02-14
bgpd: disable NHGs with D-VNI
Stephen Worley
1
-0
/
+4
2023-02-14
bgpd: add mpath label stack helper functions for dvni
Stephen Worley
3
-7
/
+72
2023-02-14
zebra: add show commands for SVD global neigh table
Stephen Worley
3
-50
/
+158
2023-02-14
zebra: nhg resolution handler for d-vni
Stephen Worley
1
-5
/
+90
2023-02-14
zebra: install neigh entries on SVD
Stephen Worley
4
-21
/
+261
2023-02-14
lib,sharpd: add ability for sharpd to install vni labels
Stephen Worley
2
-10
/
+27
2023-02-14
zebra: encode vni label via lwt encap
Stephen Worley
3
-18
/
+68
2023-02-14
bgpd: send L3VNI as route labels to zebra
Stephen Worley
1
-23
/
+42
2023-02-14
lib: add label_type as field in zapi_nexthop
Stephen Worley
3
-2
/
+7
2023-02-14
lib,zebra,bgpd,staticd: use label code to store VNI info
Stephen Worley
12
-54
/
+85
2023-02-14
lib: add has_label function for nexthop groups
Stephen Worley
2
-0
/
+14
2023-02-14
lib: add 64bit versions of htonl/ntohl
Stephen Worley
1
-0
/
+9
2023-02-14
tests: add new topotest for single vxlan device config
Sharath Ramamurthy
19
-0
/
+572
2023-02-14
zebra: Add documentation for Single Vxlan Device support
Sharath Ramamurthy
1
-0
/
+32
2023-02-14
zebra: fix for issues found during static analysis
Sharath Ramamurthy
2
-1
/
+5
2023-02-14
zebra: check for vni before comparison in zl3vni_map_to_vxlan_if_ns
Sharath Ramamurthy
1
-1
/
+1
2023-02-14
zebra: add zebra_vxlan_if.h header file to noinst_HEADER
Sharath Ramamurthy
1
-0
/
+1
2023-02-14
zebra: add zebra_l2_bridge_if.h header file to noinst_HEADER
Stephen Worley
1
-0
/
+1
2023-02-14
zebra: Add ifdump vty json extension for vxlan/vni
Sharath Ramamurthy
1
-66
/
+59
2023-02-14
zebra: Bug fixes in fdb read for flooded traffic and remote fdb cleanup upon ...
Sharath Ramamurthy
12
-43
/
+108
2023-02-14
zebra: Handle vni determination for non-vlan-aware bridges
Sharath Ramamurthy
5
-18
/
+25
2023-02-14
zebra: Bug fixes in vtysh doc string, mcast group handling and vni deletion h...
Sharath Ramamurthy
3
-66
/
+25
2023-02-14
zebra: Refactoring changes for zebra_evpn_map_vlan zebra_evpn_from_svi and zl...
Sharath Ramamurthy
10
-117
/
+211
2023-02-14
zebra: multiple vlan aware bridge data structure and related changes
Sharath Ramamurthy
6
-50
/
+616
2023-02-14
zebra: single vxlan device vni handling
Sharath Ramamurthy
3
-125
/
+236
[next]