From 7a0a190e71f72fc0298d14d25769f5adb3268bca Mon Sep 17 00:00:00 2001 From: Daniel STAN Date: Sun, 24 Aug 2014 15:51:19 +0200 Subject: [PATCH] odlyd: l'interface v6 s'appelle sixxs --- gestion/gen_confs/firewall6.py | 2 +- munin/scripts/hosts_plugins.py | 10 ++++++++++ 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/gestion/gen_confs/firewall6.py b/gestion/gen_confs/firewall6.py index 0103f3c5..eda2c521 100755 --- a/gestion/gen_confs/firewall6.py +++ b/gestion/gen_confs/firewall6.py @@ -139,7 +139,7 @@ def main_router(): dev_crans = iface6('fil') dev_wifi = iface6('wifi') - dev_ip6 = iface6('sixxs2') + dev_ip6 = iface6('sixxs') ip6tables.mangle.forward("-o %s -p tcp --tcp-flags SYN,RST SYN -j TCPMSS --clamp-mss-to-pmtu" % dev_ip6) ip6tables.mangle.forward("-o %s -p tcp --tcp-flags SYN,RST SYN -j TCPMSS --clamp-mss-to-pmtu" % dev_wifi) diff --git a/munin/scripts/hosts_plugins.py b/munin/scripts/hosts_plugins.py index ef2d9f56..1d6ac8f3 100755 --- a/munin/scripts/hosts_plugins.py +++ b/munin/scripts/hosts_plugins.py @@ -61,6 +61,16 @@ hosts_plugins = { "if_crans.21": "/usr/share/munin/plugins/if_", "if_err_crans.21": "/usr/share/munin/plugins/if_err_", }, + "odlyd": { + "if_sixxs": "/usr/share/munin/plugins/if_", + "if_err_sixxs": "/usr/share/munin/plugins/if_err_", + "if_crans.2": "/usr/share/munin/plugins/if_", + "if_err_crans.2": "/usr/share/munin/plugins/if_err_", + "if_crans.3": "/usr/share/munin/plugins/if_", + "if_err_crans.3": "/usr/share/munin/plugins/if_err_", + "if_crans.21": "/usr/share/munin/plugins/if_", + "if_err_crans.21": "/usr/share/munin/plugins/if_err_", + }, "sable": { "coretemp": "/usr/scripts/munin/coretemp", "bind9_rndc": "/usr/share/munin/plugins/bind9_rndc",