Annotation of fwsync/patches/ipfw_ipfw2_h.patch, revision 1.2
1.1 misho 1: diff --git a/sbin/ipfw/ipfw2.h b/sbin/ipfw/ipfw2.h
1.2 ! misho 2: index dd769998743..c8696266a14 100644
1.1 misho 3: --- a/sbin/ipfw/ipfw2.h
4: +++ b/sbin/ipfw/ipfw2.h
1.2 ! misho 5: @@ -42,6 +42,7 @@ struct cmdline_opts {
1.1 misho 6: int do_quiet; /* Be quiet in add and flush */
7: int do_pipe; /* this cmd refers to a pipe/queue/sched */
8: int do_nat; /* this cmd refers to a nat config */
9: + int do_sync; /* this cmd refers to a sync state */
10: int do_compact; /* show rules in compact mode */
11: int do_force; /* do not ask for confirmation */
12: int show_sets; /* display the set each rule belongs to */
1.2 ! misho 13: @@ -401,6 +402,11 @@ void ipfw_show_nat(int ac, char **av);
1.1 misho 14: int ipfw_delete_nat(int i);
15: void ipfw_config_pipe(int ac, char **av);
16: void ipfw_config_nat(int ac, char **av);
17: +void ipfw_config_sync(int ac, char **av);
18: +void ipfw_show_sync(int ac, char **av);
19: +void ipfw_start_sync(int ac, char **av);
20: +void ipfw_stop_sync(int ac, char **av);
21: +void ipfw_flush_sync(int ac, char **av);
22: void ipfw_sets_handler(char *av[]);
23: void ipfw_table_handler(int ac, char *av[]);
24: void ipfw_sysctl_handler(char *av[], int which);
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>