Skip to content
Snippets Groups Projects
Unverified Commit 081e4558 authored by Philipp Rintz's avatar Philipp Rintz Committed by GitHub
Browse files

Fix wrong amount of interfaces for FGT-60E (#1368)

According to the [spec sheet](https://www.allfirewalls.de/out/media/FG-60E_68a9f553ab0392c8e6347c8481b0cb13a4059ddc_FortiGate_FortiWiFi_60E_Series.pdf) the FGT-60E actually only has 7 internal ports (+3 DMZ/WAN Ports).

Additionally, the power port was given the wrong type. It is a DC terminal 12VDC port.
parent 3d4d2754
No related branches found
No related tags found
No related merge requests found
......@@ -5,14 +5,18 @@ slug: fg-60e
part_number: FG-60E
u_height: 1
is_full_depth: false
airflow: passive
weight: 0.9
weight_unit: kg
console-ports:
- name: Console
type: rj-45
power-ports:
- name: PS1
type: nema-5-15p
type: dc-terminal
maximum_draw: 14
allocated_draw: 12
label: 12V DC
interfaces:
- name: dmz
type: 1000base-t
......@@ -30,8 +34,6 @@ interfaces:
type: 1000base-t
- name: internal7
type: 1000base-t
- name: internal8
type: 1000base-t
- name: wan1
type: 1000base-t
- name: wan2
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment