From a18b1924a72a7d1f30844b0bc71b60467d61e7b3 Mon Sep 17 00:00:00 2001 From: An-Cheng Huang Date: Mon, 31 Mar 2008 17:14:27 -0700 Subject: use IPaddr2-vyatta by default --- scripts/VyattaClusterConfig.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts') 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 -- cgit v1.2.3