odlyd: l'interface v6 s'appelle sixxs

This commit is contained in:
Daniel STAN 2014-08-24 15:51:19 +02:00
parent 2134a11b44
commit 7a0a190e71
2 changed files with 11 additions and 1 deletions

View file

@ -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)