diff options
author | shakthimaan <shakthimaan@web> | 2008-09-26 07:50:54 +0000 |
---|---|---|
committer | GNU Hurd wiki engine <web-hurd@gnu.org> | 2008-09-26 07:50:54 +0000 |
commit | 1776ed47f97591e6d4fa308b69a9e1644d346108 (patch) | |
tree | a41b80e0b2616254124972b4ddb497b37c312754 /microkernel/mach/gnumach/ports | |
parent | 49f169105058c671817c360f3ddad950b9576bda (diff) |
.
Diffstat (limited to 'microkernel/mach/gnumach/ports')
-rw-r--r-- | microkernel/mach/gnumach/ports/xen/networking_configuration.mdwn | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/microkernel/mach/gnumach/ports/xen/networking_configuration.mdwn b/microkernel/mach/gnumach/ports/xen/networking_configuration.mdwn index 07442477..7b798636 100644 --- a/microkernel/mach/gnumach/ports/xen/networking_configuration.mdwn +++ b/microkernel/mach/gnumach/ports/xen/networking_configuration.mdwn @@ -68,12 +68,12 @@ respective `(vif-script vif-WHATEVER)` are commented out. auto br0 iface br0 inet static - address 192.168.1.211 - network 192.168.1.0 - netmask 255.255.255.0 - broadcast 192.168.1.255 - gateway 192.168.1.1 - bridge_ports eth1 + address 192.168.1.211 + network 192.168.1.0 + netmask 255.255.255.0 + broadcast 192.168.1.255 + gateway 192.168.1.1 + bridge_ports eth1 ### Doing settrans on domU |