+ another ifdef around netpfga / tables
This commit is contained in:
parent
1ddd745731
commit
5b306a4cb5
1 changed files with 7 additions and 2 deletions
|
@ -189,8 +189,13 @@ action nat46_icmp_generic()
|
|||
controller_debug_table_id;
|
||||
NoAction;
|
||||
}
|
||||
size = NAT64_TABLE_SIZE;
|
||||
default_action = controller_debug_table_id(TABLE_NAT46);
|
||||
size = NAT64_TABLE_SIZE;
|
||||
#ifndef _SUME_SWITCH_P4_
|
||||
default_action = controller_debug_table_id(TABLE_NAT46);
|
||||
#else
|
||||
default_action = controller_debug;
|
||||
#endif
|
||||
|
||||
}
|
||||
|
||||
#endif
|
Loading…
Reference in a new issue