CVSROOT: /cvs Module name: src Changes by: [email protected] 2015/09/12 16:07:47
Modified files:
sys/net : if_pflow.c
Log message:
Call socreate(9) only when we have a destination ip and port.
Call sobind(9) only when we have a source ip.
With this we can treat sc->so != NULL as a flag if the interface
is in state IFF_RUNNING.
Input & OK bluhm@, OK benno@
