all lists on 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
  2025-12-16 16:57 ` [yew-devel] applied: " Thomas Lamprecht
  0 siblings, 1 reply; 2+ messages 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] 2+ messages in thread

* [yew-devel] applied: [PATCH yew-comp] pve: firewall: nosmurfs property is set to true by default
  2025-12-04  9:24 [yew-devel] [PATCH yew-comp] pve: firewall: nosmurfs property is set to true by default Shannon Sterz
@ 2025-12-16 16:57 ` Thomas Lamprecht
  0 siblings, 0 replies; 2+ messages in thread
From: Thomas Lamprecht @ 2025-12-16 16:57 UTC (permalink / raw)
  To: yew-devel, Shannon Sterz

On Thu, 04 Dec 2025 10:24:34 +0100, Shannon Sterz wrote:
> 


Applied, thanks!

[1/1] pve: firewall: nosmurfs property is set to true by default
      commit: 3c75c8cf01e9d75c7ef22ff4fc5d4ade819f1a3d


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


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2025-12-16 16:56 UTC | newest]

Thread overview: 2+ messages (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
2025-12-16 16:57 ` [yew-devel] applied: " Thomas Lamprecht

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.
Service provided by Proxmox Server Solutions GmbH | Privacy | Legal