Has anyone tested this?
- Feed Queries
- All Stories
- Search
- Feed Search
- Transactions
- Transaction Logs
May 5 2025
May 4 2025
May 2 2025
May 1 2025
Has anyone been able to pick this up yet to take a look as to what might be possibly causing this? Or if there is something I'm missing or I could try?
Apr 30 2025
In T5493#222634, @adestis wrote:You are right, when a correct "base" address for the prefix is used.
If not the prefix is silently discarded (192.0.0.0/24 vs. 192.0.0.8/24).
I am ok with it. Just important for documentation.
Generated rules:
vyos@r14# cat /run/nftables-ct.conf #!/usr/sbin/nft -f
In short, setting listen-address requires an explicit 'systemctl restart nginx' instead of the existing 'systemctl reload-or-restart nginx'; a workaround before merge of the PR is to call the restart.
Apr 29 2025
PR
https://github.com/vyos/vyos-http-api-tools/pull/22
Opt to upgrade h11 package version only; cf. comments there.
Apr 28 2025
Adding a simple condition seems to do the work:
You are right, when a correct "base" address for the prefix is used.
If not the prefix is silently discarded (192.0.0.0/24 vs. 192.0.0.8/24).
I am ok with it. Just important for documentation.
In T5493#222631, @adestis wrote:@Embezzle you are only supporting IP addresses but no prefixes as 192.0.0.8/24 ?
Do you have plans to also support networks/prefixes?
A lot of the original proposed features would be left aside if the implementation would stop here.
Or maybe I am the only one complaining here.
@Embezzle you are only supporting IP addresses but no prefixes as 192.0.0.8/24 ?
Do you have plans to also support networks/prefixes?
We tested the solution implemented by @Embezzle and it seems to work.