Diff for /fwsync/patches/ipfw_ipfw2_h.patch between versions 1.2 and 1.3

version 1.2, 2022/07/11 21:26:34 version 1.3, 2022/08/26 14:47:36
Line 1 Line 1
 diff --git a/sbin/ipfw/ipfw2.h b/sbin/ipfw/ipfw2.h  diff --git a/sbin/ipfw/ipfw2.h b/sbin/ipfw/ipfw2.h
index dd769998743..c8696266a14 100644index dd769998743..4d7d4335bd4 100644
 --- a/sbin/ipfw/ipfw2.h  --- a/sbin/ipfw/ipfw2.h
 +++ b/sbin/ipfw/ipfw2.h  +++ b/sbin/ipfw/ipfw2.h
 @@ -42,6 +42,7 @@ struct cmdline_opts {  @@ -42,6 +42,7 @@ struct cmdline_opts {
Line 10  index dd769998743..c8696266a14 100644 Line 10  index dd769998743..c8696266a14 100644
         int     do_compact;     /* show rules in compact mode */          int     do_compact;     /* show rules in compact mode */
         int     do_force;       /* do not ask for confirmation */          int     do_force;       /* do not ask for confirmation */
         int     show_sets;      /* display the set each rule belongs to */          int     show_sets;      /* display the set each rule belongs to */
@@ -401,6 +402,11 @@ void ipfw_show_nat(int ac, char **av);@@ -401,6 +402,12 @@ void ipfw_show_nat(int ac, char **av);
  int ipfw_delete_nat(int i);   int ipfw_delete_nat(int i);
  void ipfw_config_pipe(int ac, char **av);   void ipfw_config_pipe(int ac, char **av);
  void ipfw_config_nat(int ac, char **av);   void ipfw_config_nat(int ac, char **av);
 +void ipfw_config_sync(int ac, char **av);  +void ipfw_config_sync(int ac, char **av);
   +void ipfw_list_sync(int ac, char **av);
 +void ipfw_show_sync(int ac, char **av);  +void ipfw_show_sync(int ac, char **av);
 +void ipfw_start_sync(int ac, char **av);  +void ipfw_start_sync(int ac, char **av);
 +void ipfw_stop_sync(int ac, char **av);  +void ipfw_stop_sync(int ac, char **av);

Removed from v.1.2  
changed lines
  Added in v.1.3


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>