commit | ca7d264515eacbb439aa4faaf5a3a740bd8f5448 | [log] [download] |
---|---|---|
author | Evgeny Kravtsunov <emkravts@openvz.org> | Tue Sep 25 16:37:00 2007 +0400 |
committer | Igor Sukhih <igor@openvz.org> | Tue Sep 25 16:37:00 2007 +0400 |
tree | 61ba60ec3aff7a423672261c74ba138788b1a212 | |
parent | 8cdcec791ee958dccaa4c0d962a1d59fce9109e9 [diff] |
Fixed set iptables mask on 2.6.20 When parsing IPTABLES string from global config file VE_IP_IPTABLES bit must be automatically set to 1 if string contains such mandatory tables as iptables_filter or iptables_mangle. In current vzctl implementation VE_IP_IPTABLES bit stays equal to 0 if IPTABLES string contains "iptable_filter" but out of "ip_tables" http://bugzilla.openvz.org/show_bug.cgi?id=660