case 'g':
if (*flags & FLAG_GATEWAY)
xtables_error(PARAMETER_PROBLEM,
- "Cannot specify --gw more than once");
+ "Cannot specify --gateway more than once");
ia = xtables_numeric_to_ipaddr(optarg);
if (ia == NULL)
case 'g':
if (*flags & FLAG_GATEWAY)
xtables_error(PARAMETER_PROBLEM,
- "Cannot specify --gw more than once");
+ "Cannot specify --gateway more than once");
ia = xtables_numeric_to_ip6addr(optarg);
if (ia == NULL)
/*
* Copy the skb, and route the copy. Will later return %XT_CONTINUE for
* the original skb, which should continue on its way as if nothing has
- * happened. The copy should be independently delivered to the TEE --gw.
+ * happened. The copy should be independently delivered to the TEE
+ * --gateway.
*/
skb = skb_copy(skb, GFP_ATOMIC);
if (skb == NULL) {