* [nft PATCH] doc: drop duplicate ARP HEADER EXPRESSION
@ 2024-05-28 12:07 谢致邦 (XIE Zhibang)
2024-05-28 12:22 ` Florian Westphal
0 siblings, 1 reply; 2+ messages in thread
From: 谢致邦 (XIE Zhibang) @ 2024-05-28 12:07 UTC (permalink / raw)
To: netfilter-devel; +Cc: 谢致邦 (XIE Zhibang)
Signed-off-by: 谢致邦 (XIE Zhibang) <Yeking@Red54.com>
---
doc/payload-expression.txt | 38 --------------------------------------
1 file changed, 38 deletions(-)
diff --git a/doc/payload-expression.txt b/doc/payload-expression.txt
index c7c267daee0c..7bc24a8a6502 100644
--- a/doc/payload-expression.txt
+++ b/doc/payload-expression.txt
@@ -670,44 +670,6 @@ integer (24 bit)
netdev filter ingress udp dport 4789 vxlan tcp dport 80 counter
----------------------------------------------------------
-ARP HEADER EXPRESSION
-~~~~~~~~~~~~~~~~~~~~~
-[verse]
-*arp* {*htype* | *ptype* | *hlen* | *plen* | *operation* | *saddr* { *ip* | *ether* } | *daddr* { *ip* | *ether* }
-
-.ARP header expression
-[options="header"]
-|==================
-|Keyword| Description| Type
-|htype|
-ARP hardware type|
-integer (16 bit)
-|ptype|
-EtherType|
-ether_type
-|hlen|
-Hardware address len|
-integer (8 bit)
-|plen|
-Protocol address len |
-integer (8 bit)
-|operation|
-Operation |
-arp_op
-|saddr ether|
-Ethernet sender address|
-ether_addr
-|daddr ether|
-Ethernet target address|
-ether_addr
-|saddr ip|
-IPv4 sender address|
-ipv4_addr
-|daddr ip|
-IPv4 target address|
-ipv4_addr
-|======================
-
RAW PAYLOAD EXPRESSION
~~~~~~~~~~~~~~~~~~~~~~
[verse]
--
2.44.0
^ permalink raw reply related [flat|nested] 2+ messages in thread* Re: [nft PATCH] doc: drop duplicate ARP HEADER EXPRESSION
2024-05-28 12:07 [nft PATCH] doc: drop duplicate ARP HEADER EXPRESSION 谢致邦 (XIE Zhibang)
@ 2024-05-28 12:22 ` Florian Westphal
0 siblings, 0 replies; 2+ messages in thread
From: Florian Westphal @ 2024-05-28 12:22 UTC (permalink / raw)
To: 谢致邦 (XIE Zhibang); +Cc: netfilter-devel
谢致邦 (XIE Zhibang) <Yeking@Red54.com> wrote:
> Signed-off-by: 谢致邦 (XIE Zhibang) <Yeking@Red54.com>
> ---
> doc/payload-expression.txt | 38 --------------------------------------
> 1 file changed, 38 deletions(-)
>
> diff --git a/doc/payload-expression.txt b/doc/payload-expression.txt
> index c7c267daee0c..7bc24a8a6502 100644
> --- a/doc/payload-expression.txt
> +++ b/doc/payload-expression.txt
> @@ -670,44 +670,6 @@ integer (24 bit)
> netdev filter ingress udp dport 4789 vxlan tcp dport 80 counter
> ----------------------------------------------------------
>
> -ARP HEADER EXPRESSION
Weird, its indeed listed twice. Applied, thanks.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2024-05-28 12:22 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-05-28 12:07 [nft PATCH] doc: drop duplicate ARP HEADER EXPRESSION 谢致邦 (XIE Zhibang)
2024-05-28 12:22 ` Florian Westphal
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.