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:14:09 -0700 |
| commit | f3ef4b4563d472541a4b93a397ab58351b976e44 (patch) | |
| tree | d29b44cdfcca025d60969e0718a990b35d21bfa5 /scripts | |
| parent | b2233c58bb0b1a5bbecbb500815f157530f55560 (diff) | |
| download | vyatta-conntrack-f3ef4b4563d472541a4b93a397ab58351b976e44.tar.gz vyatta-conntrack-f3ef4b4563d472541a4b93a397ab58351b976e44.zip | |
fix bug 8165
Diffstat (limited to 'scripts')
| -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]; |
