diff options
| author | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2008-11-24 15:31:35 -0800 |
|---|---|---|
| committer | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2008-11-24 15:31:35 -0800 |
| commit | c6f60b18bf3c8cd324e73409647b002d40535367 (patch) | |
| tree | 555f935ccca104ad9ea57b60db09a2944dd10440 /scripts | |
| parent | 633f5cc115bd1482aa4cd6901715d72fd625c218 (diff) | |
| download | vyatta-cfg-system-c6f60b18bf3c8cd324e73409647b002d40535367.tar.gz vyatta-cfg-system-c6f60b18bf3c8cd324e73409647b002d40535367.zip | |
VyattaConfig -> Vyatta::Config
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/keepalived/vyatta-clear-vrrp.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/keepalived/vyatta-clear-vrrp.pl b/scripts/keepalived/vyatta-clear-vrrp.pl index 612dae5f..a44b0305 100644 --- a/scripts/keepalived/vyatta-clear-vrrp.pl +++ b/scripts/keepalived/vyatta-clear-vrrp.pl @@ -109,7 +109,7 @@ sub get_vrrp_intf_group { # return an array of hashes that contains all the intf/group pairs # - my $config = new VyattaConfig; + my $config = new Vyatta::Config; $config->setLevel("interfaces ethernet"); my @eths = $config->listOrigNodes(); foreach my $eth (@eths) { |
