go-nfqueue icon indicating copy to clipboard operation
go-nfqueue copied to clipboard

I want to mark packets and use NF_REPEAT, can it be done?

Open elico opened this issue 9 years ago • 0 comments

Hey,

I have a working code in python and perl that uses set_verdict_mark which allows me to mark the packet and using NF_REPEAT then pass throw the table from 0 and then decide couple things. My python code is at: http://wiki.squid-cache.org/EliezerCroitoru/Drafts/MwanLB#Examples Since golang offers much more then python in many ways I was wondering how it should be done with your code if at all?

Thanks, Eliezer

elico avatar Jan 19 '15 18:01 elico