1
0
mirror of https://github.com/OpenNebula/one.git synced 2024-12-24 21:34:01 +03:00

feature #589: Fixes a bug for filter generation and sets no filter by default

This commit is contained in:
Ruben S. Montero 2011-05-12 14:12:06 +02:00
parent 50155b655b
commit 0cdbde485e
3 changed files with 2 additions and 7 deletions

View File

@ -513,7 +513,7 @@ int LibVirtDriver::deployment_description_kvm(
if ( the_filter != 0 )
{
file <<"\t\t\t<filterref filter='"<< *the_filter <<"'/>"<<endl;
file <<"\t\t\t<filterref filter='"<< *the_filter <<"'>"<<endl;
file << "\t\t\t\t<parameter name='IP' value='"
<< ip << "'/>" << endl;
file << "\t\t\t</filterref>" << endl;

View File

@ -36,4 +36,4 @@ FEATURES = [ PAE = "no", ACPI = "yes" ]
DISK = [ driver = "raw" , cache = "default"]
NIC = [ filter = "clean-traffic" ]
#NIC = [ filter = "clean-traffic" ]

View File

@ -13,8 +13,3 @@
# See the License for the specific language governing permissions and #
# limitations under the License. #
#--------------------------------------------------------------------------- #
# To change the directory where the VMM scripts are copied on the remote node
# uncomment and change the path of VMM_REMOTE_DIR
#
#VMM_REMOTE_DIR=/tmp/ne_im_scripts