diff options
Diffstat (limited to 'scripts')
| -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 |
