diff options
author | Florian Obser <florian@cvs.openbsd.org> | 2013-08-11 15:46:27 +0000 |
---|---|---|
committer | Florian Obser <florian@cvs.openbsd.org> | 2013-08-11 15:46:27 +0000 |
commit | bd14600d1874cfac3c10efcb248b124de352918a (patch) | |
tree | f51faebdc5414735d19962111322ccdc6bb5872c /regress/sys/net | |
parent | cf278f8817a0a56bfdc853c6f76563aad487ebaa (diff) |
typo
Diffstat (limited to 'regress/sys/net')
-rwxr-xr-x | regress/sys/net/pflow/template.pl | 4 | ||||
-rw-r--r-- | regress/sys/net/pflow/template.v10 | 4 | ||||
-rw-r--r-- | regress/sys/net/pflow/template.v9 | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/regress/sys/net/pflow/template.pl b/regress/sys/net/pflow/template.pl index a973b15c751..99b1a8dde22 100755 --- a/regress/sys/net/pflow/template.pl +++ b/regress/sys/net/pflow/template.pl @@ -1,5 +1,5 @@ #! /usr/bin/perl -# $OpenBSD: template.pl,v 1.1 2013/08/11 10:01:56 florian Exp $ +# $OpenBSD: template.pl,v 1.2 2013/08/11 15:46:26 florian Exp $ # Copyright (c) 2013 Florian Obser <florian@openbsd.org> # @@ -35,7 +35,7 @@ sub usage my $id2name = { 1 => 'octetDeltaCount', 2 => 'packetDeltaCount', - 4 => 'protocolIdentifier ', + 4 => 'protocolIdentifier', 5 => 'ipClassOfService', 7 => 'sourceTransportPort', 8 => 'sourceIPv4Address', diff --git a/regress/sys/net/pflow/template.v10 b/regress/sys/net/pflow/template.v10 index 372d8eb0064..c4e7a775450 100644 --- a/regress/sys/net/pflow/template.v10 +++ b/regress/sys/net/pflow/template.v10 @@ -10,7 +10,7 @@ flowEndSeconds(4) sourceTransportPort(2) destinationTransportPort(2) ipClassOfService(1) -protocolIdentifier (1) +protocolIdentifier(1) Template Id: 257 sourceIPv6Address(16) destinationIPv6Address(16) @@ -23,4 +23,4 @@ flowEndSeconds(4) sourceTransportPort(2) destinationTransportPort(2) ipClassOfService(1) -protocolIdentifier (1) +protocolIdentifier(1) diff --git a/regress/sys/net/pflow/template.v9 b/regress/sys/net/pflow/template.v9 index f76f28ea701..c5f96c457c2 100644 --- a/regress/sys/net/pflow/template.v9 +++ b/regress/sys/net/pflow/template.v9 @@ -10,7 +10,7 @@ flowEndSysUpTime(4) sourceTransportPort(2) destinationTransportPort(2) ipClassOfService(1) -protocolIdentifier (1) +protocolIdentifier(1) Template Id: 257 sourceIPv6Address(16) destinationIPv6Address(16) @@ -23,4 +23,4 @@ flowEndSysUpTime(4) sourceTransportPort(2) destinationTransportPort(2) ipClassOfService(1) -protocolIdentifier (1) +protocolIdentifier(1) |