Howdy.

On a 6.2-syspatch box, I wanted to start leveraging the pf integration dhcpd 
has with the
* Abandoned
* Changed
* Leased

tables.

In pf, as a first step I added the table definitions:
table <dhcpd_abandoned> persist
table <dhcpd_changed> persist
table <dhcpd_leased> persist

and loaded the rules.

Then added the respective flags to dhcpd via rcctl:
-A dhcpd_abandoned -C dhcpd_changed -L dhcpd_leased em1

Restarted dhcpd (now noticed that there's a dhcpd: pf table handler process).

I booted up some boxes and renewed some other dhcp leases to get some entries
in the tables but when I attempted to print them out via pfctl nothing is in 
them.

pfctl -t dhcpd_X -T show

pfctl -vvsTables also shows 0 entries for those tables

I guessing this is operator error on my part; Arethere any other items I need
to do to get it working?

Thanks in advance.

+--+
Carlos

Reply via email to