[kvmimae]: Update sonic-gns3a.sh (#4694)
Cleanup description string First port (management port) are excluded from general port naming scheme. Management port are excluded from general port naming scheme. before: |on GNS3 |in SONiC | |---------|---------| |Ethernet0|eth0 | |Ethernet1|Ethernet0| |Ethernet2|Ethernet4| |Ethernet3|Ethernet8| after: |on GNS3 |in SONiC | |---------|---------| |eth0 |eth0 | |Ethernet0|Ethernet0| |Ethernet1|Ethernet4| |Ethernet2|Ethernet8| Signed-off-by: Masaru OKI <masaru.oki@gmail.com>
This commit is contained in:
parent
49a93743a4
commit
3a0de981ca
@ -39,7 +39,7 @@ echo "
|
||||
{
|
||||
\"name\": \"SONiC\",
|
||||
\"category\": \"router\",
|
||||
\"description\": \"SONiC Virtual Switch/Router\n\",
|
||||
\"description\": \"SONiC Virtual Switch/Router\",
|
||||
\"vendor_name\": \"SONiC\",
|
||||
\"vendor_url\": \"https://azure.github.io/SONiC/\",
|
||||
\"product_name\": \"SONiC\",
|
||||
@ -49,6 +49,7 @@ echo "
|
||||
\"maintainer\": \"SONiC\",
|
||||
\"maintainer_email\": \"sonicproject@googlegroups.com\",
|
||||
\"usage\": \"Supports SONiC release: ${RELEASE}\",
|
||||
\"first_port_name\": \"eth0\",
|
||||
\"qemu\": {
|
||||
\"adapter_type\": \"e1000\",
|
||||
\"adapters\": 10,
|
||||
|
Loading…
Reference in New Issue
Block a user