Browse Source

Don't install package bridge-utils and vlan no more. We live in 2020 now.

Signed-off-by: Maximilian Wilhelm <max@sdn.clinic>
Maximilian Wilhelm 4 years ago
parent
commit
9330a92386
1 changed files with 0 additions and 4 deletions
  1. 0 4
      network/init.sls

+ 0 - 4
network/init.sls

@@ -10,8 +10,6 @@ include:
 network-pkg:
   pkg.installed:
     - pkgs:
-      - bridge-utils
-      - vlan
       - tcpdump
       - mtr-tiny
       - iperf
@@ -20,8 +18,6 @@ network-pkg:
       - ipv6calc
     - require_in:
       - file: /etc/network/interfaces
-#    - require:
-#      - APT-FFHO
 
 iproute2:
   pkg.latest