Changeset 1891

Show
Ignore:
Timestamp:
05/12/08 10:25:25 (2 months ago)
Author:
kris
Message:

Added IPFIREWALL / IPDIVERT to kernel config so NATD works in PCBSD7

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • pcbsd/trunk/system-overlay/PCBSD/conf/PCBSD.i386

    r1773 r1891  
    318318options         DEVICE_POLLING 
    319319 
     320# Enable IPFIREWALL / IPDIVERT for natd to work properly 
     321options         IPFIREWALL 
     322options         IPDIVERT 
     323 
    320324device          pf 
    321325device          pflog 
     
    332336 
    333337options         SMP 
     338 
     339