mirror of
https://dev.iopsys.eu/feed/iopsys.git
synced 2025-12-10 07:44:50 +01:00
18 lines
390 B
Text
18 lines
390 B
Text
if PACKAGE_firewallmngr
|
|
|
|
menu "Configuration"
|
|
|
|
config FIREWALLMNGR_PORT_TRIGGER
|
|
bool "Include Device.NAT.PortTrigger"
|
|
default y
|
|
help
|
|
Set this option to include support for PortTrigger object.
|
|
|
|
config FIREWALLMNGR_NAT_INTERFACE_SETTING
|
|
bool "Include Device.NAT.InterfaceSetting"
|
|
default y
|
|
help
|
|
Set this option to include support for NAT InterfaceSetting object.
|
|
|
|
endmenu
|
|
endif
|