Changeset View
Changeset View
Standalone View
Standalone View
sbin/pfctl/pfctl_parser.c
Context not available. | |||||
printf(" sticky-address"); | printf(" sticky-address"); | ||||
if (id == PF_NAT && p1 == 0 && p2 == 0) | if (id == PF_NAT && p1 == 0 && p2 == 0) | ||||
printf(" static-port"); | printf(" static-port"); | ||||
if (pool->mape.offset > 0) | |||||
printf(" map-e-portset %u/%u/%u", | |||||
pool->mape.offset, pool->mape.psidlen, pool->mape.psid); | |||||
} | } | ||||
const char * const pf_reasons[PFRES_MAX+1] = PFRES_NAMES; | const char * const pf_reasons[PFRES_MAX+1] = PFRES_NAMES; | ||||
Context not available. |