CVSROOT: /cvs Module name: src Changes by: [email protected] 2013/09/13 08:30:47
Modified files:
sys/net : if_pflow.c
Log message:
Don't send flows if flowsrc is not set. Packages had a broken
checksum. Since no one seems to have a use case for sending flows from
INADDR_ANY disallow this.
Pointed out by Nathanael Rensen on tech@, thanks.
While there make the SIOCSIFFLAGS and SIOCSETPFLOW cases symmetric by
only sending templates if the interface is running.
OK benno@
