All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH nftables] doc: Remove repeated paragraph and fix typo
@ 2019-12-08  9:25 nl6720
  2019-12-09 11:47 ` Pablo Neira Ayuso
  0 siblings, 1 reply; 2+ messages in thread
From: nl6720 @ 2019-12-08  9:25 UTC (permalink / raw)
  To: netfilter-devel; +Cc: nl6720

Signed-off-by: nl6720 <nl6720@gmail.com>
---
 doc/primary-expression.txt | 8 +-------
 1 file changed, 1 insertion(+), 7 deletions(-)

diff --git a/doc/primary-expression.txt b/doc/primary-expression.txt
index 5473d598..16324286 100644
--- a/doc/primary-expression.txt
+++ b/doc/primary-expression.txt
@@ -305,13 +305,7 @@ If no route was found for the source address/input interface combination, the ou
 In case the input interface is specified as part of the input key, the output interface index is always the same as the input interface index or zero.
 If only 'saddr oif' is given, then oif can be any interface index or zero.
 
-In this example, 'saddr . iif' lookups up routing information based on the source address and the input interface.
-oif picks the output interface index from the routing information.
-If no route was found for the source address/input interface combination, the output interface index is zero.
-In case the input interface is specified as part of the input key, the output interface index is always the same as the input interface index or zero.
-If only 'saddr oif' is given, then oif can be any interface index or zero.
-
-# drop packets to address not configured on ininterface
+# drop packets to address not configured on interface
 filter prerouting fib daddr . iif type != { local, broadcast, multicast } drop
 
 # perform lookup in a specific 'blackhole' table (0xdead, needs ip appropriate ip rule)
-- 
2.24.0


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH nftables] doc: Remove repeated paragraph and fix typo
  2019-12-08  9:25 [PATCH nftables] doc: Remove repeated paragraph and fix typo nl6720
@ 2019-12-09 11:47 ` Pablo Neira Ayuso
  0 siblings, 0 replies; 2+ messages in thread
From: Pablo Neira Ayuso @ 2019-12-09 11:47 UTC (permalink / raw)
  To: nl6720; +Cc: netfilter-devel

Applied.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-12-09 11:47 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-12-08  9:25 [PATCH nftables] doc: Remove repeated paragraph and fix typo nl6720
2019-12-09 11:47 ` Pablo Neira Ayuso

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.