From: Sapan Bhatia Date: Mon, 21 Jul 2008 18:53:34 +0000 (+0000) Subject: Load the tun/tap module before configuring the tap devices. X-Git-Tag: iptables-1.3.8-4~2 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=a0a2460675c292bb5322c4f31bae575f10e1c12b;p=iptables.git Load the tun/tap module before configuring the tap devices. --- diff --git a/iptables-config b/iptables-config index 8705fb9..c7d81cf 100644 --- a/iptables-config +++ b/iptables-config @@ -3,7 +3,7 @@ # Space separated list of nat helpers (e.g. 'ip_nat_ftp ip_nat_irc'), which # are loaded after the firewall rules are applied. Options for the helpers are # stored in /etc/modules.conf. -IPTABLES_MODULES="ip_conntrack" +IPTABLES_MODULES="ip_conntrack vnet_tun" # Unload modules on restart and stop # Value: yes|no, default: yes