Anton Lindqvist [[email protected]] wrote: > On Thu, Nov 13, 2025 at 10:12:30AM -0700, Chris Cappuccio wrote: > > CVSROOT: /cvs > > Module name: src > > Changes by: [email protected] 2025/11/13 10:12:30 > > > > Modified files: > > sys/net : if_pflow.c if_pflow.h > > > > Log message: > > In IPFIX/Netflow v10, add NAT template with post-NAT source and destination > > IP address and ports. With this, you can use pflow to track internal to > > external translations. > > > > ok benno@ > > The sys/net/pflow regress is now failing. Is this the culprit? > > > sys/net/pflow > Exit: 1 > Duration: 00:00:02 > Log: 434-sys-net-pflow.log > > ==== template_v10 ==== > doas -n perl /home/src/regress/sys/net/pflow/template.pl 10 | diff -up > /home/src/regress/sys/net/pflow/template.v10 /dev/stdin > --- /home/src/regress/sys/net/pflow/template.v10 Tue Aug 13 10:47:11 2013 > +++ /dev/stdin Mon Nov 17 05:07:49 2025 > @@ -12,6 +12,23 @@ destinationTransportPort(2) > ipClassOfService(1) > protocolIdentifier(1) > Template Id: 257 > +sourceIPv4Address(4) > +destinationIPv4Address(4) > +ingressInterface(4) > +egressInterface(4) > +packetDeltaCount(8) > +octetDeltaCount(8) > +flowStartMilliseconds(8) > +flowEndMilliseconds(8) > +225(4) > +226(4) > +227(2) > +228(2) > +sourceTransportPort(2) > +destinationTransportPort(2) > +ipClassOfService(1) > +protocolIdentifier(1) > +Template Id: 258
The regress test will need to be updated. I'll take a look today.
