netfilter-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* nft equivalent of iptables command
@ 2019-08-22 13:57 Serguei Bezverkhi (sbezverk)
  2019-08-22 14:16 ` Florian Westphal
  0 siblings, 1 reply; 7+ messages in thread
From: Serguei Bezverkhi (sbezverk) @ 2019-08-22 13:57 UTC (permalink / raw)
  To: netfilter-devel

Hello,

I am trying to find an equivalent nft command for the following iptables command.  Specifically "physdev" and "addrtype", I could not find so far, some help would be very appreciated.

-A KUBE-SERVICES 
-m comment --comment "default/portal:portal external IP" 
-m tcp 
-p tcp 
-d 192.168.80.104/32 
--dport 8989 
-m physdev ! --physdev-is-in             
-m addrtype ! --src-type LOCAL 
-j KUBE-SVC-MUPXPVK4XAZHSWAR

Thank you
Serguei


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

end of thread, other threads:[~2019-08-22 15:24 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-08-22 13:57 nft equivalent of iptables command Serguei Bezverkhi (sbezverk)
2019-08-22 14:16 ` Florian Westphal
2019-08-22 14:49   ` Dan Williams
2019-08-22 15:04     ` Serguei Bezverkhi (sbezverk)
2019-08-22 15:16       ` Florian Westphal
2019-08-22 15:24         ` Serguei Bezverkhi (sbezverk)
2019-08-22 15:04   ` Serguei Bezverkhi (sbezverk)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).