FreeBSD Bugzilla – Attachment 252785 Details for
Bug 280834
pf: set skip on <interface> persists and can't be removed
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
add agrs to allow interface flag clearing
pfctl-patch-example.txt (text/plain), 790 bytes, created by
mike
on 2024-08-15 20:08:58 UTC
(
hide
)
Description:
add agrs to allow interface flag clearing
Filename:
MIME Type:
Creator:
mike
Created:
2024-08-15 20:08:58 UTC
Size:
790 bytes
patch
obsolete
>--- pfctl.c 2024-06-19 04:02:13.944788000 -0400 >+++ /tmp/pfctl.c 2024-08-15 15:51:08.935527000 -0400 >@@ -227,7 +227,7 @@ > static const char * const clearopt_list[] = { > "nat", "queue", "rules", "Sources", > "states", "info", "Tables", "osfp", "all", >- "ethernet", NULL >+ "ethernet", "Interfaces", NULL > }; > > static const char * const showopt_list[] = { >@@ -3192,6 +3192,9 @@ > break; > case 'i': > pfctl_clear_stats(dev, opts); >+ break; >+ case 'I': >+ pfctl_clear_interface_flags(dev, opts); > break; > case 'a': > pfctl_flush_eth_rules(dev, opts, anchorname);
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 280834
: 252785