Skip to content

Commit

Permalink
fix missing comma
Browse files Browse the repository at this point in the history
  • Loading branch information
hellt committed Jul 6, 2024
1 parent 8a699b8 commit 7ee2dbd
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions common/vrnetlab.py
Original file line number Diff line number Diff line change
Expand Up @@ -302,10 +302,10 @@ def gen_mgmt(self):
"hostfwd=udp::2161-10.0.0.15:161," # snmp
"hostfwd=tcp::2830-10.0.0.15:830," # netconf
"hostfwd=tcp::2080-10.0.0.15:80," # http
"hostfwd=tcp::2443-10.0.0.15:443" # https
"hostfwd=tcp::49339-10.0.0.15:9339" # iana gnmi/gnoi
"hostfwd=tcp::47400-10.0.0.15:57400" # nokia gnmi/gnoi
"hostfwd=tcp::56030-10.0.0.15:6030" # gnmi/gnoi arista
"hostfwd=tcp::2443-10.0.0.15:443," # https
"hostfwd=tcp::49339-10.0.0.15:9339," # iana gnmi/gnoi
"hostfwd=tcp::47400-10.0.0.15:57400," # nokia gnmi/gnoi
"hostfwd=tcp::56030-10.0.0.15:6030," # gnmi/gnoi arista
"hostfwd=tcp::52767-10.0.0.15:32767" # gnmi/gnoi juniper
)
return res
Expand Down

0 comments on commit 7ee2dbd

Please sign in to comment.