commit | 10c4841835249bfc61d47f18f1908e77fca77377 | [log] [tgz] |
---|---|---|
author | Tomasz Bursztyka <tomasz.bursztyka@linux.intel.com> | Tue Nov 13 16:22:52 2018 +0100 |
committer | Anas Nashif <anas.nashif@intel.com> | Fri Nov 30 11:12:13 2018 -0800 |
tree | 16358e81f1dd85f5d1d1a3a41a3fe38aa1544e6a | |
parent | 5fb9a7bc4a4c5f2d8a94dbe38ccb9889428cd879 [diff] |
net/net_if: Do not set TCP related flags on non-INET/6 family Such sent flag is in a union in net_pkt, shared with a gptp flag. Tweaking it when the family is not AF_INET or AF_INET6 will generate corrupted gptp packets. Signed-off-by: Jukka Rissanen <jukka.rissanen@linux.intel.com> Signed-off-by: Tomasz Bursztyka <tomasz.bursztyka@linux.intel.com>