diff options
Diffstat (limited to 'ip6t_MAP66.h')
-rw-r--r-- | ip6t_MAP66.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ip6t_MAP66.h b/ip6t_MAP66.h index 70fd5fc..291956d 100644 --- a/ip6t_MAP66.h +++ b/ip6t_MAP66.h @@ -7,8 +7,8 @@ #ifndef _IP6T_MAP66_H #define _IP6T_MAP66_H -#define IP6T_MAP66_DST_TO "--dst-to" -#define IP6T_MAP66_SRC_TO "--src-to" +#define IP6T_MAP66_DST_TO "dst-to" +#define IP6T_MAP66_SRC_TO "src-to" #define IP6T_MAP66_OPT_DST_TO 0x01 #define IP6T_MAP66_OPT_SRC_TO 0x02 |