+ # C) banner file
+ local bannerfile
+ config_get bannerfile ${section} BannerFile
+ [ -f $bannerfile ] || bannerfile=''
+ # D) gatewayports
+ local gatewayports
+ config_get_bool gatewayports "${section}" GatewayPorts 0
+ [ "${gatewayports}" -eq 1 ] || gatewayports=''