|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] [OSSTEST PATCH 4/4] ts-xen-install: networking: Rename `nodhcp' to `ensurebridge'
The code that used to be in nodhcp replaced any existing dhcp
configuration with a static one. What it does now is ensure that
there is a bridge, without messing with how the network is configured.
So rename the function.
Signed-off-by: Ian Jackson <Ian.Jackson@xxxxxxxxxxxxx>
---
ts-xen-install | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/ts-xen-install b/ts-xen-install
index ef26cba..69884a3 100755
--- a/ts-xen-install
+++ b/ts-xen-install
@@ -247,7 +247,7 @@ sub hosts () {
});
}
-sub nodhcp () {
+sub ensurebridge () {
target_editfile_root($ho, "/etc/network/interfaces",
"etc-network-interfaces", sub {
my $physif= get_host_property($ho,'interface force',undef);
@@ -339,6 +339,6 @@ if ($checkmode) {
adjustconfig();
setupboot();
setupinitd();
- nodhcp();
+ ensurebridge();
hosts();
}
--
1.7.10.4
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxx
http://lists.xen.org/xen-devel
|
![]() |
Lists.xenproject.org is hosted with RackSpace, monitoring our |