python - twisted.pair.ethernet vs iptables -
i need implement low-level ip filtering/tracking. typically use iptables this, since using twisted in few projects i'd consider using it's ethernet library, if it's possible. actually, prefer (it's easier deploy iptables rules).
is possible use twisted python's twisted.pair.ethernet implement partial analog of iptables?
twisted.pair.ethernet
give little bit of parsing, doesn't getting data in first place, nor putting on network (if don't filter out). need talk tuntap system, twisted doesn't with.
Comments
Post a Comment