mirror of
https://github.com/netbox-community/devicetype-library.git
synced 2024-11-07 09:04:35 +01:00
Update poe-mode and poe-type on CICSO ASA5505 (#1560)
- Fix PoE attributes to be the correct format poe-mode --> poe_mode and poe-type --> poe_type
This commit is contained in:
parent
eb22a33094
commit
3b03f2ff78
@ -30,12 +30,12 @@ interfaces:
|
||||
type: 100base-tx
|
||||
- name: Ethernet0/6
|
||||
type: 100base-tx
|
||||
poe-mode: pse
|
||||
poe-type: type1-ieee802.3af
|
||||
poe_mode: pse
|
||||
poe_type: type1-ieee802.3af
|
||||
- name: Ethernet0/7
|
||||
type: 100base-tx
|
||||
poe-mode: pse
|
||||
poe-type: type1-ieee802.3af
|
||||
poe_mode: pse
|
||||
poe_type: type1-ieee802.3af
|
||||
module-bays:
|
||||
- name: AIP Security Services Card
|
||||
position: '1'
|
||||
|
Loading…
Reference in New Issue
Block a user