public inbox for yew-devel@lists.proxmox.com
 help / color / mirror / Atom feed
* [yew-devel] [PATCH yew-comp] pve: firewall: nosmurfs property is set to true by default
@ 2025-12-04  9:24 Shannon Sterz
  0 siblings, 0 replies; only message in thread
From: Shannon Sterz @ 2025-12-04  9:24 UTC (permalink / raw)
  To: yew-devel

Signed-off-by: Shannon Sterz <s.sterz@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



_______________________________________________
yew-devel mailing list
yew-devel@lists.proxmox.com
https://lists.proxmox.com/cgi-bin/mailman/listinfo/yew-devel


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2025-12-04  9:24 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-12-04  9:24 [yew-devel] [PATCH yew-comp] pve: firewall: nosmurfs property is set to true by default Shannon Sterz

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Service provided by Proxmox Server Solutions GmbH | Privacy | Legal