|
@@ -35,10 +35,10 @@ rocommunity {{ ro_community }} {{ entry }}
|
|
|
#
|
|
|
# Network interfaces
|
|
|
#
|
|
|
-# Set bandwidth of VLAN, B.A.T.M.A.N., bridge and vEth interface to 100Mb/s
|
|
|
+# Set bandwidth of some virtual interfaces to meaningful values (for us).
|
|
|
# The default is 10Mb/s which makes LibreNMS whine quite a lot if there is
|
|
|
-# a little traffic. 100Mb/s currently seems a decent idea for us but is not
|
|
|
-# an ideal value for everyone.
|
|
|
+# a little traffic.
|
|
|
+interface lo 6 1000000000 # 1 Gb/s
|
|
|
{%- for iface in ifaces|sort %}
|
|
|
{%- set config = ifaces.get (iface) %}
|
|
|
{%- if 'vlan-raw-device' in config %}
|