tcp: Do not include the tcp_packet.h file in the ip4_packet.h
Type: refactor IP4 does not depend on TCP (it's the other way around). This upside down dependency leads to some nasty circular includes when trying to use ip46_address.h in interface.h Signed-off-by: Neale Ranns <neale@graphiant.com> Change-Id: I4a1bd21543b08b9c1cf1e5563da738414734a878
This commit is contained in:
@@ -24,6 +24,7 @@
|
||||
#include <vnet/feature/feature.h>
|
||||
#include <vnet/ip/ip4.h>
|
||||
#include <vnet/ip/ip6.h>
|
||||
#include <vnet/tcp/tcp_packet.h>
|
||||
|
||||
extern vlib_node_registration_t mssc_ip4_in_node, mssc_ip4_out_node;
|
||||
extern vlib_node_registration_t mssc_ip6_in_node, mssc_ip6_out_node;
|
||||
|
Reference in New Issue
Block a user