Describe the bug:
Include the following information:
- OpenSnitch version: 1.7.2
- OS: NixOS
- OS version: 25.11 (Xantusia)
- Window Manager: sway version 1.11
- Kernel version:
Linux helium 6.12.73 #1-NixOS SMP PREEMPT_DYNAMIC Mon Feb 16 16:09:13 UTC 2026 x86_64 GNU/Linux
To Reproduce:
Steps to reproduce the behavior:
- Open OpenSnitch Network Statistics
- Press Create a new rule...
- Enter
LAN-invalid-CIDR in Name field
- Select Network tab
- Check To this IP / Network
- Select LAN from the drop down to the right of the To this IP / Network field
- See the following error appear below:
Error applying rule: (2) error compiling rule: CIDR parsing error: invalid CIDR address: LAN
Post error logs:
From journalctl -f -u opensnitchd.service:
Mar 06 10:54:25 XXX opensnitchd[87218]: [2026-03-06 01:54:25] WAR Operator.Compile() error: CIDR parsing error: invalid CIDR address: LAN: LAN
Mar 06 10:54:25 XXX opensnitchd[87218]: [2026-03-06 01:54:25] WAR [notification] Error changing rule: (2) error compiling rule: CIDR parsing error: invalid CIDR address: LAN [Enabled] LAN-invalid-CIDR: if(dest.network is 'LAN'){ deny once }
Expected behavior (optional):
OpenSnitch should let me use the LAN network for filtering.
Screenshots:
Additional context:
I've tried setting it directly as a JSON rule. In that case, the To this IP / Network field shows 169.254.0.0/16 when setting the value to LAN in JSON.
Describe the bug:
Include the following information:
Linux helium 6.12.73 #1-NixOS SMP PREEMPT_DYNAMIC Mon Feb 16 16:09:13 UTC 2026 x86_64 GNU/LinuxTo Reproduce:
Steps to reproduce the behavior:
LAN-invalid-CIDRin Name fieldPost error logs:
From
journalctl -f -u opensnitchd.service:Expected behavior (optional):
OpenSnitch should let me use the LAN network for filtering.
Screenshots:
Additional context:
I've tried setting it directly as a JSON rule. In that case, the To this IP / Network field shows 169.254.0.0/16 when setting the value to LAN in JSON.