Browse Source

+ another ifdef around netpfga / tables

master
Nico Schottelius 4 years ago
parent
commit
5b306a4cb5
  1. 9
      p4src/actions_nat64_generic.p4

9
p4src/actions_nat64_generic.p4

@ -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…
Cancel
Save