]> xenbits.xensource.com Git - libvirt.git/commit
nwfilter: move standard XML configs out of examples dir
authorDaniel P. Berrangé <berrange@redhat.com>
Fri, 19 Jul 2019 17:31:20 +0000 (18:31 +0100)
committerDaniel P. Berrangé <berrange@redhat.com>
Mon, 19 Aug 2019 10:52:44 +0000 (11:52 +0100)
commitb81e44d6ac28efa8146fe5959d442b0f877ad0e3
tree1f7d4afb4a7865708406e74502abe0dba9f18083
parentf2895302ab25913eb1e7157e02355a3091aea49a
nwfilter: move standard XML configs out of examples dir

The nwfilter XML configs are not merely examples, they are data that is
actively shipped and used in production by users.

Reviewed-by: Erik Skultety <eskultet@redhat.com>
Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
39 files changed:
examples/Makefile.am
examples/xml/nwfilter/allow-arp.xml [deleted file]
examples/xml/nwfilter/allow-dhcp-server.xml [deleted file]
examples/xml/nwfilter/allow-dhcp.xml [deleted file]
examples/xml/nwfilter/allow-incoming-ipv4.xml [deleted file]
examples/xml/nwfilter/allow-ipv4.xml [deleted file]
examples/xml/nwfilter/clean-traffic-gateway.xml [deleted file]
examples/xml/nwfilter/clean-traffic.xml [deleted file]
examples/xml/nwfilter/no-arp-ip-spoofing.xml [deleted file]
examples/xml/nwfilter/no-arp-mac-spoofing.xml [deleted file]
examples/xml/nwfilter/no-arp-spoofing.xml [deleted file]
examples/xml/nwfilter/no-ip-multicast.xml [deleted file]
examples/xml/nwfilter/no-ip-spoofing.xml [deleted file]
examples/xml/nwfilter/no-mac-broadcast.xml [deleted file]
examples/xml/nwfilter/no-mac-spoofing.xml [deleted file]
examples/xml/nwfilter/no-other-l2-traffic.xml [deleted file]
examples/xml/nwfilter/no-other-rarp-traffic.xml [deleted file]
examples/xml/nwfilter/qemu-announce-self-rarp.xml [deleted file]
examples/xml/nwfilter/qemu-announce-self.xml [deleted file]
src/nwfilter/Makefile.inc.am
src/nwfilter/xml/allow-arp.xml [new file with mode: 0644]
src/nwfilter/xml/allow-dhcp-server.xml [new file with mode: 0644]
src/nwfilter/xml/allow-dhcp.xml [new file with mode: 0644]
src/nwfilter/xml/allow-incoming-ipv4.xml [new file with mode: 0644]
src/nwfilter/xml/allow-ipv4.xml [new file with mode: 0644]
src/nwfilter/xml/clean-traffic-gateway.xml [new file with mode: 0644]
src/nwfilter/xml/clean-traffic.xml [new file with mode: 0644]
src/nwfilter/xml/no-arp-ip-spoofing.xml [new file with mode: 0644]
src/nwfilter/xml/no-arp-mac-spoofing.xml [new file with mode: 0644]
src/nwfilter/xml/no-arp-spoofing.xml [new file with mode: 0644]
src/nwfilter/xml/no-ip-multicast.xml [new file with mode: 0644]
src/nwfilter/xml/no-ip-spoofing.xml [new file with mode: 0644]
src/nwfilter/xml/no-mac-broadcast.xml [new file with mode: 0644]
src/nwfilter/xml/no-mac-spoofing.xml [new file with mode: 0644]
src/nwfilter/xml/no-other-l2-traffic.xml [new file with mode: 0644]
src/nwfilter/xml/no-other-rarp-traffic.xml [new file with mode: 0644]
src/nwfilter/xml/qemu-announce-self-rarp.xml [new file with mode: 0644]
src/nwfilter/xml/qemu-announce-self.xml [new file with mode: 0644]
tests/virschematest.c