Hi,

Reading section X. of the QUICKSTART GUIDE I am confused by the following 
example
where tag2 is referenced but the filter is using set_tag, shouldn't it be 
set_tag2?

nfprobe_direction[plugin_name]: tag2
pre_tag_map: /path/to/pretag.map

   then edit the tag map as follows. A return value of '1' means ingress while 
'2' is
   translated to egress. It is possible to employ L2 and/or L3 addresses to 
recognize
   flow directions. The 'set_tag2' primitive (tag2) will be used to carry the 
return
   value:

set_tag=1 filter='dst host XXX.XXX.XXX.XXX'
set_tag=2 filter='src host XXX.XXX.XXX.XXX'

set_tag=1 filter='ether src XX:XX:XX:XX:XX:XX'
set_tag=2 filter='ether dst XX:XX:XX:XX:XX:XX'

--
Stephen Clark
*NetWolves*
Director of Technology
Phone: 813-579-3200
Fax: 813-882-0209
Email: steve.cl...@netwolves.com
http://www.netwolves.com
_______________________________________________
pmacct-discussion mailing list
http://www.pmacct.net/#mailinglists

Reply via email to