commit | 8194411a426584330d3bea0498641bbfe86c8933 | [log] [tgz] |
---|---|---|
author | Florian Westphal <fw@strlen.de> | Thu Aug 09 09:18:50 2012 +0000 |
committer | Stephen Hemminger <shemminger@vyatta.com> | Mon Aug 13 08:33:50 2012 -0700 |
tree | feec07588aceb2f0752823bf36ef87275f405cd2 | |
parent | af9d406f99853848054162ed7aefbe71dc03e433 [diff] |
tc: add ipset ematch example usage: tc filter add dev $dev parent $id: basic match not ipset'(foobar src)' .. also updates iproute2/ematch_map, else tc complains: Error: Unable to find ematch "ipset" in /etc/iproute2/ematch_map Please assign a unique ID to the ematch kind the suggested entry is: 8 ipset when trying to use this ematch. (text ematch (5) only exists in kernel, a vlan ematch (6) exists neither in kernel nor userspace, but kernel headers define TCF_EM_VLAN == 6).