/kernel/lenovo/msm8917/net/bridge/netfilter/ebtables.c: In function 'ebt_standard_compat_from_user':/kernel/lenovo/msm8917/net/bridge/netfilter/ebtables.c:61:3: error: implicit declaration of function
Ubuntu终端错误描述无法定位包包装名称的错误The following packages will be upgraded:invoke-rc.d: could not determine current runlevel* Error: insufficient privileges to access the ebtables rulesets.
See also: http://ebtables.sourceforge.net/examples/real.html#example1ebtables -t broute -A BROUTING-p ipv4 -i tap1 --ip-dst 172.16.1.1 -j DROP
但是,我得到了以
我使用ebtables是因为我读到iptables无法打开没有ip报头的数据包(最低3层)。数据包从机器A发送到机器B(客户端/服务器软件)。a. ebtables -A INPUT -j DROP ebtables -A OUTPUT -j DROP
b. iptables -A输入-m pkttype --pky类型多播-j丢弃iptables