@fernando Should we create a patch for 1.3?
- Feed Queries
- All Stories
- Search
- Feed Search
- Transactions
- Transaction Logs
All Stories
Jan 20 2024
Ask for VPP features in our slack channel.
Can we close it?
Needs to add some subtasks to fixing
Create please subtasks or close the task
@Apachez Could you create a PR?
I'm not expecting fixes due to the old backend.
But maybe we should
Commands now rely of FRR syntax
We have both iptables/nftables. In general, all code should be for nftables, but iptables are dependencies to netavark network stack. Thats why we are having both packages now
vyos@r4:~$ show version all | match "netavar|nft|ipta" ii iptables 1.8.9-2 amd64 administration tools for packet filtering and NAT ii libnftables1:amd64 1.0.8-1 amd64 Netfilter nftables high level userspace API library ii libnftnl11:amd64 1.2.6-1 amd64 Netfilter nftables userspace API library ii miniupnpd-nftables 2.3.1-1 amd64 UPnP and NAT-PMP daemon for gateway routers - nftables backend ii netavark 1.4.0-4 amd64 Rust based network stack for containers ii nftables 1.0.8-1 amd64 Program to control packet filtering rules by Netfilter project vyos@r4:~$
@kwladyka Could you create a PR?
Used in addon
Reopen it if necessary
Domain name was never implemented, the task T2004
Merged
close as duplicate of T5169
Merged
@a.apostoliuk should we close it as wontfix?
@sdev Can you reproduce it?
The current version 3005.4+ds-1
Merged
@n.fort needs your comments
DDNS was rewritten
@HappyShr00m can you re-check?
@Arc771 Can you update the task?
Needs to find the solution for nftables/netfilter.
Proposed CLI
We need only change leafNode address to the tagNode
set firewall group address-group test123 address 192.0.2.1 description "blackhole"
Fixed VyOS 1.5-rolling-202401190024
vyos@r4:~$ curl -k --location --request POST 'https://localhost/configure' --form data='{"op": "set", "path": ["service", "broadcast-relay", "id", "33", "description", "test"]}' --form key='VyOS-key'
{"success": false, "error": "[ service broadcast-relay ]\nPort number is mandatory for UDP broadcast relay \"33\"\n\n[[service broadcast-relay]] failed\nCommit failed\n", "data": null}Fixed int T5042