|
@@ -1441,8 +1441,9 @@ int ipa3_nat_init_cmd(
|
|
|
goto bail;
|
|
|
}
|
|
|
|
|
|
- if (init->table_entries == 0) {
|
|
|
- IPAERR_RL("Table entries is zero\n");
|
|
|
+ if (init->table_entries == 0 ||
|
|
|
+ init->table_entries == U16_MAX) {
|
|
|
+ IPAERR_RL("Table entries is %d\n", init->table_entries);
|
|
|
result = -EPERM;
|
|
|
goto bail;
|
|
|
}
|