mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-11-28 15:32:45 +00:00
Fix incorrect field name.
This commit is contained in:
parent
bcd654920e
commit
b7c649d811
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=176791
@ -76,7 +76,7 @@ struct ng_nat_redirect_port {
|
||||
{ "local_port", &ng_parse_uint16_type }, \
|
||||
{ "alias_port", &ng_parse_uint16_type }, \
|
||||
{ "remote_port", &ng_parse_uint16_type }, \
|
||||
{ "udp", &ng_parse_uint8_type }, \
|
||||
{ "proto", &ng_parse_uint8_type }, \
|
||||
{ "description", (desctype) }, \
|
||||
{ NULL } \
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user