Closed pwp333 closed 4 years ago
I can not merge this PR by following reasons: interfaceName is should be reported by optional data. Because the capture device is determined by command option, it is not changed per flow in softflowd implementation. Hence it make worse efficiency to send flows if each flow contains intefacename. If you want to merge this, please add configure option and getopt option to be able to choice with or without interfaceName in data.
Added configure option --enable-ifname (default=NO) as suggested. Default configure keeps current behavior. Tested with and without enable-ifname. Thanks.