Diff for /fwsync/driver/fwsync.c between versions 1.1 and 1.2

version 1.1, 2022/06/22 13:01:55 version 1.2, 2022/06/29 19:44:58
Line 285  fwsync_start(struct ip_fw_chain *ch, ip_fw3_opheader * Line 285  fwsync_start(struct ip_fw_chain *ch, ip_fw3_opheader *
                 fws_ctx.config |= CTX_COLLECTOR_2_ONLINE;                  fws_ctx.config |= CTX_COLLECTOR_2_ONLINE;
         }          }
   
         /* at last but not at least, activate config status of started sync service */  
         fws_cfg.cfg.on |= *n;  
         return 0;          return 0;
 }  }
   
Line 328  fwsync_stop(struct ip_fw_chain *ch, ip_fw3_opheader *o Line 326  fwsync_stop(struct ip_fw_chain *ch, ip_fw3_opheader *o
                 ipfw_unregister_alias_hook();                  ipfw_unregister_alias_hook();
         }          }
   
         /* at last but not at least, stop sync service */  
         fws_cfg.cfg.on &= ~*n;  
         return 0;          return 0;
 }  }

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


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