Skip to content

Update sonic-gns3a.sh#4694

Merged
lguohan merged 2 commits intosonic-net:masterfrom
iMasaruOki:vs-gns3-fix
Jun 4, 2020
Merged

Update sonic-gns3a.sh#4694
lguohan merged 2 commits intosonic-net:masterfrom
iMasaruOki:vs-gns3-fix

Conversation

@iMasaruOki
Copy link
Copy Markdown
Contributor

- Why I did it

More useful changes for GNS3 appliance.

- How I did it

  • Cleanup description string
  • First port (management port) are excluded from general port naming scheme.

- How to verify it

  1. sonic-gns3a.sh -r 1.1 -b sonic-vs.img
  2. Run GNS3
  3. In GNS3, import SONiC-1.1.gns3a as new template
  4. In GNS3, put SONiC icon into canvas and cabling.

- Description for the changelog

- A picture of a cute animal (not mandatory but encouraged)

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 <[email protected]>
@lguohan lguohan merged commit 3a0de98 into sonic-net:master Jun 4, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants