|
1 | 1 | <?xml version="1.0" encoding="utf-8"?>
|
2 |
| -<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"> |
| 2 | +<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"> |
3 | 3 | <SAIplt:SAI xmlns:SAIplt="urn:marvell:SAI:yang">
|
4 | 4 | <SAIplt:typedefs>
|
5 | 5 | <SAIplt:typedef>
|
|
50 | 50 | <SAIplt:description>Router In Drop Counters track Route Black Hole Packets</SAIplt:description>
|
51 | 51 | <SAIplt:value>1</SAIplt:value>
|
52 | 52 | </SAIplt:enum>
|
| 53 | + </SAIplt:typedef> |
| 54 | + <SAIplt:typedef> |
| 55 | + <SAIplt:name>Feature-enable</SAIplt:name> |
| 56 | + <SAIplt:type>enumeration</SAIplt:type> |
| 57 | + <SAIplt:description>Feature Enabled/Disabled</SAIplt:description> |
53 | 58 | <SAIplt:enum>
|
54 |
| - <SAIplt:name>IN_DROP_ANY</SAIplt:name> |
55 |
| - <SAIplt:description>Router In Drop Counters track either TTL & Hop Limit Exceeded or Route Black Hole Packets</SAIplt:description> |
56 |
| - <SAIplt:value>2</SAIplt:value> |
| 59 | + <SAIplt:name>Disabled</SAIplt:name> |
| 60 | + <SAIplt:description>Disabled</SAIplt:description> |
| 61 | + <SAIplt:value>0</SAIplt:value> |
| 62 | + </SAIplt:enum> |
| 63 | + <SAIplt:enum> |
| 64 | + <SAIplt:name>Enabled</SAIplt:name> |
| 65 | + <SAIplt:description>Enabled</SAIplt:description> |
| 66 | + <SAIplt:value>1</SAIplt:value> |
57 | 67 | </SAIplt:enum>
|
58 | 68 | </SAIplt:typedef>
|
59 | 69 | <SAIplt:typedef>
|
|
442 | 452 | <SAIplt:max_tti SAIplt:type="uint32">1024</SAIplt:max_tti>
|
443 | 453 | </SAIplt:scalingAC5>
|
444 | 454 | <SAIplt:Counters>
|
445 |
| - <SAIplt:cnc-base-list> |
446 |
| - <SAIplt:counter-base SAIplt:type="uint32">0</SAIplt:counter-base> |
447 |
| - </SAIplt:cnc-base-list> |
448 |
| - <SAIplt:router-in-drop-counter SAIplt:type="InDropCounter-type">IN_DROP_ANY</SAIplt:router-in-drop-counter> |
| 455 | + <SAIplt:counter-base SAIplt:type="uint32">0</SAIplt:counter-base> |
| 456 | + <SAIplt:router-in-drop-counter SAIplt:type="InDropCounter-type">ROUTE_BLACKHOLE</SAIplt:router-in-drop-counter> |
449 | 457 | </SAIplt:Counters>
|
450 | 458 | <SAIplt:Logging>
|
451 | 459 | <SAIplt:log_dest SAIplt:type="logDest-type">SAI_LOG_SYSLOG</SAIplt:log_dest>
|
452 | 460 | </SAIplt:Logging>
|
| 461 | + <SAIplt:Feature> |
| 462 | + <SAIplt:MACsec SAIplt:type="Feature-enable">Disabled</SAIplt:MACsec> |
| 463 | + </SAIplt:Feature> |
453 | 464 | <SAIplt:Features-using-acl>
|
454 | 465 | <SAIplt:feature SAIplt:type="acl-feature-name-type">control-acl</SAIplt:feature>
|
455 | 466 | <SAIplt:feature-priority SAIplt:type="feature-priority-type">3</SAIplt:feature-priority>
|
|
0 commit comments