diff options
author | An-Cheng Huang <ancheng@vyatta.com> | 2008-03-31 17:14:27 -0700 |
---|---|---|
committer | An-Cheng Huang <ancheng@vyatta.com> | 2008-03-31 17:14:27 -0700 |
commit | a18b1924a72a7d1f30844b0bc71b60467d61e7b3 (patch) | |
tree | 3bdca7831937c18ce95bee419669baccd785f79a | |
parent | 8a40af134224cb1411b54a74ebe7bf60c0effc4f (diff) | |
download | vyatta-cluster-a18b1924a72a7d1f30844b0bc71b60467d61e7b3.tar.gz vyatta-cluster-a18b1924a72a7d1f30844b0bc71b60467d61e7b3.zip |
use IPaddr2-vyatta by default
-rw-r--r-- | scripts/VyattaClusterConfig.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/VyattaClusterConfig.pm b/scripts/VyattaClusterConfig.pm index ae86c80..c6e7991 100644 --- a/scripts/VyattaClusterConfig.pm +++ b/scripts/VyattaClusterConfig.pm @@ -318,7 +318,7 @@ sub haresources { . "(with subnet mask length) or service name"); } } else { - push @ip_addresses, "IPaddr2::$_"; + push @ip_addresses, "IPaddr2-vyatta::$_"; } } # this forces all ip addresses to be before all services, which may not |