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_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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue