openvpn: do not flush state table on linkdown

This has the effect of killing valid states possibly unrelated to
openvpn that are propagated via pfsync
This commit is contained in:
Stephan de Wit 2023-10-19 09:59:47 +02:00
parent 5b2f7f4423
commit eecc882825

View File

@ -1,4 +1,4 @@
#!/bin/sh
/usr/local/sbin/ifctl -4ci ${1}
/usr/local/sbin/ifctl -6ci ${1}
/usr/local/sbin/ifctl -4rd -i ${1}
/usr/local/sbin/ifctl -6rd -i ${1}