diff options
author | Gaurav Sinha <gaurav.sinha@vyatta.com> | 2012-06-20 16:14:09 -0700 |
---|---|---|
committer | Gaurav Sinha <gaurav.sinha@vyatta.com> | 2012-06-20 16:17:52 -0700 |
commit | 2a6e743f48dedc971f9c449ec5b0e3823c495772 (patch) | |
tree | acf5b374c35ec1bd0baa2532fd091e68a59e73b0 | |
parent | 12d198f1d36e4327b6d6e2313a011fa2be364848 (diff) | |
download | vyatta-conntrack-2a6e743f48dedc971f9c449ec5b0e3823c495772.tar.gz vyatta-conntrack-2a6e743f48dedc971f9c449ec5b0e3823c495772.zip |
fix bug 8165
(cherry picked from commit f3ef4b4563d472541a4b93a397ab58351b976e44)
-rwxr-xr-x | scripts/vyatta-show-conntrack.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/vyatta-show-conntrack.pl b/scripts/vyatta-show-conntrack.pl index e5b2629..f1f67c2 100755 --- a/scripts/vyatta-show-conntrack.pl +++ b/scripts/vyatta-show-conntrack.pl @@ -46,7 +46,7 @@ sub print_xml { my %flowh; my $tcount = 0; - $href = process_protocols(); + $href = Vyatta::Conntrack::ConntrackUtil::process_protocols(); while (1) { my $meta = 0; last if ! defined $data->{flow}[$flow]; |