[yew-devel] [PATCH yew-comp] pve: firewall: nosmurfs property is set to true by default

Shannon Sterz s.sterz at proxmox.com
Thu Dec 4 10:24:34 CET 2025


Signed-off-by: Shannon Sterz <s.sterz at proxmox.com>
---
 src/form/pve/firewall_property/mod.rs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/form/pve/firewall_property/mod.rs b/src/form/pve/firewall_property/mod.rs
index e14725b..39a87b1 100644
--- a/src/form/pve/firewall_property/mod.rs
+++ b/src/form/pve/firewall_property/mod.rs
@@ -84,7 +84,7 @@ pub fn tcpflags_property(mobile: bool) -> EditableProperty {
 }
 
 pub fn nosmurfs_property(mobile: bool) -> EditableProperty {
-    EditableProperty::new_bool("nosmurfs", tr!("SMURFS filter"), false, mobile).required(true)
+    EditableProperty::new_bool("nosmurfs", tr!("SMURFS filter"), true, mobile).required(true)
 }
 
 pub fn nftables_property(mobile: bool) -> EditableProperty {
-- 
2.47.3





More information about the yew-devel mailing list