odlyd: l'interface v6 s'appelle sixxs
This commit is contained in:
parent
2134a11b44
commit
7a0a190e71
2 changed files with 11 additions and 1 deletions
|
@ -139,7 +139,7 @@ def main_router():
|
||||||
|
|
||||||
dev_crans = iface6('fil')
|
dev_crans = iface6('fil')
|
||||||
dev_wifi = iface6('wifi')
|
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_ip6)
|
||||||
ip6tables.mangle.forward("-o %s -p tcp --tcp-flags SYN,RST SYN -j TCPMSS --clamp-mss-to-pmtu" % dev_wifi)
|
ip6tables.mangle.forward("-o %s -p tcp --tcp-flags SYN,RST SYN -j TCPMSS --clamp-mss-to-pmtu" % dev_wifi)
|
||||||
|
|
|
@ -61,6 +61,16 @@ hosts_plugins = {
|
||||||
"if_crans.21": "/usr/share/munin/plugins/if_",
|
"if_crans.21": "/usr/share/munin/plugins/if_",
|
||||||
"if_err_crans.21": "/usr/share/munin/plugins/if_err_",
|
"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": {
|
"sable": {
|
||||||
"coretemp": "/usr/scripts/munin/coretemp",
|
"coretemp": "/usr/scripts/munin/coretemp",
|
||||||
"bind9_rndc": "/usr/share/munin/plugins/bind9_rndc",
|
"bind9_rndc": "/usr/share/munin/plugins/bind9_rndc",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue