summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorStephen Hemminger <stephen.hemminger@vyatta.com>2009-05-20 09:02:17 -0700
committerStephen Hemminger <stephen.hemminger@vyatta.com>2009-05-20 09:02:17 -0700
commita06df028b102d595e09b784920cd18c03f5bda7c (patch)
tree95d56e21bc3359ea58e627fcacdedd6006e00658 /scripts
parent3935d8058ff6b7158e8f4e8a407cbabe63f25ee4 (diff)
parent8e3b81d1a13f35d4b419fe9af6da2e0b7fa64a64 (diff)
downloadvyatta-cfg-a06df028b102d595e09b784920cd18c03f5bda7c.tar.gz
vyatta-cfg-a06df028b102d595e09b784920cd18c03f5bda7c.zip
Merge branch 'jenner' of suva.vyatta.com:/git/vyatta-cfg into jenner
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/vyatta-load-config.pl13
1 files changed, 13 insertions, 0 deletions
diff --git a/scripts/vyatta-load-config.pl b/scripts/vyatta-load-config.pl
index 6755015..a3cf6ef 100755
--- a/scripts/vyatta-load-config.pl
+++ b/scripts/vyatta-load-config.pl
@@ -38,6 +38,19 @@ my $load_file = $bootpath . "/config.boot";
my $url_tmp_file = $bootpath . "/config.boot.$$";
+#
+# Note: to get merge to work on arbitrary nodes
+# within the configuration multinodes need to be escaped.
+# i.e.:
+# load --merge='load-balancing/wan/interface-health\ eth0'
+#
+# will start loading of the configuration node from:
+#
+# load-balancing/wan/interface-health:eth0
+#
+# Note current loading is limited to first new
+# multinode.
+#
sub usage() {
print "Usage: $0 --merge=<root>\n";
exit 0;