tc-ematch(8) extended matches for use with "basic", "cgroup" or "flow" filters
5 months ago
- #Linux
- #iproute2
- #Networking
- 扩展匹配(ematch)在Linux中与'basic'、'cgroup'或'flow'过滤器配合使用
- ematch语法包含逻辑运算符(and/or)、括号分组以及多种匹配模块,如'cmp'、'meta'、'nbyte'、'u32'、'ipset'、'ipt'和'canid'
- ematch的典型应用场景包括:数据包内容比对、元数据属性检查、ipset成员关系测试以及CAN帧匹配
- 该匹配机制由Thomas Graf开发,现已成为iproute2项目的一部分
- 问题报告及手册页更新请发送邮件至netdev@vger.kernel.org或man-pages@man7.org