diff options
author | Stephen Hemminger <shemminger@vyatta.com> | 2011-11-28 15:44:47 -0800 |
---|---|---|
committer | Stephen Hemminger <shemminger@vyatta.com> | 2011-11-28 15:44:47 -0800 |
commit | fb20f9b3c08ac1e523ee2f0d4b4af9dc3fcbfc04 (patch) | |
tree | 5fcc04db377907ec501003946726edebc02220b4 /scripts | |
parent | cabdd9d768ec110f0e92076e3a4bcbbcb6552a21 (diff) | |
parent | 7101027a6a9a10ef26383bb39a452aeaa3526629 (diff) | |
download | vyatta-cfg-system-fb20f9b3c08ac1e523ee2f0d4b4af9dc3fcbfc04.tar.gz vyatta-cfg-system-fb20f9b3c08ac1e523ee2f0d4b4af9dc3fcbfc04.zip |
Merge branch 'oxnard' of fiji.vyatta.com:/git/vyatta-cfg-system into oxnard
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/keepalived/vyatta-keepalived.pl | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/scripts/keepalived/vyatta-keepalived.pl b/scripts/keepalived/vyatta-keepalived.pl index e834745b..f419ac41 100755 --- a/scripts/keepalived/vyatta-keepalived.pl +++ b/scripts/keepalived/vyatta-keepalived.pl @@ -247,7 +247,9 @@ sub keepalived_get_values { $output .= "\tinterface $intf\n"; $output .= "\tvirtual_router_id $group\n"; if ($use_vmac) { - $output .= "\tuse_vmac\n"; + $output .= "\tuse_vmac $intf"; + $output .= "v"; + $output .= "$group\n"; } $output .= "\tpriority $priority\n"; if ( $preempt eq "false" ) { |