ソースを参照

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

Signed-off-by: Maximilian Wilhelm <max@sdn.clinic>
Maximilian Wilhelm 11 ヶ月 前
コミット
ab568a1aed
1 ファイル変更0 行追加3 行削除
  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 %}