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:
parent
50155b655b
commit
0cdbde485e
@ -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;
|
||||
|
@ -36,4 +36,4 @@ FEATURES = [ PAE = "no", ACPI = "yes" ]
|
||||
|
||||
DISK = [ driver = "raw" , cache = "default"]
|
||||
|
||||
NIC = [ filter = "clean-traffic" ]
|
||||
#NIC = [ filter = "clean-traffic" ]
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user