mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Properly name the sysctl to "iflistl" rather than "iflist2", which had been
the prototype name and slipped in in r231505. Spotted in a reply from: bde MFC after: 3 days
This commit is contained in:
parent
04016bcf93
commit
bfe09c5580
1 changed files with 1 additions and 1 deletions
|
|
@ -406,7 +406,7 @@ struct sockproto {
|
|||
{ "flags", CTLTYPE_STRUCT }, \
|
||||
{ "iflist", CTLTYPE_STRUCT }, \
|
||||
{ "ifmalist", CTLTYPE_STRUCT }, \
|
||||
{ "iflist2", CTLTYPE_STRUCT }, \
|
||||
{ "iflistl", CTLTYPE_STRUCT }, \
|
||||
}
|
||||
#endif /* __BSD_VISIBLE */
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue