<html>
<head>
<base href="https://bugzilla.netfilter.org/" />
</head>
<body>
<p>
<div>
<b><a class="bz_bug_link
bz_status_NEW "
title="NEW - Flowtable - Bug on devices deinition"
href="https://bugzilla.netfilter.org/show_bug.cgi?id=1700#c2">Comment # 2</a>
on <a class="bz_bug_link
bz_status_NEW "
title="NEW - Flowtable - Bug on devices deinition"
href="https://bugzilla.netfilter.org/show_bug.cgi?id=1700">bug 1700</a>
from <span class="vcard"><a class="email" href="mailto:pablo@netfilter.org" title="Pablo Neira Ayuso <pablo@netfilter.org>"> <span class="fn">Pablo Neira Ayuso</span></a>
</span></b>
<pre>You have to narrow down this rule to what flows get into the flowtable:
iifname { eth1, eth2 } ip protocol udp counter packets 1385097903 bytes
2077646854500 flow add @ft_test03
in case you want flowtable coming from from eth1 and eth2.
*Your ruleset determines what flows get added to the flowtable*.
This flowtable in the example below specify no devices:
table ip vyos_filter {
flowtable ft_test03 {
hook ingress priority filter
}
The devices you specify in the flowtable declaration determine from what device
the flowtable look up is done.</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are watching all bug changes.</li>
</ul>
</body>
</html>