Page MenuHomeVyOS Platform
Feed All Stories

Jun 28 2022

Viacheslav changed the status of T4486: Container can't be deleted from Open to In progress.
Jun 28 2022, 12:59 PM · VyOS 1.4 Sagitta
n.fort closed T4458: Firewall - add support for matching ip ttl in firewall rules as Resolved.
Jun 28 2022, 12:49 PM · VyOS 1.4 Sagitta
n.fort closed T3907: Firewall - Set log levels as Resolved.
Jun 28 2022, 12:48 PM · VyOS 1.4 Sagitta
Viacheslav added a comment to T4443: Wan Load Balancing Multiple Regressions.

Task for rewriting wan-loadbalancing to XML/Python T4470

Jun 28 2022, 12:18 PM · VyOS 1.3 Equuleus (1.3.7)
fernando added a comment to T4490: BGP- warning message that AFI/SAFI is needed to establish the neighborship.

@Viacheslav thanks

Jun 28 2022, 12:15 PM · VyOS 1.4 Sagitta
Viacheslav changed the status of T4473: Use container network without network declaration error from Open to In progress.
Jun 28 2022, 12:13 PM · VyOS 1.4 Sagitta
Viacheslav claimed T4473: Use container network without network declaration error.
Jun 28 2022, 12:13 PM · VyOS 1.4 Sagitta
fernando changed the status of T4490: BGP- warning message that AFI/SAFI is needed to establish the neighborship from Open to In progress.
Jun 28 2022, 12:13 PM · VyOS 1.4 Sagitta
Viacheslav added a comment to T4473: Use container network without network declaration error.

PR https://github.com/vyos/vyos-1x/pull/1376

Jun 28 2022, 12:12 PM · VyOS 1.4 Sagitta
Viacheslav added a project to T4489: MPLS sysctl not persistent for tunnel interfaces: VyOS 1.3 Equuleus (1.3.2).

PR for 1.3 https://github.com/vyos/vyos-1x/pull/1375

Jun 28 2022, 10:42 AM · VyOS 1.3 Equuleus (1.3.2), VyOS 1.4 Sagitta
Viacheslav moved T4429: Ability to detect external IP address from op-mode from Need Triage to Finished on the VyOS 1.4 Sagitta board.
Jun 28 2022, 10:27 AM · VyOS 1.3 Equuleus (1.3.2), VyOS 1.4 Sagitta
Viacheslav added a project to T4429: Ability to detect external IP address from op-mode: VyOS 1.3 Equuleus (1.3.2).

PR for 1.3 https://github.com/vyos/vyos-1x/pull/1374

Jun 28 2022, 10:21 AM · VyOS 1.3 Equuleus (1.3.2), VyOS 1.4 Sagitta
Viacheslav added a comment to T4489: MPLS sysctl not persistent for tunnel interfaces.

Will be fixed in the next rolling release

Jun 28 2022, 9:58 AM · VyOS 1.3 Equuleus (1.3.2), VyOS 1.4 Sagitta
Viacheslav added a comment to T1375: Add clear dhcp server lease function.

PR for 1.3 https://github.com/vyos/vyos-1x/pull/1372

Jun 28 2022, 9:34 AM · VyOS 1.3 Equuleus (1.3.2), VyOS 1.4 Sagitta
Viacheslav moved T1375: Add clear dhcp server lease function from Need Triage to Finished on the VyOS 1.4 Sagitta board.
Jun 28 2022, 9:05 AM · VyOS 1.3 Equuleus (1.3.2), VyOS 1.4 Sagitta
Viacheslav added a comment to T4490: BGP- warning message that AFI/SAFI is needed to establish the neighborship.

PR https://github.com/vyos/vyos-1x/pull/1371

Jun 28 2022, 9:04 AM · VyOS 1.4 Sagitta
Viacheslav added a comment to T4299: Firewall - GeoIP filtering.

Why don't use action accept for nl and drop all others?

Jun 28 2022, 8:40 AM · VyOS 1.4 Sagitta
Viacheslav closed T4457: L2TP/IPSec Remote Access VPN does not work as expected in 1.3.1-S1 as Invalid.
Jun 28 2022, 8:38 AM · VyOS 1.3 Equuleus ( 1.3.1)
e.khudiyev added a comment to T4457: L2TP/IPSec Remote Access VPN does not work as expected in 1.3.1-S1.
In T4457#124584, @NikolayP wrote:

The problem seems to be in these lines:

set vpn l2tp remote-access authentication local-users username test static-ip '172.25.255.1'
set vpn l2tp remote-access client-ip-pool start '172.25.255.1'
set vpn l2tp remote-access client-ip-pool stop '172.25.255.14'

Replacing "static IP" with 172.25.255.2 makes it work in VyOS 1.3.1

set vpn l2tp remote-access authentication local-users username test static-ip '172.25.255.2'

Full corrected config for 1.3.1 from the first post:

set interfaces dummy dum4 address '4.4.4.4/32'
set interfaces ethernet eth0 address 'dhcp'
set interfaces ethernet eth1 address '192.168.6.31/24'
set service ssh
set vpn ipsec ipsec-interfaces interface 'eth1'
set vpn ipsec nat-networks allowed-network 0.0.0.0/0
set vpn ipsec nat-traversal 'enable'
set vpn l2tp remote-access authentication local-users username test password 'test'
set vpn l2tp remote-access authentication local-users username test static-ip '172.25.255.2'
set vpn l2tp remote-access authentication mode 'local'
set vpn l2tp remote-access authentication require 'mschap-v2'
set vpn l2tp remote-access client-ip-pool start '172.25.255.1'
set vpn l2tp remote-access client-ip-pool stop '172.25.255.14'
set vpn l2tp remote-access idle '1800'
set vpn l2tp remote-access ipsec-settings authentication mode 'pre-shared-secret'
set vpn l2tp remote-access ipsec-settings authentication pre-shared-secret 'test'
set vpn l2tp remote-access ipsec-settings ike-lifetime '3600'
set vpn l2tp remote-access ipsec-settings lifetime '3600'
set vpn l2tp remote-access outside-address '192.168.6.31'
Jun 28 2022, 8:29 AM · VyOS 1.3 Equuleus ( 1.3.1)
Viacheslav added a comment to T4489: MPLS sysctl not persistent for tunnel interfaces.

PR https://github.com/vyos/vyos-1x/pull/1370

Jun 28 2022, 8:18 AM · VyOS 1.3 Equuleus (1.3.2), VyOS 1.4 Sagitta
Viacheslav changed the status of T4489: MPLS sysctl not persistent for tunnel interfaces from Confirmed to In progress.
Jun 28 2022, 8:03 AM · VyOS 1.3 Equuleus (1.3.2), VyOS 1.4 Sagitta
Viacheslav added a comment to T4489: MPLS sysctl not persistent for tunnel interfaces.

It seems a wrong priority
Mpls configuration applied before creation tunnel
As a result sysctl parameter for the tunnel interface doesn't exist yet
To reproduce it in one commit:

set interfaces dummy dum1 address '10.5.4.8/24'
set interfaces tunnel tun0 address '10.255.0.2/30'
set interfaces tunnel tun0 encapsulation 'gre'
set interfaces tunnel tun0 remote '192.0.2.254'
set interfaces tunnel tun0 source-address '192.0.2.1'
set protocols mpls interface 'dum1'
set protocols mpls interface 'tun0'
set protocols mpls ldp discovery transport-ipv4-address '192.0.2.1'
set protocols mpls ldp interface 'dum1'
set protocols mpls ldp interface 'tun0'
set protocols mpls ldp router-id '192.0.2.1'
Jun 28 2022, 7:53 AM · VyOS 1.3 Equuleus (1.3.2), VyOS 1.4 Sagitta

Jun 27 2022

fernando created T4490: BGP- warning message that AFI/SAFI is needed to establish the neighborship.
Jun 27 2022, 9:11 PM · VyOS 1.4 Sagitta
sarthurdev closed T4484: Firewall op-mode summary doesn't correctly handle address group containing ranges as Resolved.
Jun 27 2022, 8:16 PM · VyOS 1.4 Sagitta
ssasso added a comment to T4489: MPLS sysctl not persistent for tunnel interfaces.

Hi,
I think this is a BUG, not a feature.
If I enable mpls on an interface, then the proper sysctl flags must be applied and be persistent.

Jun 27 2022, 2:33 PM · VyOS 1.3 Equuleus (1.3.2), VyOS 1.4 Sagitta
fernando changed the status of T4489: MPLS sysctl not persistent for tunnel interfaces from Open to Confirmed.
Jun 27 2022, 2:05 PM · VyOS 1.3 Equuleus (1.3.2), VyOS 1.4 Sagitta
fernando added a comment to T4489: MPLS sysctl not persistent for tunnel interfaces.

it's a common behavior when you want to set sysctl variable and bash-cli is used ( vyos-cli by default when restart the vm set this value in 0 ) . however , it's possible to configure it with this command :

Jun 27 2022, 2:03 PM · VyOS 1.3 Equuleus (1.3.2), VyOS 1.4 Sagitta
ssasso updated the task description for T4489: MPLS sysctl not persistent for tunnel interfaces.
Jun 27 2022, 12:15 PM · VyOS 1.3 Equuleus (1.3.2), VyOS 1.4 Sagitta
ssasso created T4489: MPLS sysctl not persistent for tunnel interfaces.
Jun 27 2022, 12:10 PM · VyOS 1.3 Equuleus (1.3.2), VyOS 1.4 Sagitta
c-po claimed T4477: router-advert: support RDNSS lifetime option.
Jun 27 2022, 6:36 AM · VyOS 1.4 Sagitta

Jun 26 2022

diekos added a comment to T4299: Firewall - GeoIP filtering.

I just tested it on VyOS 1.4-rolling-202206260217, everything seems to work so far!
It would be nice to also have the negate option, something like:

Jun 26 2022, 9:34 PM · VyOS 1.4 Sagitta
aderouineau added a comment to T1733: Route filters syntax redesign.

@MrXermon Let's say someone is setting up BGP peering and wants to control import or export of prefixes using prefixlist. With your suggestion, how would you deny certain prefixes and accept all others? Can JunOS solve this directly with prefixlist without using route-map?

Jun 26 2022, 9:06 PM · VyOS 2.0.x
Nova_Logic added a comment to T4480: add an ability to configure squid acl safe ports and acl ssl safe ports.

Thank you!

Jun 26 2022, 4:16 PM · VyOS 1.4 Sagitta
n.fort changed the status of T4480: add an ability to configure squid acl safe ports and acl ssl safe ports from Open to In progress.
Jun 26 2022, 3:49 PM · VyOS 1.4 Sagitta
n.fort added a project to T4480: add an ability to configure squid acl safe ports and acl ssl safe ports: VyOS 1.4 Sagitta.
Jun 26 2022, 3:49 PM · VyOS 1.4 Sagitta
n.fort added a comment to T4480: add an ability to configure squid acl safe ports and acl ssl safe ports.

PR: https://github.com/vyos/vyos-1x/pull/1369

Jun 26 2022, 3:48 PM · VyOS 1.4 Sagitta
Nova_Logic updated the task description for T4488: allow manual configuration changes of interfaces created by high-availability with rfc3768-compatibility option .
Jun 26 2022, 3:11 PM · VyOS 1.5 Circinus
Nova_Logic created T4488: allow manual configuration changes of interfaces created by high-availability with rfc3768-compatibility option .
Jun 26 2022, 3:06 PM · VyOS 1.5 Circinus
n.fort claimed T4480: add an ability to configure squid acl safe ports and acl ssl safe ports.
Jun 26 2022, 12:25 PM · VyOS 1.4 Sagitta
Viacheslav changed Version from - to VyOS 1.4-rolling-202206260217 on T4487: Create container without downloaded image wrong behavior.
Jun 26 2022, 8:37 AM · VyOS 1.4 Sagitta
Viacheslav changed the subtype of T4487: Create container without downloaded image wrong behavior from "Feature Request" to "Bug".
Jun 26 2022, 8:29 AM · VyOS 1.4 Sagitta
Viacheslav created T4487: Create container without downloaded image wrong behavior.
Jun 26 2022, 8:28 AM · VyOS 1.4 Sagitta
Viacheslav closed T4404: Container is not deleted as Resolved N/A.
Jun 26 2022, 8:14 AM · VyOS 1.4 Sagitta
Viacheslav created T4486: Container can't be deleted.
Jun 26 2022, 8:11 AM · VyOS 1.4 Sagitta

Jun 25 2022

sarthurdev changed the status of T4485: OpenVPN: Allow multiple CAs certificates from Open to In progress.
Jun 25 2022, 9:58 PM · VyOS 1.4 Sagitta
sarthurdev changed the status of T4484: Firewall op-mode summary doesn't correctly handle address group containing ranges from In progress to Needs testing.

PR: https://github.com/vyos/vyos-1x/pull/1368

Jun 25 2022, 9:48 PM · VyOS 1.4 Sagitta
sarthurdev changed the status of T4484: Firewall op-mode summary doesn't correctly handle address group containing ranges from Open to In progress.
Jun 25 2022, 9:46 PM · VyOS 1.4 Sagitta
c-po closed T4483: Upgrade fastnetmon to v1.2.2 community edition, a subtask of T2659: Add fastnetmon (DDoS detection) support, as Resolved.
Jun 25 2022, 9:11 AM · VyOS 1.3 Equuleus (1.3.0)
c-po closed T4483: Upgrade fastnetmon to v1.2.2 community edition as Resolved.
Jun 25 2022, 9:11 AM · VyOS 1.4 Sagitta
c-po created T4483: Upgrade fastnetmon to v1.2.2 community edition.
Jun 25 2022, 9:11 AM · VyOS 1.4 Sagitta
c-po moved T1748: vbash: beautify tab completion output/line breaks from In Progress to Finished on the VyOS 1.4 Sagitta board.
Jun 25 2022, 9:03 AM · VyOS 1.4 Sagitta
c-po moved T4482: dhcp: toggle of "dhcp-options no-default-route" has no effect from In Progress to Finished on the VyOS 1.4 Sagitta board.
Jun 25 2022, 9:03 AM · VyOS 1.4 Sagitta
c-po closed T4482: dhcp: toggle of "dhcp-options no-default-route" has no effect as Resolved.
Jun 25 2022, 9:03 AM · VyOS 1.4 Sagitta
c-po updated the task description for T4482: dhcp: toggle of "dhcp-options no-default-route" has no effect.
Jun 25 2022, 7:47 AM · VyOS 1.4 Sagitta
c-po moved T4482: dhcp: toggle of "dhcp-options no-default-route" has no effect from Need Triage to In Progress on the VyOS 1.4 Sagitta board.
Jun 25 2022, 7:47 AM · VyOS 1.4 Sagitta
c-po claimed T4482: dhcp: toggle of "dhcp-options no-default-route" has no effect.
Jun 25 2022, 7:46 AM · VyOS 1.4 Sagitta
c-po created T4482: dhcp: toggle of "dhcp-options no-default-route" has no effect.
Jun 25 2022, 7:46 AM · VyOS 1.4 Sagitta

Jun 24 2022

Nova_Logic created T4481: containers are not starting.
Jun 24 2022, 10:16 PM · VyOS 1.4 Sagitta
Nova_Logic created T4480: add an ability to configure squid acl safe ports and acl ssl safe ports.
Jun 24 2022, 10:13 PM · VyOS 1.4 Sagitta
sandwichdoge added a comment to T3933: The firewall does not filter incoming traffic on the interface with vrf..

@Viacheslav As for your other concern, you can filter the actual inbound interface (eth4 in this my case) in mangle-PREROUTING. Maybe you could try packet marking in mangle-PREROUTING, then filter them later in VYOS_FW_FORWARD/VYOS_FW_LOCAL in the filter table?
Something like this:

Jun 24 2022, 4:06 AM · VyOS 1.4 Sagitta (1.4.0-epa1), Restricted Project, VyOS 1.3 Equuleus (1.3.7)

Jun 23 2022

sandwichdoge added a comment to T3933: The firewall does not filter incoming traffic on the interface with vrf..

@Viacheslav I tested your fix in my environment. The inbound filtering worked as expected after the fix. However it did not work correctly for the case we where we want both inbound and outbound firewalls on a single vrf member interface (or any case that has more than 2 directions on the same interface).

Jun 23 2022, 2:57 AM · VyOS 1.4 Sagitta (1.4.0-epa1), Restricted Project, VyOS 1.3 Equuleus (1.3.7)

Jun 22 2022

dongjunbo updated the task description for T4479: generate wireguard client command prompt has some error.
Jun 22 2022, 10:51 AM · VyOS 1.3 Equuleus (1.3.4)
dongjunbo created T4479: generate wireguard client command prompt has some error.
Jun 22 2022, 10:50 AM · VyOS 1.3 Equuleus (1.3.4)
c-po closed T1748: vbash: beautify tab completion output/line breaks as Resolved.
Jun 22 2022, 5:36 AM · VyOS 1.4 Sagitta
yas-nyan updated the task description for T4477: router-advert: support RDNSS lifetime option.
Jun 22 2022, 12:11 AM · VyOS 1.4 Sagitta

Jun 21 2022

v.huti updated subscribers of T4394: Improve VYOS_DEBUG profiling support.

Memray:

In order to keep useful tracing/debugging tooling in a single place, the @jestabro has created the repo:

https://github.com/jestabro/profiling-tools

Since there is no vyatta package yet, you need to either compile it by hand or install it from the apt
as explained before. Some examples to play around with:

# NOTE: I had to downgrade this package to resolve the installation conflict
# sudo apt-get install python3-pkg-resources=45.2.0-1
  sudo apt-get install python3-pip
  sudo python3 -m pip install memray
  PATH+=":/home/vyos/.local/bin"
Jun 21 2022, 10:49 PM · VyOS 1.5 Circinus, vyatta-cfg
v.huti added a comment to T4394: Improve VYOS_DEBUG profiling support.

Analysis:

I have collected the profiling data for the following configurations:

Jun 21 2022, 10:48 PM · VyOS 1.5 Circinus, vyatta-cfg
v.huti added a comment to T4394: Improve VYOS_DEBUG profiling support.

Gotchas:

If you are running a small QEMU device and it has run out of the memory, the scenario is following:

- The boot process has failed, the prompt is stuck, bash is not initialized
- You reboot the device, it tries to read the config, fails once again as there is no free memory
- Config was not loaded, you cannot log in; it is a loop
Jun 21 2022, 10:47 PM · VyOS 1.5 Circinus, vyatta-cfg
v.huti added a comment to T4394: Improve VYOS_DEBUG profiling support.
NOTE: by default, the perf binary is not installed on the ISO image.
Jun 21 2022, 10:45 PM · VyOS 1.5 Circinus, vyatta-cfg
rob added a comment to T4478: Firewall ipv6 p2p option failed .

https://github.com/vyos/vyatta-cfg-firewall/pull/33

Jun 21 2022, 8:37 PM · VyOS 1.3 Equuleus (1.3.7)
rob created T4478: Firewall ipv6 p2p option failed .
Jun 21 2022, 7:18 PM · VyOS 1.3 Equuleus (1.3.7)
n.fort changed the status of T4475: route-map does not support ipv6 peer from Open to In progress.

PR for 1.4: https://github.com/vyos/vyos-1x/pull/1367

Jun 21 2022, 5:43 PM · VyOS 1.3 Equuleus (1.3.4)
n.fort added a project to T4475: route-map does not support ipv6 peer: VyOS 1.4 Sagitta.
Jun 21 2022, 5:43 PM · VyOS 1.3 Equuleus (1.3.4)
n.fort claimed T4475: route-map does not support ipv6 peer.
Jun 21 2022, 3:20 PM · VyOS 1.3 Equuleus (1.3.4)
v.huti added a comment to T4462: FRR operational-data pagination.

TBD: GUI

VyOS users can configure the front-end interface, called vycontroll, to examine the configuration state.
A detailed description can be found at:
https://vycontrol.com/
https://github.com/vycontrol/vycontrol
https://docs.vyos.io/en/equuleus/configuration/service/https.html
https://brezular.com/2021/05/01/vycontrol-web-ui-for-vyos-firewall/

Jun 21 2022, 2:40 PM · VyOS 1.5 Circinus
v.huti added a comment to T4462: FRR operational-data pagination.

FRR Debugging


Recently, I had to triage/debug a bunch of issues that involved running a legacy build of frr.
This involved:

  • Triaging issue down to the place when it was introduced. Otherwise, verifying that feature was never working at all.
  • Comparing the execution flow between legacy/master versions to identify the divergence
  • Building & running multiple (legacy/master) frr versions in parallel
  • Doing deep analysis within gdb
Jun 21 2022, 2:38 PM · VyOS 1.5 Circinus
v.huti added a comment to T4462: FRR operational-data pagination.

Since the last update, I have simplified the CLI interface:

1. I have removed the global iterator and incapsulated the iteration state into the vty structure.
   This way, each vtysh client has its private iteration state for the following requests.
   It should be possible to query multiple data nodes simultaneously and asynchronously.
Jun 21 2022, 2:27 PM · VyOS 1.5 Circinus
yas-nyan renamed T4477: router-advert: support RDNSS lifetime option from router-advert: support RDNSS lifettime option to router-advert: support RDNSS lifetime option.
Jun 21 2022, 1:38 PM · VyOS 1.4 Sagitta
yas-nyan renamed T4477: router-advert: support RDNSS lifetime option from router-advert: support advertising specific routes to router-advert: support RDNSS lifettime option.
Jun 21 2022, 1:37 PM · VyOS 1.4 Sagitta
yas-nyan created T4477: router-advert: support RDNSS lifetime option.
Jun 21 2022, 1:29 PM · VyOS 1.4 Sagitta
danhusan created T4476: Next steps after installation is not communicated properly to new users.
Jun 21 2022, 12:31 PM · VyOS 1.3 Equuleus ( 1.3.1)
aderouineau created T4475: route-map does not support ipv6 peer.
Jun 21 2022, 2:00 AM · VyOS 1.3 Equuleus (1.3.4)

Jun 20 2022

aalmenar created T4474: Adding more than 1 prefix-list is ignored.
Jun 20 2022, 8:04 PM
c-po closed T1856: Support configuring IPSec SA bytes, a subtask of T2816: Rewrite IPsec scripts with the new XML/Python approach, as Resolved.
Jun 20 2022, 7:39 PM · VyOS 1.4 Sagitta
c-po closed T1856: Support configuring IPSec SA bytes as Resolved.
Jun 20 2022, 7:39 PM · VyOS 1.4 Sagitta, VyOS 1.3 Equuleus (1.3.0)
c-po added a comment to T1748: vbash: beautify tab completion output/line breaks.
Jun 20 2022, 7:14 PM · VyOS 1.4 Sagitta
c-po moved T1748: vbash: beautify tab completion output/line breaks from Need Triage to In Progress on the VyOS 1.4 Sagitta board.
Jun 20 2022, 7:03 PM · VyOS 1.4 Sagitta
c-po claimed T1748: vbash: beautify tab completion output/line breaks.
Jun 20 2022, 6:47 PM · VyOS 1.4 Sagitta
danhusan added a comment to T4466: intel i225-v nic does not detect link after boot.
Jun 20 2022, 3:15 PM · VyOS 1.3 Equuleus
florin added a comment to T4466: intel i225-v nic does not detect link after boot.

https://drive.google.com/file/d/1-5G8UPZfw0UJalLJKPVkzoA6AKC5k7Lm/view?usp=sharing

Jun 20 2022, 2:34 PM · VyOS 1.3 Equuleus
danhusan added a comment to T4466: intel i225-v nic does not detect link after boot.

Wow, well done! You don't happen to have an ISO you could share?

Jun 20 2022, 1:29 PM · VyOS 1.3 Equuleus
florin added a comment to T4466: intel i225-v nic does not detect link after boot.
vyos@gw:~$ show version
Jun 20 2022, 9:36 AM · VyOS 1.3 Equuleus
florin added a comment to T4466: intel i225-v nic does not detect link after boot.

yes, I had to do a bit of hacking - i.e. use the 1.4 kernel configs and patches, removed the wirguard-modules package, install the backports open-vm-tools version.
I committed those changes in my fork:
https://github.com/vyos/vyos-build/compare/equuleus...fvlaicu:equuleus

Jun 20 2022, 8:40 AM · VyOS 1.3 Equuleus
danhusan added a comment to T4466: intel i225-v nic does not detect link after boot.

Did you then end up with a fully working nic, bridging included?

Jun 20 2022, 8:05 AM · VyOS 1.3 Equuleus

Jun 19 2022

Viacheslav created T4473: Use container network without network declaration error.
Jun 19 2022, 2:11 PM · VyOS 1.4 Sagitta
Viacheslav added a comment to T4451: The DHCPv6 server leases function the display of the hostname.

We don't have such option client-hostname in dhcpdv6.leases

Jun 19 2022, 12:21 PM · VyOS 1.5 Circinus
Viacheslav added a comment to T4472: Alternative validators.

PR https://github.com/vyos/vyos-1x/pull/1365

Jun 19 2022, 11:15 AM · VyOS 1.4 Sagitta
Viacheslav updated the task description for T4472: Alternative validators.
Jun 19 2022, 10:07 AM · VyOS 1.4 Sagitta
Viacheslav created T4472: Alternative validators.
Jun 19 2022, 9:46 AM · VyOS 1.4 Sagitta
sccfit created T4471: Explicit declare root domain in static-host-mapping.
Jun 19 2022, 3:29 AM · VyOS 1.4 Sagitta