mirror of
https://github.com/opnsense/src.git
synced 2026-06-11 01:30:30 -04:00
Fix typo in comment.
Reviewed by: thompsa
This commit is contained in:
parent
412fcd3f6c
commit
c7dada99bb
1 changed files with 1 additions and 1 deletions
|
|
@ -532,7 +532,7 @@ DECLARE_MODULE(if_bridge, bridge_mod, SI_SUB_PSEUDO, SI_ORDER_ANY);
|
|||
MODULE_DEPEND(if_bridge, bridgestp, 1, 1, 1);
|
||||
|
||||
/*
|
||||
* handler for net.link.bridge.pfil_ipfw
|
||||
* handler for net.link.bridge.ipfw
|
||||
*/
|
||||
static int
|
||||
sysctl_pfil_ipfw(SYSCTL_HANDLER_ARGS)
|
||||
|
|
|
|||
Loading…
Reference in a new issue