-
Notifications
You must be signed in to change notification settings - Fork 271
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Sonic sairedis changes for SAI SRV6 and SAI refpoint update to v1.9.0 (…
…#937) Update SAI SEGMENTROUTE object to SAI SRV6 object Serialize and deserialize APIs for SRV6 MY_SID_ENTRY object SAI refpoint update to V1.9.0
- Loading branch information
Kumaresh Perumal
authored
Sep 24, 2021
1 parent
362b34e
commit 921cf0b
Showing
44 changed files
with
1,351 additions
and
121 deletions.
There are no files selected for viewing
Submodule SAI
updated
71 files
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
#include "sai_redis.h" | ||
|
||
REDIS_GENERIC_QUAD(IPSEC,ipsec); | ||
REDIS_GENERIC_QUAD(IPSEC_PORT,ipsec_port); | ||
REDIS_GENERIC_QUAD(IPSEC_SA,ipsec_sa); | ||
REDIS_GENERIC_STATS(IPSEC_PORT,ipsec_port); | ||
REDIS_GENERIC_STATS(IPSEC_SA,ipsec_sa); | ||
|
||
const sai_ipsec_api_t redis_ipsec_api = { | ||
|
||
REDIS_GENERIC_QUAD_API(ipsec) | ||
REDIS_GENERIC_QUAD_API(ipsec_port) | ||
REDIS_GENERIC_STATS_API(ipsec_port) | ||
REDIS_GENERIC_QUAD_API(ipsec_sa) | ||
REDIS_GENERIC_STATS_API(ipsec_sa) | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
#include "sai_redis.h" | ||
|
||
REDIS_GENERIC_QUAD(MY_MAC,my_mac); | ||
|
||
const sai_my_mac_api_t redis_my_mac_api = { | ||
|
||
REDIS_GENERIC_QUAD_API(my_mac) | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.