diff options
author | slinderud <simen.linderud@gmail.com> | 2023-04-02 10:48:39 +0200 |
---|---|---|
committer | slinderud <simen.linderud@gmail.com> | 2023-04-02 10:48:39 +0200 |
commit | 6affae31be717483400e3e9d17cf279938991629 (patch) | |
tree | 5b4bed4cb9089ee9f4d0225d6d02408e3458dfe4 /tools | |
parent | dbd488d021098321b37cfd284bb0ea4e08d8a8aa (diff) |
renamed uplink namesfix-uplink-names-2
Diffstat (limited to 'tools')
-rw-r--r-- | tools/netbox/scripts/create-switch/create-switch.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/netbox/scripts/create-switch/create-switch.py b/tools/netbox/scripts/create-switch/create-switch.py index 7af8523..1f53e7c 100644 --- a/tools/netbox/scripts/create-switch/create-switch.py +++ b/tools/netbox/scripts/create-switch/create-switch.py @@ -35,8 +35,8 @@ DEFAULT_IPV6_RING_DELIVERY = Prefix.objects.get(prefix='2a06:5841:e:2000::/52') UPLINK_TYPES = ( (InterfaceTypeChoices.TYPE_10GE_SFP_PLUS, '10G SFP+'), - (InterfaceTypeChoices.TYPE_1GE_FIXED, '1G CAT'), - (InterfaceTypeChoices.TYPE_10GE_FIXED, '10G CAT') + (InterfaceTypeChoices.TYPE_1GE_FIXED, '1G RJ45'), + (InterfaceTypeChoices.TYPE_10GE_FIXED, '10G RJ45') ) LEVERANSE_TYPES = ( |