ipfw limit src problem

Hi,
I am getting error at FreeBSD 12.1 while using ipfw

when I add rule

Bash:
ipfw add 1 allow tcp from any to 192.168.100.1 80 in via igb1 limit src-addr 10

I am getting error at console

ipfw: process is using legacy interfaces, consider rebuilding

Bash:
ipfw list

00001 allow tcp from any to 192.168.100.1 80 in via igb1 limit src-addr 10 :default
65535 deny ip from any to any

How can I solve this problem?

Thanks,
 
Back
Top