Deleted Added
full compact
25c25
< .\" $FreeBSD: head/share/man/man4/ng_tag.4 159979 2006-06-27 12:45:28Z glebius $
---
> .\" $FreeBSD: head/share/man/man4/ng_tag.4 160050 2006-06-30 11:35:35Z ru $
27a28
> .Dt NG_TAG 4
220c221
< Let us suppose we need to filter DirectConnect P2P network data traffic,
---
> Example below explains how to filter DirectConnect P2P network data traffic,
224c225
< So we will use ipfw's
---
> So ipfw's
226c227
< action to divert all TCP packets to an
---
> action will be used to divert all TCP packets to an
237c238
< We will use a script provided in
---
> A script provided in
239c240
< manual page for programming node.
---
> manual page will be used for programming node.
245c246
< Thus, we will have expression
---
> Thus, there will be expression
247c248
< on incoming from hook and empty expression to match all packets from
---
> on incoming hook and empty expression to match all packets from
301c302
< nodes, add
---
> nodes,
303c304
< rules to enable packet flow:
---
> rules must be added to enable packet flow:
309c310
< Note: you should ensure that packets are returned to ipfw after processing
---
> Note: one should ensure that packets are returned to ipfw after processing