summaryrefslogtreecommitdiff
path: root/regress
diff options
context:
space:
mode:
authorFlorian Obser <florian@cvs.openbsd.org>2013-08-13 08:47:12 +0000
committerFlorian Obser <florian@cvs.openbsd.org>2013-08-13 08:47:12 +0000
commit4a9d7b8cffde8318b25d86fdcfb35ae0c87f0332 (patch)
tree966d57525b37b0354b5307ac56739d26b9384eff /regress
parent0a059bc1c663c12221108b3e18bb10e9a25ff466 (diff)
Sync with pflow changes.
Diffstat (limited to 'regress')
-rwxr-xr-xregress/sys/net/pflow/template.pl4
-rw-r--r--regress/sys/net/pflow/template.v108
2 files changed, 7 insertions, 5 deletions
diff --git a/regress/sys/net/pflow/template.pl b/regress/sys/net/pflow/template.pl
index 99b1a8dde22..01e76692261 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.2 2013/08/11 15:46:26 florian Exp $
+# $OpenBSD: template.pl,v 1.3 2013/08/13 08:47:10 florian Exp $
# Copyright (c) 2013 Florian Obser <florian@openbsd.org>
#
@@ -49,6 +49,8 @@ sub usage
28 => 'destinationIPv6Address',
150 => 'flowStartSeconds',
151 => 'flowEndSeconds',
+ 152 => 'flowStartMilliseconds',
+ 153 => 'flowEndMilliseconds',
};
sub id2name { return $id2name->{$_[0]} || $_[0]; }
}
diff --git a/regress/sys/net/pflow/template.v10 b/regress/sys/net/pflow/template.v10
index c4e7a775450..d73f56fe470 100644
--- a/regress/sys/net/pflow/template.v10
+++ b/regress/sys/net/pflow/template.v10
@@ -5,8 +5,8 @@ ingressInterface(4)
egressInterface(4)
packetDeltaCount(8)
octetDeltaCount(8)
-flowStartSeconds(4)
-flowEndSeconds(4)
+flowStartMilliseconds(8)
+flowEndMilliseconds(8)
sourceTransportPort(2)
destinationTransportPort(2)
ipClassOfService(1)
@@ -18,8 +18,8 @@ ingressInterface(4)
egressInterface(4)
packetDeltaCount(8)
octetDeltaCount(8)
-flowStartSeconds(4)
-flowEndSeconds(4)
+flowStartMilliseconds(8)
+flowEndMilliseconds(8)
sourceTransportPort(2)
destinationTransportPort(2)
ipClassOfService(1)