summaryrefslogtreecommitdiff
path: root/tests/networkxml2confdata
diff options
context:
space:
mode:
authorEric Blake <eblake@redhat.com>2012-12-12 15:03:40 -0700
committerEric Blake <eblake@redhat.com>2012-12-12 15:12:58 -0700
commit7339bc4cedb783823718a338952216f471d5abba (patch)
tree7061883d1952a2c032aaa30d9b90b11725bf88f9 /tests/networkxml2confdata
parent9a2f36ec04e0436b1ba9f0c21f9be234b25ac579 (diff)
downloadlibvirt-7339bc4cedb783823718a338952216f471d5abba.tar.gz
network: match xml warning message
I noticed that /var/lib/libvirt/dnsmasq/*.conf used the wrong word; it was intended to match the wording in src/util/xml.c. * src/network/bridge_driver.c (networkDnsmasqConfContents): Fix typo. * tests/networkxml2confdata/*.conf: Update accordingly.
Diffstat (limited to 'tests/networkxml2confdata')
-rw-r--r--tests/networkxml2confdata/dhcp6-nat-network.conf2
-rw-r--r--tests/networkxml2confdata/dhcp6-network.conf2
-rw-r--r--tests/networkxml2confdata/dhcp6host-routed-network.conf2
-rw-r--r--tests/networkxml2confdata/isolated-network.conf2
-rw-r--r--tests/networkxml2confdata/nat-network-dns-hosts.conf2
-rw-r--r--tests/networkxml2confdata/nat-network-dns-srv-record-minimal.conf2
-rw-r--r--tests/networkxml2confdata/nat-network-dns-srv-record.conf2
-rw-r--r--tests/networkxml2confdata/nat-network-dns-txt-record.conf2
-rw-r--r--tests/networkxml2confdata/nat-network.conf2
-rw-r--r--tests/networkxml2confdata/netboot-network.conf2
-rw-r--r--tests/networkxml2confdata/netboot-proxy-network.conf2
-rw-r--r--tests/networkxml2confdata/routed-network.conf2
12 files changed, 12 insertions, 12 deletions
diff --git a/tests/networkxml2confdata/dhcp6-nat-network.conf b/tests/networkxml2confdata/dhcp6-nat-network.conf
index 3fa358a75f..d4889007a8 100644
--- a/tests/networkxml2confdata/dhcp6-nat-network.conf
+++ b/tests/networkxml2confdata/dhcp6-nat-network.conf
@@ -1,7 +1,7 @@
##WARNING: THIS IS AN AUTO-GENERATED FILE. CHANGES TO IT ARE LIKELY TO BE
##OVERWRITTEN AND LOST. Changes to this configuration should be made using:
## virsh net-edit default
-## of other applications using the libvirt API.
+## or other application using the libvirt API.
##
## dnsmasq conf file created by libvirt
strict-order
diff --git a/tests/networkxml2confdata/dhcp6-network.conf b/tests/networkxml2confdata/dhcp6-network.conf
index e3b2f8c9bc..5c1030c708 100644
--- a/tests/networkxml2confdata/dhcp6-network.conf
+++ b/tests/networkxml2confdata/dhcp6-network.conf
@@ -1,7 +1,7 @@
##WARNING: THIS IS AN AUTO-GENERATED FILE. CHANGES TO IT ARE LIKELY TO BE
##OVERWRITTEN AND LOST. Changes to this configuration should be made using:
## virsh net-edit default
-## of other applications using the libvirt API.
+## or other application using the libvirt API.
##
## dnsmasq conf file created by libvirt
strict-order
diff --git a/tests/networkxml2confdata/dhcp6host-routed-network.conf b/tests/networkxml2confdata/dhcp6host-routed-network.conf
index 4702cea5ed..cb4d0cc41d 100644
--- a/tests/networkxml2confdata/dhcp6host-routed-network.conf
+++ b/tests/networkxml2confdata/dhcp6host-routed-network.conf
@@ -1,7 +1,7 @@
##WARNING: THIS IS AN AUTO-GENERATED FILE. CHANGES TO IT ARE LIKELY TO BE
##OVERWRITTEN AND LOST. Changes to this configuration should be made using:
## virsh net-edit local
-## of other applications using the libvirt API.
+## or other application using the libvirt API.
##
## dnsmasq conf file created by libvirt
strict-order
diff --git a/tests/networkxml2confdata/isolated-network.conf b/tests/networkxml2confdata/isolated-network.conf
index 6e4b2691a2..55a44d32a4 100644
--- a/tests/networkxml2confdata/isolated-network.conf
+++ b/tests/networkxml2confdata/isolated-network.conf
@@ -1,7 +1,7 @@
##WARNING: THIS IS AN AUTO-GENERATED FILE. CHANGES TO IT ARE LIKELY TO BE
##OVERWRITTEN AND LOST. Changes to this configuration should be made using:
## virsh net-edit private
-## of other applications using the libvirt API.
+## or other application using the libvirt API.
##
## dnsmasq conf file created by libvirt
strict-order
diff --git a/tests/networkxml2confdata/nat-network-dns-hosts.conf b/tests/networkxml2confdata/nat-network-dns-hosts.conf
index c50acd21e4..ae8f8c5abb 100644
--- a/tests/networkxml2confdata/nat-network-dns-hosts.conf
+++ b/tests/networkxml2confdata/nat-network-dns-hosts.conf
@@ -1,7 +1,7 @@
##WARNING: THIS IS AN AUTO-GENERATED FILE. CHANGES TO IT ARE LIKELY TO BE
##OVERWRITTEN AND LOST. Changes to this configuration should be made using:
## virsh net-edit default
-## of other applications using the libvirt API.
+## or other application using the libvirt API.
##
## dnsmasq conf file created by libvirt
strict-order
diff --git a/tests/networkxml2confdata/nat-network-dns-srv-record-minimal.conf b/tests/networkxml2confdata/nat-network-dns-srv-record-minimal.conf
index 25af9c624d..faa36e697d 100644
--- a/tests/networkxml2confdata/nat-network-dns-srv-record-minimal.conf
+++ b/tests/networkxml2confdata/nat-network-dns-srv-record-minimal.conf
@@ -1,7 +1,7 @@
##WARNING: THIS IS AN AUTO-GENERATED FILE. CHANGES TO IT ARE LIKELY TO BE
##OVERWRITTEN AND LOST. Changes to this configuration should be made using:
## virsh net-edit default
-## of other applications using the libvirt API.
+## or other application using the libvirt API.
##
## dnsmasq conf file created by libvirt
strict-order
diff --git a/tests/networkxml2confdata/nat-network-dns-srv-record.conf b/tests/networkxml2confdata/nat-network-dns-srv-record.conf
index 777f03d880..60799121fe 100644
--- a/tests/networkxml2confdata/nat-network-dns-srv-record.conf
+++ b/tests/networkxml2confdata/nat-network-dns-srv-record.conf
@@ -1,7 +1,7 @@
##WARNING: THIS IS AN AUTO-GENERATED FILE. CHANGES TO IT ARE LIKELY TO BE
##OVERWRITTEN AND LOST. Changes to this configuration should be made using:
## virsh net-edit default
-## of other applications using the libvirt API.
+## or other application using the libvirt API.
##
## dnsmasq conf file created by libvirt
strict-order
diff --git a/tests/networkxml2confdata/nat-network-dns-txt-record.conf b/tests/networkxml2confdata/nat-network-dns-txt-record.conf
index 75ed546ef6..c448bdc1bc 100644
--- a/tests/networkxml2confdata/nat-network-dns-txt-record.conf
+++ b/tests/networkxml2confdata/nat-network-dns-txt-record.conf
@@ -1,7 +1,7 @@
##WARNING: THIS IS AN AUTO-GENERATED FILE. CHANGES TO IT ARE LIKELY TO BE
##OVERWRITTEN AND LOST. Changes to this configuration should be made using:
## virsh net-edit default
-## of other applications using the libvirt API.
+## or other application using the libvirt API.
##
## dnsmasq conf file created by libvirt
strict-order
diff --git a/tests/networkxml2confdata/nat-network.conf b/tests/networkxml2confdata/nat-network.conf
index f07456fc34..8f28fef079 100644
--- a/tests/networkxml2confdata/nat-network.conf
+++ b/tests/networkxml2confdata/nat-network.conf
@@ -1,7 +1,7 @@
##WARNING: THIS IS AN AUTO-GENERATED FILE. CHANGES TO IT ARE LIKELY TO BE
##OVERWRITTEN AND LOST. Changes to this configuration should be made using:
## virsh net-edit default
-## of other applications using the libvirt API.
+## or other application using the libvirt API.
##
## dnsmasq conf file created by libvirt
strict-order
diff --git a/tests/networkxml2confdata/netboot-network.conf b/tests/networkxml2confdata/netboot-network.conf
index bda7e2d5cd..83dd2b3eb3 100644
--- a/tests/networkxml2confdata/netboot-network.conf
+++ b/tests/networkxml2confdata/netboot-network.conf
@@ -1,7 +1,7 @@
##WARNING: THIS IS AN AUTO-GENERATED FILE. CHANGES TO IT ARE LIKELY TO BE
##OVERWRITTEN AND LOST. Changes to this configuration should be made using:
## virsh net-edit netboot
-## of other applications using the libvirt API.
+## or other application using the libvirt API.
##
## dnsmasq conf file created by libvirt
strict-order
diff --git a/tests/networkxml2confdata/netboot-proxy-network.conf b/tests/networkxml2confdata/netboot-proxy-network.conf
index 42b8dfaed9..b266d81ab8 100644
--- a/tests/networkxml2confdata/netboot-proxy-network.conf
+++ b/tests/networkxml2confdata/netboot-proxy-network.conf
@@ -1,7 +1,7 @@
##WARNING: THIS IS AN AUTO-GENERATED FILE. CHANGES TO IT ARE LIKELY TO BE
##OVERWRITTEN AND LOST. Changes to this configuration should be made using:
## virsh net-edit netboot
-## of other applications using the libvirt API.
+## or other application using the libvirt API.
##
## dnsmasq conf file created by libvirt
strict-order
diff --git a/tests/networkxml2confdata/routed-network.conf b/tests/networkxml2confdata/routed-network.conf
index f5f9680027..dc53a4e1c8 100644
--- a/tests/networkxml2confdata/routed-network.conf
+++ b/tests/networkxml2confdata/routed-network.conf
@@ -1,7 +1,7 @@
##WARNING: THIS IS AN AUTO-GENERATED FILE. CHANGES TO IT ARE LIKELY TO BE
##OVERWRITTEN AND LOST. Changes to this configuration should be made using:
## virsh net-edit local
-## of other applications using the libvirt API.
+## or other application using the libvirt API.
##
## dnsmasq conf file created by libvirt
strict-order