Linux Netfilter discussions
 help / color / mirror / Atom feed
* device list reversed
@ 2021-04-11 13:07 Frank Wunderlich
  2021-04-20 11:28 ` Pablo Neira Ayuso
  0 siblings, 1 reply; 3+ messages in thread
From: Frank Wunderlich @ 2021-04-11 13:07 UTC (permalink / raw)
  To: netfilter

Hi,

i import ruleset by file with a devicelist (flowtable)

devices = { wan, lan0, lan3 }

and if i do a nft list ruleset, it gets reversed

devices = { lan3, lan0, wan }

imho this is a cosmetic thing, but strange anyway

took a look in ./libnftnl/src/flowtable.c but it seems the loop is always done in forward way

any idea why this happen?

regards Frank


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

end of thread, other threads:[~2021-04-20 11:47 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-04-11 13:07 device list reversed Frank Wunderlich
2021-04-20 11:28 ` Pablo Neira Ayuso
2021-04-20 11:47   ` Frank Wunderlich

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox