]> Frank Brehm's Git Trees - config/bruni/etc.git/commitdiff
saving uncommitted changes in /etc prior to emerge run
authorFrank Brehm <frank@brehm-online.com>
Wed, 5 Oct 2016 16:47:38 +0000 (18:47 +0200)
committerFrank Brehm <root@bruni.home.brehm-online.com>
Wed, 5 Oct 2016 16:47:38 +0000 (18:47 +0200)
27 files changed:
conf.d/net
cups/printers.conf
cups/subscriptions.conf
init.d/net.br0 [new symlink]
libvirt/nwfilter/allow-arp.xml
libvirt/nwfilter/allow-dhcp-server.xml
libvirt/nwfilter/allow-dhcp.xml
libvirt/nwfilter/allow-incoming-ipv4.xml
libvirt/nwfilter/allow-ipv4.xml
libvirt/nwfilter/clean-traffic.xml
libvirt/nwfilter/no-arp-ip-spoofing.xml
libvirt/nwfilter/no-arp-mac-spoofing.xml
libvirt/nwfilter/no-arp-spoofing.xml
libvirt/nwfilter/no-ip-multicast.xml
libvirt/nwfilter/no-ip-spoofing.xml
libvirt/nwfilter/no-mac-broadcast.xml
libvirt/nwfilter/no-mac-spoofing.xml
libvirt/nwfilter/no-other-l2-traffic.xml
libvirt/nwfilter/no-other-rarp-traffic.xml
libvirt/nwfilter/qemu-announce-self-rarp.xml
libvirt/nwfilter/qemu-announce-self.xml
libvirt/storage/autostart/images.xml [new symlink]
libvirt/storage/images.xml [new file with mode: 0644]
portage/make.conf
portage/package.use
runlevels/default/net.br0 [new symlink]
runlevels/default/net.eth0 [deleted symlink]

index 2f9ea0b8ad762cc60bc472577e0acad278df1cc7..2f2b1156da04d638c1cc88f4e4ec03351cc62b67 100644 (file)
@@ -1,35 +1,10 @@
-# This blank configuration will automatically use DHCP for any net.*
-# scripts in /etc/init.d.  To create a more complete configuration,
-# please review /usr/share/doc/openrc*/net.example* and save your configuration
-# in /etc/conf.d/net (this file :]!).
-
-#modules_eth1=( "dhcpcd" )
 modules_eth0=( "dhclient" )
-#config_eth1=( "dhcp" )
-#dhcp_eth1="release nodns nontp nonis"
-
-#config_eth0=( "10.12.11.2/24" "2001:6f8:1db7::1/64" )
-#routes_eth0=( "default via 10.12.11.1" );
 
-#config_eth0="10.12.11.2/24 2001:6f8:1db7::1/64"
-config_eth0="10.12.11.2/24 2a02:8109:ae3f:fa04:5604:a6ff:fe38:99f9/64"
-routes_eth0="default via 10.12.11.254
+bridge_br0="eth0"
+config_eth0="null"
+config_br0="10.12.11.2/24 2a02:8109:ae3f:fa04:5604:a6ff:fe38:99f9/64"
+routes_br0="default via 10.12.11.254
 default via 2a02:8109:ae3f:fa04:a96:d7ff:fe55:4821"
-#config_eth0="dhcp"
-#dhcp_eth0="release nodns nontp nonis"
-fallback_eth0="apipa"
-
-#dns_domain_eth0="brehm-online.com"
-#dns_servers_eth0="10.12.11.254"
-#dns_search_eth0="home.brehm-online.com home.hennig-berlin.org brehm-online.com hennig-berlin.org uhu-banane.de"
-
-#postup() {
-#    if [ "${IFACE}" = "eth0" ] ; then
-#        dhclient -6 eth0
-#    fi
-#}
+brctl_br0="setfd 0
+sethello 10"
 
-# The network scripts are now part of net-misc/netifrc
-# In order to avoid sys-apps/openrc-0.12.4 from removing this file, this comment was
-# added; you can safely remove this comment.  Please see
-# /usr/share/doc/netifrc*/README* for more information.
index 468545c69ee572ff5e9433376a42e1847678d05b..d20aab081365e6a9f9b0d3365dc76e9b228150fb 100644 (file)
@@ -1,5 +1,5 @@
 # Printer configuration file for CUPS v2.1.3
-# Written by cupsd on 2016-10-04 16:05
+# Written by cupsd on 2016-10-05 18:13
 # DO NOT EDIT THIS FILE WHEN CUPSD IS RUNNING
 <Printer Bla_blub>
 UUID urn:uuid:37ccb9f9-f39f-3442-414c-7de19e42748d
index 6da553373b5eee81ede2636b0bd0b316d1fccbac..5ffbc23229e3222c26b9298b5db624fcb6f693cd 100644 (file)
@@ -1,20 +1,20 @@
 # Subscription configuration file for CUPS v2.1.3
-# Written by cupsd on 2016-10-04 16:05
-NextSubscriptionId 298
-<Subscription 296>
+# Written by cupsd on 2016-10-05 18:13
+NextSubscriptionId 300
+<Subscription 298>
 Events printer-changed
 Owner root
 LeaseDuration 86400
 Interval 60
-ExpirationTime 1475676297
+ExpirationTime 1475770351
 NextEventId 1
 </Subscription>
-<Subscription 297>
+<Subscription 299>
 Events all
 Owner anonymous
 Recipient dbus://
 LeaseDuration 86400
 Interval 0
-ExpirationTime 1475676297
+ExpirationTime 1475770351
 NextEventId 1
 </Subscription>
diff --git a/init.d/net.br0 b/init.d/net.br0
new file mode 120000 (symlink)
index 0000000..3843c79
--- /dev/null
@@ -0,0 +1 @@
+net.lo
\ No newline at end of file
index 63a92b25b4e042e21bd9b3a086601b026460a880..fef7891cc733ebf27d0442b5d7e5571231a5536d 100644 (file)
@@ -1,3 +1,11 @@
-<filter name='allow-arp' chain='arp'>
-  <rule direction='inout' action='accept'/>
+<!--
+WARNING: THIS IS AN AUTO-GENERATED FILE. CHANGES TO IT ARE LIKELY TO BE
+OVERWRITTEN AND LOST. Changes to this xml configuration should be made using:
+  virsh nwfilter-edit allow-arp
+or other application using the libvirt API.
+-->
+
+<filter name='allow-arp' chain='arp' priority='-500'>
+  <uuid>cba5ee05-dfa7-4a27-9c3d-4e18bf826170</uuid>
+  <rule action='accept' direction='inout' priority='500'/>
 </filter>
index 37e708ed4b9c132180316a1853e2a5767e42e346..3bd452bf5c7c2b5ff30b6f36c9552a2931e5da0a 100644 (file)
@@ -1,24 +1,16 @@
-<filter name='allow-dhcp-server' chain='ipv4'>
-
-    <!-- accept outgoing DHCP requests -->
-    <!-- note, this rule must be evaluated before general MAC broadcast
-         traffic is discarded since DHCP requests use MAC broadcast -->
-    <rule action='accept' direction='out' priority='100'>
-        <ip srcipaddr='0.0.0.0'
-            dstipaddr='255.255.255.255'
-            protocol='udp'
-            srcportstart='68'
-            dstportstart='67' />
-    </rule>
-
-    <!-- accept incoming DHCP responses from a specific DHCP server
-         parameter DHPCSERVER needs to be passed from where this filter is
-         referenced -->
-    <rule action='accept' direction='in' priority='100' >
-        <ip srcipaddr='$DHCPSERVER'
-            protocol='udp'
-            srcportstart='67'
-            dstportstart='68'/>
-    </rule>
+<!--
+WARNING: THIS IS AN AUTO-GENERATED FILE. CHANGES TO IT ARE LIKELY TO BE
+OVERWRITTEN AND LOST. Changes to this xml configuration should be made using:
+  virsh nwfilter-edit allow-dhcp-server
+or other application using the libvirt API.
+-->
 
+<filter name='allow-dhcp-server' chain='ipv4' priority='-700'>
+  <uuid>7c952b52-7cc4-4f0b-8703-7ce4b08e7025</uuid>
+  <rule action='accept' direction='out' priority='100'>
+    <ip srcipaddr='0.0.0.0' dstipaddr='255.255.255.255' protocol='udp' srcportstart='68' dstportstart='67'/>
+  </rule>
+  <rule action='accept' direction='in' priority='100'>
+    <ip srcipaddr='$DHCPSERVER' protocol='udp' srcportstart='67' dstportstart='68'/>
+  </rule>
 </filter>
index d66d2b6668c6c296af331ac0e7f936a3822addcb..15dd89ddcfe3e51d665ce590a3bd7c22bd2347f9 100644 (file)
@@ -1,21 +1,16 @@
-<filter name='allow-dhcp' chain='ipv4'>
-
-    <!-- accept outgoing DHCP requests -->
-    <!-- not, this rule must be evaluated before general MAC broadcast
-         traffic is discarded since DHCP requests use MAC broadcast -->
-    <rule action='accept' direction='out' priority='100'>
-        <ip srcipaddr='0.0.0.0'
-            dstipaddr='255.255.255.255'
-            protocol='udp'
-            srcportstart='68'
-            dstportstart='67' />
-    </rule>
-
-    <!-- accept incoming DHCP responses from any DHCP server -->
-    <rule action='accept' direction='in' priority='100' >
-        <ip protocol='udp'
-            srcportstart='67'
-            dstportstart='68'/>
-    </rule>
+<!--
+WARNING: THIS IS AN AUTO-GENERATED FILE. CHANGES TO IT ARE LIKELY TO BE
+OVERWRITTEN AND LOST. Changes to this xml configuration should be made using:
+  virsh nwfilter-edit allow-dhcp
+or other application using the libvirt API.
+-->
 
+<filter name='allow-dhcp' chain='ipv4' priority='-700'>
+  <uuid>5462a023-54da-4611-b98e-96aa600c451b</uuid>
+  <rule action='accept' direction='out' priority='100'>
+    <ip srcipaddr='0.0.0.0' dstipaddr='255.255.255.255' protocol='udp' srcportstart='68' dstportstart='67'/>
+  </rule>
+  <rule action='accept' direction='in' priority='100'>
+    <ip protocol='udp' srcportstart='67' dstportstart='68'/>
+  </rule>
 </filter>
index dd1e50d02efc1946e66d26ca53c1a608989d24d6..653fd2195af9085aa07e8d91a884d4cd4f13ac47 100644 (file)
@@ -1,3 +1,11 @@
-<filter name='allow-incoming-ipv4' chain='ipv4'>
-  <rule direction='in' action='accept'/>
+<!--
+WARNING: THIS IS AN AUTO-GENERATED FILE. CHANGES TO IT ARE LIKELY TO BE
+OVERWRITTEN AND LOST. Changes to this xml configuration should be made using:
+  virsh nwfilter-edit allow-incoming-ipv4
+or other application using the libvirt API.
+-->
+
+<filter name='allow-incoming-ipv4' chain='ipv4' priority='-700'>
+  <uuid>8cd418be-ad3b-4ac0-87e8-5a49029d4a72</uuid>
+  <rule action='accept' direction='in' priority='500'/>
 </filter>
index 28e930a7c8913ee89f7f864697a39e816aa75f2c..c377e64fe8114a045ab422c7f531531389cabc2b 100644 (file)
@@ -1,3 +1,11 @@
-<filter name='allow-ipv4' chain='ipv4'>
-  <rule direction='inout' action='accept'/>
+<!--
+WARNING: THIS IS AN AUTO-GENERATED FILE. CHANGES TO IT ARE LIKELY TO BE
+OVERWRITTEN AND LOST. Changes to this xml configuration should be made using:
+  virsh nwfilter-edit allow-ipv4
+or other application using the libvirt API.
+-->
+
+<filter name='allow-ipv4' chain='ipv4' priority='-700'>
+  <uuid>4ec48445-d431-4917-b632-4fbaa50e1707</uuid>
+  <rule action='accept' direction='inout' priority='500'/>
 </filter>
index b8cde9c560e68535f3f0bdaf3a866906d7b59390..3455cdb637016ed69a9abaab41669aa15bb4962b 100644 (file)
@@ -1,30 +1,22 @@
-<filter name='clean-traffic' chain='root'>
-   <!-- An example of a traffic filter enforcing clean traffic
-        from a VM by
-      - preventing MAC spoofing -->
-   <filterref filter='no-mac-spoofing'/>
-
-   <!-- preventing IP spoofing on outgoing, allow all IPv4 in incoming -->
-   <filterref filter='no-ip-spoofing'/>
-
-   <rule direction='out' action='accept' priority='-650'>
-      <mac protocolid='ipv4'/>
-   </rule>
-
-   <filterref filter='allow-incoming-ipv4'/>
-
-   <!-- preventing ARP spoofing/poisoning -->
-   <filterref filter='no-arp-spoofing'/>
-
-   <!-- accept all other incoming and outgoing ARP traffic -->
-   <rule action='accept' direction='inout' priority='-500'>
-      <mac protocolid='arp'/>
-   </rule>
-
-   <!-- preventing any other traffic than IPv4 and ARP -->
-   <filterref filter='no-other-l2-traffic'/>
-
-   <!-- allow qemu to send a self-announce upon migration end -->
-   <filterref filter='qemu-announce-self'/>
+<!--
+WARNING: THIS IS AN AUTO-GENERATED FILE. CHANGES TO IT ARE LIKELY TO BE
+OVERWRITTEN AND LOST. Changes to this xml configuration should be made using:
+  virsh nwfilter-edit clean-traffic
+or other application using the libvirt API.
+-->
 
+<filter name='clean-traffic' chain='root'>
+  <uuid>65aedbee-e026-4f03-ad32-9d5b8364898b</uuid>
+  <filterref filter='no-mac-spoofing'/>
+  <filterref filter='no-ip-spoofing'/>
+  <rule action='accept' direction='out' priority='-650'>
+    <mac protocolid='ipv4'/>
+  </rule>
+  <filterref filter='allow-incoming-ipv4'/>
+  <filterref filter='no-arp-spoofing'/>
+  <rule action='accept' direction='inout' priority='-500'>
+    <mac protocolid='arp'/>
+  </rule>
+  <filterref filter='no-other-l2-traffic'/>
+  <filterref filter='qemu-announce-self'/>
 </filter>
index 7365298f31d0e8e26903209f4662a41f822bd177..0bf2c97672d0ec4f07c868f0858ab6b08c6a0d1a 100644 (file)
@@ -1,9 +1,14 @@
+<!--
+WARNING: THIS IS AN AUTO-GENERATED FILE. CHANGES TO IT ARE LIKELY TO BE
+OVERWRITTEN AND LOST. Changes to this xml configuration should be made using:
+  virsh nwfilter-edit no-arp-ip-spoofing
+or other application using the libvirt API.
+-->
+
 <filter name='no-arp-ip-spoofing' chain='arp-ip' priority='-510'>
-  <!-- no arp spoofing -->
-  <!-- drop if ipaddr does not belong to guest -->
-  <rule action='return' direction='out' priority='400' >
-    <arp match='yes' arpsrcipaddr='$IP' />
+  <uuid>473cb31d-d866-4693-9a65-4ae26d4a5940</uuid>
+  <rule action='return' direction='out' priority='400'>
+    <arp arpsrcipaddr='$IP'/>
   </rule>
-  <!-- drop everything else -->
-  <rule action='drop' direction='out' priority='1000' />
+  <rule action='drop' direction='out' priority='1000'/>
 </filter>
index 71482bb5e0f78f58bd2bb7e24f24a8485e8e8121..75eff5e5dd9077ff4536da6074c047b475e2cbe1 100644 (file)
@@ -1,7 +1,14 @@
+<!--
+WARNING: THIS IS AN AUTO-GENERATED FILE. CHANGES TO IT ARE LIKELY TO BE
+OVERWRITTEN AND LOST. Changes to this xml configuration should be made using:
+  virsh nwfilter-edit no-arp-mac-spoofing
+or other application using the libvirt API.
+-->
+
 <filter name='no-arp-mac-spoofing' chain='arp-mac' priority='-520'>
-   <rule action='return' direction='out' priority='350' >
-      <arp match='yes' arpsrcmacaddr='$MAC'/>
-   </rule>
-   <!-- drop everything else -->
-   <rule action='drop' direction='out' priority='1000' />
+  <uuid>86ef4129-25df-4c34-968f-140e25c72bfb</uuid>
+  <rule action='return' direction='out' priority='350'>
+    <arp arpsrcmacaddr='$MAC'/>
+  </rule>
+  <rule action='drop' direction='out' priority='1000'/>
 </filter>
index 23f2d3cd1467f8b83dbf6820f07c73c596418b31..596a6d34695b20e0ec5cb15b3b63a44388ae0ce6 100644 (file)
@@ -1,4 +1,12 @@
+<!--
+WARNING: THIS IS AN AUTO-GENERATED FILE. CHANGES TO IT ARE LIKELY TO BE
+OVERWRITTEN AND LOST. Changes to this xml configuration should be made using:
+  virsh nwfilter-edit no-arp-spoofing
+or other application using the libvirt API.
+-->
+
 <filter name='no-arp-spoofing' chain='root'>
+  <uuid>58266155-6808-481d-a9d2-483912c8847d</uuid>
   <filterref filter='no-arp-mac-spoofing'/>
   <filterref filter='no-arp-ip-spoofing'/>
 </filter>
index edcf03f6571946361dde59a20ac70d88ac0dd899..1b6e7cbd8f91a9bcdf60227afa01586aa0c9e512 100644 (file)
@@ -1,9 +1,13 @@
-<filter name='no-ip-multicast' chain='ipv4'>
+<!--
+WARNING: THIS IS AN AUTO-GENERATED FILE. CHANGES TO IT ARE LIKELY TO BE
+OVERWRITTEN AND LOST. Changes to this xml configuration should be made using:
+  virsh nwfilter-edit no-ip-multicast
+or other application using the libvirt API.
+-->
 
-    <!-- drop if destination IP address is in the 224.0.0.0/4 subnet -->
-    <rule action='drop' direction='out'>
-        <ip dstipaddr='224.0.0.0' dstipmask='4' />
-    </rule>
-
-    <!-- not doing anything with receiving side ... -->
+<filter name='no-ip-multicast' chain='ipv4' priority='-700'>
+  <uuid>c5f9e818-0c58-4890-9306-2c74e426f128</uuid>
+  <rule action='drop' direction='out' priority='500'>
+    <ip dstipaddr='224.0.0.0' dstipmask='4'/>
+  </rule>
 </filter>
index f8c95733320bff52ca5d7b3e4d4dcff13a379179..08377b2a8bac98b67b5c2e0572bd61080f0bc521 100644 (file)
@@ -1,14 +1,17 @@
+<!--
+WARNING: THIS IS AN AUTO-GENERATED FILE. CHANGES TO IT ARE LIKELY TO BE
+OVERWRITTEN AND LOST. Changes to this xml configuration should be made using:
+  virsh nwfilter-edit no-ip-spoofing
+or other application using the libvirt API.
+-->
+
 <filter name='no-ip-spoofing' chain='ipv4-ip' priority='-710'>
-  <!-- allow UDP sent from 0.0.0.0 (DHCP); filter more exact later -->
+  <uuid>5b48767b-c7a2-4542-af68-33e1f52da2f3</uuid>
   <rule action='return' direction='out' priority='100'>
     <ip srcipaddr='0.0.0.0' protocol='udp'/>
   </rule>
-
-  <!-- allow all known IP addresses -->
-  <rule direction='out' action='return' priority='500'>
+  <rule action='return' direction='out' priority='500'>
     <ip srcipaddr='$IP'/>
   </rule>
-
-  <!-- drop everything else -->
-  <rule direction='out' action='drop' priority='1000'/>
+  <rule action='drop' direction='out' priority='1000'/>
 </filter>
index 74e65bf726656f99db545125ed21e139daf6e9b3..1faa4b23ce5bce3bee46d96addf59c5ff0085288 100644 (file)
@@ -1,8 +1,13 @@
-<filter name='no-mac-broadcast' chain='ipv4'>
-    <!-- drop if destination mac is bcast mac addr. -->
-    <rule action='drop' direction='out'>
-        <mac dstmacaddr='ff:ff:ff:ff:ff:ff' />
-    </rule>
+<!--
+WARNING: THIS IS AN AUTO-GENERATED FILE. CHANGES TO IT ARE LIKELY TO BE
+OVERWRITTEN AND LOST. Changes to this xml configuration should be made using:
+  virsh nwfilter-edit no-mac-broadcast
+or other application using the libvirt API.
+-->
 
-    <!-- not doing anything with receiving side ... -->
+<filter name='no-mac-broadcast' chain='ipv4' priority='-700'>
+  <uuid>e13e3fdf-cf39-493b-8fef-63fd732e5e88</uuid>
+  <rule action='drop' direction='out' priority='500'>
+    <mac dstmacaddr='ff:ff:ff:ff:ff:ff'/>
+  </rule>
 </filter>
index 2d0468fff353ed3344f0d3e39aa6f63e6fdf3f6f..eb90e57d942354f11db02b83e9c950e44e3e5459 100644 (file)
@@ -1,10 +1,16 @@
+<!--
+WARNING: THIS IS AN AUTO-GENERATED FILE. CHANGES TO IT ARE LIKELY TO BE
+OVERWRITTEN AND LOST. Changes to this xml configuration should be made using:
+  virsh nwfilter-edit no-mac-spoofing
+or other application using the libvirt API.
+-->
+
 <filter name='no-mac-spoofing' chain='mac' priority='-800'>
-  <!-- return packets with VM's MAC address as source address -->
-  <rule direction='out' action='return'>
+  <uuid>ac0d6631-ea39-4ee9-8004-552ae50ba8ab</uuid>
+  <rule action='return' direction='out' priority='500'>
     <mac srcmacaddr='$MAC'/>
   </rule>
-  <!-- drop everything else -->
-  <rule direction='out' action='drop'>
+  <rule action='drop' direction='out' priority='500'>
     <mac/>
   </rule>
 </filter>
index 8bad86ef52c0293d5c578d3d0a5e35aad845ca95..1835e3f9fcabf224735c6af34d1ca5c435141cba 100644 (file)
@@ -1,7 +1,11 @@
-<filter name='no-other-l2-traffic'>
-
-    <!-- drop all other l2 traffic than for which rules have been
-         written for; i.e., drop all other than arp and ipv4 traffic -->
-    <rule action='drop' direction='inout' priority='1000'/>
+<!--
+WARNING: THIS IS AN AUTO-GENERATED FILE. CHANGES TO IT ARE LIKELY TO BE
+OVERWRITTEN AND LOST. Changes to this xml configuration should be made using:
+  virsh nwfilter-edit no-other-l2-traffic
+or other application using the libvirt API.
+-->
 
+<filter name='no-other-l2-traffic' chain='root'>
+  <uuid>c831aa08-e503-4b2a-a6f7-84647ec9a9c6</uuid>
+  <rule action='drop' direction='inout' priority='1000'/>
 </filter>
index 7729996ecefa16093bbcdbbfa340f4c4b3f097c9..f9c0c964b02dee5ece685bf6f6e01f496b9fc926 100644 (file)
@@ -1,3 +1,11 @@
-<filter name='no-other-rarp-traffic' chain='rarp'>
-    <rule action='drop' direction='inout' priority='1000'/>
+<!--
+WARNING: THIS IS AN AUTO-GENERATED FILE. CHANGES TO IT ARE LIKELY TO BE
+OVERWRITTEN AND LOST. Changes to this xml configuration should be made using:
+  virsh nwfilter-edit no-other-rarp-traffic
+or other application using the libvirt API.
+-->
+
+<filter name='no-other-rarp-traffic' chain='rarp' priority='-400'>
+  <uuid>15155842-ed37-46e4-8bda-8e0017ea65f2</uuid>
+  <rule action='drop' direction='inout' priority='1000'/>
 </filter>
index b7a848ad0ff2fa90f8952eb0b6132c6b102a57f1..e1bc04cdf11d847f73d76475ae3ed3f5e4a9a6ac 100644 (file)
@@ -1,14 +1,16 @@
-<filter name='qemu-announce-self-rarp' chain='rarp'>
+<!--
+WARNING: THIS IS AN AUTO-GENERATED FILE. CHANGES TO IT ARE LIKELY TO BE
+OVERWRITTEN AND LOST. Changes to this xml configuration should be made using:
+  virsh nwfilter-edit qemu-announce-self-rarp
+or other application using the libvirt API.
+-->
+
+<filter name='qemu-announce-self-rarp' chain='rarp' priority='-400'>
+  <uuid>e24f3768-5db4-418e-a0ed-6f8e8bae55ff</uuid>
   <rule action='accept' direction='out' priority='500'>
-    <rarp opcode='Request_Reverse'
-          srcmacaddr='$MAC' dstmacaddr='ff:ff:ff:ff:ff:ff'
-          arpsrcmacaddr='$MAC' arpdstmacaddr='$MAC'
-          arpsrcipaddr='0.0.0.0' arpdstipaddr='0.0.0.0'/>
+    <rarp srcmacaddr='$MAC' dstmacaddr='ff:ff:ff:ff:ff:ff' opcode='Request_Reverse' arpsrcmacaddr='$MAC' arpdstmacaddr='$MAC' arpsrcipaddr='0.0.0.0' arpdstipaddr='0.0.0.0'/>
   </rule>
   <rule action='accept' direction='in' priority='500'>
-    <rarp opcode='Request_Reverse'
-          dstmacaddr='ff:ff:ff:ff:ff:ff'
-          arpsrcmacaddr='$MAC' arpdstmacaddr='$MAC'
-          arpsrcipaddr='0.0.0.0' arpdstipaddr='0.0.0.0'/>
+    <rarp dstmacaddr='ff:ff:ff:ff:ff:ff' opcode='Request_Reverse' arpsrcmacaddr='$MAC' arpdstmacaddr='$MAC' arpsrcipaddr='0.0.0.0' arpdstipaddr='0.0.0.0'/>
   </rule>
 </filter>
index 352db500de4eb0e259283a33546b829090f0a312..7e839655eea2b6414c6b60ce2bf7511d9d2ad679 100644 (file)
@@ -1,13 +1,15 @@
-<filter name='qemu-announce-self' chain='root'>
-    <!-- as of 4/26/2010 qemu sends out a bogus packet with
-         wrong rarp protocol ID -->
-    <!-- accept what is being sent now -->
-    <rule action='accept' direction='out'>
-        <mac protocolid='0x835'/>
-    </rule>
-
-    <!-- accept if it was changed to rarp -->
-    <filterref filter='qemu-announce-self-rarp'/>
-    <filterref filter='no-other-rarp-traffic'/>
+<!--
+WARNING: THIS IS AN AUTO-GENERATED FILE. CHANGES TO IT ARE LIKELY TO BE
+OVERWRITTEN AND LOST. Changes to this xml configuration should be made using:
+  virsh nwfilter-edit qemu-announce-self
+or other application using the libvirt API.
+-->
 
+<filter name='qemu-announce-self' chain='root'>
+  <uuid>247832ba-d1ba-4cd7-8988-2d5e51575c88</uuid>
+  <rule action='accept' direction='out' priority='500'>
+    <mac protocolid='0x835'/>
+  </rule>
+  <filterref filter='qemu-announce-self-rarp'/>
+  <filterref filter='no-other-rarp-traffic'/>
 </filter>
diff --git a/libvirt/storage/autostart/images.xml b/libvirt/storage/autostart/images.xml
new file mode 120000 (symlink)
index 0000000..5feafd6
--- /dev/null
@@ -0,0 +1 @@
+/etc/libvirt/storage/images.xml
\ No newline at end of file
diff --git a/libvirt/storage/images.xml b/libvirt/storage/images.xml
new file mode 100644 (file)
index 0000000..bf77c3d
--- /dev/null
@@ -0,0 +1,19 @@
+<!--
+WARNING: THIS IS AN AUTO-GENERATED FILE. CHANGES TO IT ARE LIKELY TO BE
+OVERWRITTEN AND LOST. Changes to this xml configuration should be made using:
+  virsh pool-edit images
+or other application using the libvirt API.
+-->
+
+<pool type='dir'>
+  <name>images</name>
+  <uuid>ffb16d34-08fa-42fb-823a-1502a4b1a0b2</uuid>
+  <capacity unit='bytes'>0</capacity>
+  <allocation unit='bytes'>0</allocation>
+  <available unit='bytes'>0</available>
+  <source>
+  </source>
+  <target>
+    <path>/var/lib/images</path>
+  </target>
+</pool>
index e2b6375df504b0b7b524daa42ba53607db035830..550a439b81d6b8e4701334a7cc52ae6d9141eb23 100644 (file)
@@ -65,7 +65,7 @@ FEATURES="parallel-fetch userpriv usersandbox"
 #FETCHCOMMAND="mv -v \${DISTDIR}/.old/\${FILE} \${DISTDIR}/"
 
 #LINGUAS="ar bg cs da de el en en_GB en_US es es_ES es_MX fi fr fr_CA fy it ja he hsb hu la nn nn_NO no nds nl oc pl pt pt_BR pt_PT ru sv sv_SE tr uk vi zh_CN zh_HK zh_TW"
-LINGUAS="de en en_GB en_US ru vi"
+LINGUAS="de de_DE en en_GB en_US ru vi"
 L10N="de en en-GB en-US ru vi"
 
 # These are the USE flags that were used in addition to what is provided by the
index 177fffa2fdc31f0dd9f2d3f9860f4f9fc3e5b55c..f09b1100916241b1975ab0e9506531fc5c327559 100644 (file)
@@ -28,7 +28,7 @@ app-editors/gedit                     -python_targets_python3_3
 #app-editors/vim                               vim-pager vim-with-x
 #app-editors/gvim                      netbeans
 
-app-emulation/qemu                     kvm vde vte
+app-emulation/qemu                     kvm snappy spice systemtap usbredir vde virtfs vte xfs
 app-emulation/virtualbox               extensions vnc
 
 # move app-admin/eselect-php app-eselect/eselect-php
diff --git a/runlevels/default/net.br0 b/runlevels/default/net.br0
new file mode 120000 (symlink)
index 0000000..7fdb999
--- /dev/null
@@ -0,0 +1 @@
+/etc/init.d/net.br0
\ No newline at end of file
diff --git a/runlevels/default/net.eth0 b/runlevels/default/net.eth0
deleted file mode 120000 (symlink)
index f1754b4..0000000
+++ /dev/null
@@ -1 +0,0 @@
-/etc/init.d/net.eth0
\ No newline at end of file