[Python-apps-commits] r7018 - in packages/slapos.tool.format/trunk/debian (README.Debian)

arnau at users.alioth.debian.org arnau at users.alioth.debian.org
Fri Apr 29 10:19:43 UTC 2011


    Date: Friday, April 29, 2011 @ 10:19:40
  Author: arnau
Revision: 7018

Using slapbr0, thus update README.Debian accordingly

Modified:
  packages/slapos.tool.format/trunk/debian/README.Debian

Modified: packages/slapos.tool.format/trunk/debian/README.Debian
===================================================================
--- packages/slapos.tool.format/trunk/debian/README.Debian	2011-04-29 10:17:11 UTC (rev 7017)
+++ packages/slapos.tool.format/trunk/debian/README.Debian	2011-04-29 10:19:40 UTC (rev 7018)
@@ -1,9 +1,9 @@
 Bridge configuration
 ====================
 
-Before  using  slapformat   commands,  you  must  set  up   a  bridge  network
-interface. On that  bridge, you must set  up at least an  IPv6 global address,
-even if it is only a localhost one.
+Before using slapformat  commands, you must set up a  bridge network interface
+named ``slapbr0''.  On that bridge,  you must set up  at least an  IPv6 global
+address, even if it is only a localhost one.
 
 On Debian systems, this is commonly done in ``/etc/network/interfaces'' file.
 
@@ -11,21 +11,21 @@
 your instances to be available not  only on localhost), you should remove them
 from the configuration file.
 
-Here is  an example of a  bridge on eth0  device with static IPv4  address and
+Here is an example  of the bridge on eth0 device with  static IPv4 address and
 private IPv6 address:
 
-auto br0
-iface br0 inet static
+auto slapbr0
+iface slapbr0 inet static
 	address ADDRESS
 	netmask NETMASK
 	gateway GATEWAY
 	bridge_ports eth0
 
-iface br0 inet6 static
+iface slapbr0 inet6 static
 	address fd00::1
 	netmask 64
 
 You can have  a look at bridge-utils-interfaces(5)  and interfaces(5) manpages
 for further details.
 
- -- Arnaud Fontaine <arnau at debian.org>, Fri, 29 Apr 2011 18:23:35 +0900
+ -- Arnaud Fontaine <arnau at debian.org>, Fri, 29 Apr 2011 19:19:07 +0900




More information about the Python-apps-commits mailing list