-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'submodule_update' of https://github.com/vivekreddynv/so…
…nic-buildimage into submodule_update
- Loading branch information
Showing
17 changed files
with
774 additions
and
28 deletions.
There are no files selected for viewing
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
Submodule hw-mgmt
updated
2 files
+2 −2 | debian/changelog | |
+2 −1 | usr/usr/bin/hw-management-start-post.sh |
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 |
---|---|---|
|
@@ -12,3 +12,4 @@ rm -rf $BUILD_VERSION_PATH/* | |
|
||
# Disable the build hooks | ||
symlink_build_hooks -d | ||
set_reproducible_mirrors -d |
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
Submodule sonic-platform-common
updated
from 07e75b to c2aac7
Submodule sonic-swss-common
updated
from 95aec7 to 405f1d
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
81 changes: 81 additions & 0 deletions
81
src/sonic-yang-models/tests/yang_model_tests/tests/mirror_session.json
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,81 @@ | ||
{ | ||
"MIRROR_ERSPAN_ENTRY_WITH_VALID_VALUES": { | ||
"desc": "Configuring ERSPAN entry with valid values." | ||
}, | ||
"MIRROR_ERSPAN_ENTRY_WRONG_TYPE": { | ||
"desc": "Configurinng ERSPAN entry with invalid type", | ||
"eStrKey": "InvalidValue" | ||
}, | ||
"MIRROR_ERSPAN_ENTRY_WRONG_DST_IP": { | ||
"desc": "Configurinng ERSPAN entry with invalid dst_ip", | ||
"eStrKey" : "Pattern" | ||
}, | ||
"MIRROR_ERSPAN_ENTRY_WRONG_DST_IP_TYPE": { | ||
"desc": "Configurinng ERSPAN entry with invalid dst_ip", | ||
"eStrKey" : "When" | ||
}, | ||
"MIRROR_ERSPAN_ENTRY_WRONG_SRC_IP": { | ||
"desc": "Configurinng ERSPAN entry with invalid src_ip", | ||
"eStrKey" : "Pattern" | ||
}, | ||
"MIRROR_ERSPAN_ENTRY_WRONG_SRC_IP_TYPE": { | ||
"desc": "Configurinng ERSPAN entry with invalid src_ip", | ||
"eStrKey" : "When" | ||
}, | ||
"MIRROR_ERSPAN_ENTRY_WRONG_GRE_TYPE": { | ||
"desc": "Configurinng ERSPAN entry with invalid GRE type", | ||
"eStrKey" : "Pattern" | ||
}, | ||
"MIRROR_ERSPAN_ENTRY_GRE_WRONG_TYPE": { | ||
"desc": "Configurinng ERSPAN entry with invalid GRE type", | ||
"eStrKey" : "When" | ||
}, | ||
"MIRROR_ERSPAN_ENTRY_WRONG_DSCP": { | ||
"desc": "Configurinng ERSPAN entry with invalid dscp", | ||
"eStr" : "Invalid dscp value" | ||
}, | ||
"MIRROR_ERSPAN_ENTRY_WRONG_DSCP_TYPE": { | ||
"desc": "Configurinng ERSPAN entry with invalid dscp", | ||
"eStrKey" : "When" | ||
}, | ||
"MIRROR_ERSPAN_ENTRY_WRONG_TTL": { | ||
"desc": "Configurinng ERSPAN entry with invalid ttl", | ||
"eStr": "Invalid TTL value" | ||
}, | ||
"MIRROR_ERSPAN_ENTRY_WRONG_TTL_TYPE": { | ||
"desc": "Configurinng ERSPAN entry with invalid ttl", | ||
"eStrKey" : "When" | ||
}, | ||
"MIRROR_ERSPAN_ENTRY_VALID_SRC_PORT": { | ||
"desc": "Configurinng ERSPAN entry with valid source port" | ||
}, | ||
"MIRROR_ERSPAN_ENTRY_VALID_SRC_PORTCHANNEL": { | ||
"desc": "Configurinng ERSPAN entry with valid source portchannel" | ||
}, | ||
"MIRROR_ERSPAN_ENTRY_INVALID_SRC_PORT": { | ||
"desc": "Configurinng ERSPAN entry with invalid source port", | ||
"eStrKey" : "InvalidValue" | ||
}, | ||
"MIRROR_SPAN_ENTRY_WITH_VALID_VALUES": { | ||
"desc": "Configurinng SPAN entry with valid source and destination ports" | ||
}, | ||
"MIRROR_SPAN_ENTRY_INVALID_DST_PORT": { | ||
"desc": "Configurinng SPAN entry with invalid destination ports", | ||
"eStrKey" : "InvalidValue" | ||
}, | ||
"MIRROR_SPAN_ENTRY_INVALID_DST_PORT_TYPE": { | ||
"desc": "Configurinng SPAN entry with invalid destination ports", | ||
"eStrKey" : "When" | ||
}, | ||
"MIRROR_SPAN_ENTRY_VALID_DST_PORT_CPU": { | ||
"desc": "Configurinng SPAN entry with valid destination port CPU" | ||
}, | ||
"MIRROR_SPAN_ENTRY_INVALID_SRC_PORT": { | ||
"desc": "Configurinng SPAN entry with invalid destination ports", | ||
"eStrKey" : "InvalidValue" | ||
}, | ||
"MIRROR_SPAN_ENTRY_INVALID_DIRECTION": { | ||
"desc": "Configurinng SPAN entry with invalid direction", | ||
"eStrKey": "InvalidValue" | ||
} | ||
} |
Oops, something went wrong.