Skip to content

Commit dc09d27

Browse files
committed
fix
1 parent a6a0e20 commit dc09d27

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

sys/net/npf/npf_ext_route.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -334,7 +334,7 @@ npf_route(npf_cache_t *npc, void *meta, const npf_match_info_t __unused *mi, int
334334
} dst;
335335

336336
/* Skip, if already blocking.
337-
* also when routing is applied to a statful rule, incoming packets
337+
* also when routing is applied to a stateful rule, incoming packets
338338
* are routed since the procedure becomes attached to the connection
339339
* and hence will not be desirable
340340
*/

sys/net/npf/npfkern.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,9 @@ int npf_ext_normalize_fini(npf_t *);
101101
int npf_ext_rndblock_init(npf_t *);
102102
int npf_ext_rndblock_fini(npf_t *);
103103

104+
int npf_ext_route_init(npf_t *);
105+
int npf_ext_route_fini(npf_t *);
106+
104107
/*
105108
* ALGs.
106109
*/

0 commit comments

Comments
 (0)