diff options
Diffstat (limited to 'networking/libiproute/iproute.c')
-rw-r--r-- | networking/libiproute/iproute.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/networking/libiproute/iproute.c b/networking/libiproute/iproute.c index 66557d8fd..37859525d 100644 --- a/networking/libiproute/iproute.c +++ b/networking/libiproute/iproute.c | |||
@@ -287,14 +287,14 @@ static int print_route(const struct sockaddr_nl *who UNUSED_PARAM, | |||
287 | static int iproute_modify(int cmd, unsigned flags, char **argv) | 287 | static int iproute_modify(int cmd, unsigned flags, char **argv) |
288 | { | 288 | { |
289 | static const char keywords[] ALIGN1 = | 289 | static const char keywords[] ALIGN1 = |
290 | "src\0""via\0""mtu\0""lock\0""protocol\0"USE_FEATURE_IP_RULE("table\0") | 290 | "src\0""via\0""mtu\0""lock\0""protocol\0"IF_FEATURE_IP_RULE("table\0") |
291 | "dev\0""oif\0""to\0""metric\0"; | 291 | "dev\0""oif\0""to\0""metric\0"; |
292 | enum { | 292 | enum { |
293 | ARG_src, | 293 | ARG_src, |
294 | ARG_via, | 294 | ARG_via, |
295 | ARG_mtu, PARM_lock, | 295 | ARG_mtu, PARM_lock, |
296 | ARG_protocol, | 296 | ARG_protocol, |
297 | USE_FEATURE_IP_RULE(ARG_table,) | 297 | IF_FEATURE_IP_RULE(ARG_table,) |
298 | ARG_dev, | 298 | ARG_dev, |
299 | ARG_oif, | 299 | ARG_oif, |
300 | ARG_to, | 300 | ARG_to, |