[9.060][ANSWERED] nf_conntrack: automatic helper assignment is deprecated

I am getting this error in my kernel log
2013:01:20-03:26:33 gatekeeper kernel: [32153.852789] nf_conntrack: automatic helper assignment is deprecated and it will be removed soon. Use the iptables CT target to attach helpers instead.

I am assuming it has to do with the connection tracker section under advanced firewall. I have attached a screenshot of my configuration.

Regards
Bill

A little google foo brought this blog entry http://www.odi.ch/weblog/posting.php?posting=663
  • I am getting this error in my kernel log
    2013:01:20-03:26:33 gatekeeper kernel: [32153.852789] nf_conntrack: automatic helper assignment is deprecated and it will be removed soon. Use the iptables CT target to attach helpers instead.
    


    A little google foo brought this blog entry iptables connection tracking helpers


    Yes, thats correct.  However things are  a bit more complicated in our case
    (we can't simply switch to a set of static rules for assigning helpers).
    I think we'll rely on autoassign for the 9.1 release and see if we can make the switch
    to explicit helper assignment in 9.2.