Annotation of fwsync/patches/ip_fw_dynamic.patch, revision 1.1.1.1

1.1       misho       1: diff --git a/sys/netpfil/ipfw/ip_fw_dynamic.c b/sys/netpfil/ipfw/ip_fw_dynamic.c
                      2: index 7b5a7f60e49..a31e21050ad 100644
                      3: --- a/sys/netpfil/ipfw/ip_fw_dynamic.c
                      4: +++ b/sys/netpfil/ipfw/ip_fw_dynamic.c
                      5: @@ -1959,6 +1959,10 @@ dyn_install_state(const struct ipfw_flow_id *pkt, uint32_t zoneid,
                      6:  #endif
                      7:                }
                      8:        }
                      9: +
                     10: +      if (!ret && V_hook_state)
                     11: +              V_hook_state(pkt);
                     12: +
                     13:        /*
                     14:         * EEXIST means that simultaneous thread has created this
                     15:         * state. Consider this as success.

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