Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Marvell] Updating hwsku configs to EZB1.08 version #19403

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1 +1 @@
266aa59b7e63faf97657313fe65cdf86
8b28fac0d174b9f0e9120f8ee8c52fd2

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -1 +1 @@
85b49bcb9d399bcd1b8128a42caba2d2
fcd5642435f602883aab5c9672e96aa5

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -1 +1 @@
209426f8b550ddf85db19925f9f202a1
7e0317c4f0c86cc16929b1a143d90c32
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<data xmlns="urn:ietf:params:xml:ns:netconf:base:1.0" version="2024-02-19-1.06" profile="Askpp" sid="34f1c14a-b581-422d-bd10-426dfac013dd">
<data xmlns="urn:ietf:params:xml:ns:netconf:base:1.0" version="2024-05-22-1.08" profile="Askpp" sid="4cd9a9b8-0123-48b5-a955-6a5c64917f70">
<askppplt:ASK-PP xmlns:askppplt="urn:marvell:askpp:yang">
<askppplt:typedefs>
<askppplt:typedef>
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
fec8b7884a940c38451ef84be6fdbb24
feb884bbff293ba58dc7b1cae36aa1d1
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<data xmlns="urn:ietf:params:xml:ns:netconf:base:1.0" version="2024-02-19-1.06" profile="SAI" sid="c310bbb1-ffca-4c99-9bae-f7d4caff5941">
<data xmlns="urn:ietf:params:xml:ns:netconf:base:1.0" version="2024-05-22-1.08" profile="SAI" sid="daa51f10-6b7d-424f-ab07-3c51ae064e20">
<SAIplt:SAI xmlns:SAIplt="urn:marvell:SAI:yang">
<SAIplt:typedefs>
<SAIplt:typedef>
Expand Down Expand Up @@ -50,10 +50,20 @@
<SAIplt:description>Router In Drop Counters track Route Black Hole Packets</SAIplt:description>
<SAIplt:value>1</SAIplt:value>
</SAIplt:enum>
</SAIplt:typedef>
<SAIplt:typedef>
<SAIplt:name>Feature-enable</SAIplt:name>
<SAIplt:type>enumeration</SAIplt:type>
<SAIplt:description>Feature Enabled/Disabled</SAIplt:description>
<SAIplt:enum>
<SAIplt:name>IN_DROP_ANY</SAIplt:name>
<SAIplt:description>Router In Drop Counters track either TTL &amp; Hop Limit Exceeded or Route Black Hole Packets</SAIplt:description>
<SAIplt:value>2</SAIplt:value>
<SAIplt:name>Disabled</SAIplt:name>
<SAIplt:description>Disabled</SAIplt:description>
<SAIplt:value>0</SAIplt:value>
</SAIplt:enum>
<SAIplt:enum>
<SAIplt:name>Enabled</SAIplt:name>
<SAIplt:description>Enabled</SAIplt:description>
<SAIplt:value>1</SAIplt:value>
</SAIplt:enum>
</SAIplt:typedef>
<SAIplt:typedef>
Expand Down Expand Up @@ -442,14 +452,15 @@
<SAIplt:max_tti SAIplt:type="uint32">1024</SAIplt:max_tti>
</SAIplt:scalingAC5>
<SAIplt:Counters>
<SAIplt:cnc-base-list>
<SAIplt:counter-base SAIplt:type="uint32">0</SAIplt:counter-base>
</SAIplt:cnc-base-list>
<SAIplt:router-in-drop-counter SAIplt:type="InDropCounter-type">IN_DROP_ANY</SAIplt:router-in-drop-counter>
<SAIplt:counter-base SAIplt:type="uint32">0</SAIplt:counter-base>
<SAIplt:router-in-drop-counter SAIplt:type="InDropCounter-type">ROUTE_BLACKHOLE</SAIplt:router-in-drop-counter>
</SAIplt:Counters>
<SAIplt:Logging>
<SAIplt:log_dest SAIplt:type="logDest-type">SAI_LOG_SYSLOG</SAIplt:log_dest>
</SAIplt:Logging>
<SAIplt:Feature>
<SAIplt:MACsec SAIplt:type="Feature-enable">Disabled</SAIplt:MACsec>
</SAIplt:Feature>
<SAIplt:Features-using-acl>
<SAIplt:feature SAIplt:type="acl-feature-name-type">control-acl</SAIplt:feature>
<SAIplt:feature-priority SAIplt:type="feature-priority-type">3</SAIplt:feature-priority>
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
69af36a9007f8c9e4d33ea6465cc6b89
1e32906bd09b43df35ce12534b2599c8

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -1 +1 @@
85b49bcb9d399bcd1b8128a42caba2d2
fcd5642435f602883aab5c9672e96aa5
Loading
Loading