From fd7380af69f97dd1c54623f42ce473c15d09a7a2 Mon Sep 17 00:00:00 2001 From: Stig Thormodsrud Date: Wed, 18 May 2011 12:24:49 -0700 Subject: Fix 5912: "show vrrp" doesn't list sync-group --- scripts/keepalived/vyatta-show-vrrp.pl | 2 ++ 1 file changed, 2 insertions(+) (limited to 'scripts') diff --git a/scripts/keepalived/vyatta-show-vrrp.pl b/scripts/keepalived/vyatta-show-vrrp.pl index bcc6ca29..28a9970c 100755 --- a/scripts/keepalived/vyatta-show-vrrp.pl +++ b/scripts/keepalived/vyatta-show-vrrp.pl @@ -211,6 +211,7 @@ sub vrrp_show { if ($state eq "master" || $state eq "backup" || $state eq "fault") { my ($primary_addr, $priority, $preempt, $advert_int, $auth_type, @vips) = Vyatta::Keepalived::vrrp_get_config($intf, $group); + my $sync = list_vrrp_sync_group($intf, $group); print "Physical interface: $intf, Source Address $primary_addr\n"; print " Interface state: $link, Group $group, State: $state\n"; print " Priority: $priority, Advertisement interval: $advert_int, "; @@ -240,6 +241,7 @@ sub vrrp_show { } print ", Master Priority: $master_prio\n"; } + print " Sync-group: $sync\n" if defined $sync; } else { print "Physical interface $intf, State: unknown\n"; } -- cgit v1.2.3