3ccc45f5b8
- Why I did it Add initial support of SN4800 platform . NOTE: This is work in progress and not full support of the platform. - How I did it Add new folders for SN4800 with zero ports based on SN4700 Spectrum-3 switch. - How to verify it Simulator device was tested. See #7448
17 lines
409 B
XML
17 lines
409 B
XML
<?xml version="1.0"?>
|
|
<root>
|
|
<platform_info type="4800">
|
|
|
|
<!-- Device MAC address -->
|
|
<device-mac-address>00:02:03:04:05:00</device-mac-address>
|
|
|
|
<!-- Number of ports in the following port list -->
|
|
<number-of-physical-ports>0</number-of-physical-ports>
|
|
|
|
<!-- List of ports in the device -->
|
|
<ports-list>
|
|
</ports-list>
|
|
</platform_info>
|
|
</root>
|
|
|