Browse Source

snmpd: The bandwidth for VLAN devices is derived from the raw-device nowadays

Signed-off-by: Maximilian Wilhelm <max@sdn.clinic>
Maximilian Wilhelm 11 months ago
parent
commit
ab568a1aed
1 changed files with 0 additions and 3 deletions
  1. 0 3
      snmpd/snmpd.conf.tmpl

+ 0 - 3
snmpd/snmpd.conf.tmpl

@@ -41,9 +41,6 @@ rocommunity	{{ ro_community }}	{{ entry }}
 interface	lo		6	1000000000	#   1 Gb/s
 {%- for iface in ifaces|sort %}
  {%- set config = ifaces.get (iface) %}
- {%- if 'vlan-raw-device' in config %}
-interface	{{ iface }}	6	1000000000	#   1 Gb/s
- {%- endif %}
  {%- if "batman" in config or "bridge" in config %}
 interface	{{ iface }}	6	 500000000	# 500 Mb/s
  {%- endif %}