fix firewall6 sur odlyd

This commit is contained in:
Daniel STAN 2014-08-25 22:16:16 +02:00
parent dfa439467d
commit e6bd4e9323
2 changed files with 13 additions and 3 deletions

View file

@ -139,7 +139,7 @@ def main_router():
dev_crans = iface6('fil')
dev_wifi = iface6('wifi')
dev_ip6 = iface6('sixxs')
dev_ip6 = iface6('sixxs2')
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)