Page MenuHomeVyOS Platform
Feed All Stories

Jan 21 2024

sarthurdev closed T5912: DHCP Static mapping don't work on every first lease, a subtask of T3316: Use Kea DHCP(v6) instead of ISC DHCP(v6), as Resolved.
Jan 21 2024, 12:47 PM · VyOS 1.5 Circinus
sarthurdev closed T5912: DHCP Static mapping don't work on every first lease as Resolved.
Jan 21 2024, 12:47 PM · VyOS 1.5 Circinus
sarthurdev added a comment to T5835: UPnP port mapping / rule installation fails.

@sdev Quick question on this issue.

In order to make miniupnpd work with the VyOS firewall as it is presently configured (dedicated ip and ip6 tables), I've had to make a fork of miniupnpd. This is due to the miniupnpd folks effectively declaring that inet tables are "the way it's all going" and effectively removing any ip and ip6 table use in the daemon.

I've tested with the stock miniupnpd to try to implement all rules in a single inet chain, but this creates a problem where, per my comment above, the default-action drop steps on the miniupnpd table, and I'm back to square one.

Using my fork of miniupnpd, I've tested extensively and can see everything working with VyOS IPv4. Rules can be added, checked, and removed without issue. Secure mode works, etc. The fork itself is a fairly small patch; it just reverts some calls in the nftables code to use NFTPROTO_IPV4 rather than NFPROTO_INET for filter and NAT rule changes so as to target the correct table variants.

I can test IPv6 pinhole, which I think can still work using the ip6 tables as-is (my patch doesn't change this at all), but I'd have to setup some tunnelling to validate it as I don't have native IPv6 at my house.

So, my question is: how open is VyOS to using forks of packages as opposed to just pulling them in from Debian?

If not at all, this patch may be at a dead-end unless someone has a clean way to avoid the default-action drop using only priorities (the nftables documentation maintains this can't work)? I considered using meta marking but that would also involve patching miniupnpd to apply the marks to rules matched by it's firewall additions and then modifying VyOS to not apply the default drop when the mark is matched; but that seems a lot less clean.

Jan 21 2024, 12:46 PM
eronlloyd added a comment to T4075: Add ethernet OAM IEEE 802.3ah.

+1 for this to further VyOS use in service provider networks, and hopefully as a foundation for providing Metro Ethernet capabilities.

Jan 21 2024, 12:39 PM · VyOS 1.5 Circinus
GitHub <[email protected]> committed rVYOSONEX4412d1ae8499: Merge pull request #2866 from vyos/mergify/bp/sagitta/pr-2863 (authored by c-po).
Jan 21 2024, 12:38 PM
GitHub <[email protected]> committed rVYOSONEX1ca76b8f9b06: Merge pull request #2865 from vyos/mergify/bp/sagitta/pr-2862 (authored by c-po).
Jan 21 2024, 12:28 PM
Mergify <37929162+mergify[bot]@users.noreply.github.com> committed rVYOSONEX7f277e0e93ca: T5961: Fix QoS policy shaper class match vif (authored by Viacheslav).
Jan 21 2024, 12:23 PM
Mergify <37929162+mergify[bot]@users.noreply.github.com> committed rVYOSONEXa239b032a018: ntp: T5692: add support to configure leap second behavior (authored by c-po).
Jan 21 2024, 12:23 PM
c-po committed rVYOSONEX7ae064bab001: ntp: T5692: add support to configure leap second behavior.
Jan 21 2024, 12:22 PM
GitHub <[email protected]> committed rVYOSONEXc9bceff21919: Merge pull request #2863 from c-po/ntp-T5692 (authored by c-po).
Jan 21 2024, 12:22 PM
Viacheslav lowered the priority of T5619: Update the Intel ixgbe driver due to issues with Intel X533 from Urgent! to Normal.
Jan 21 2024, 11:26 AM · VyOS 1.5 Circinus, VyOS 1.4 Sagitta
Viacheslav closed T5845: sftp/scp commit-archive error as Not Applicable.

@trae32566 Thanks for confirming

Jan 21 2024, 11:19 AM · VyOS 1.5 Circinus
Viacheslav closed T5799: vyos unbootable after 1.4-rolling-202308240020 to 1.5-rolling-202312010026 upgrade as Resolved.

It could be priority https://github.com/vyos/vyos-1x/pull/2703 or another fix. I can't say exactly.

Jan 21 2024, 11:15 AM · VyOS 1.5 Circinus, VyOS 1.4 Sagitta
yzguy updated the task description for T5965: WWAN modems using raw-ip do not work with dhclient/dhcp6c.
Jan 21 2024, 9:58 AM · VyOS 1.4 Sagitta (1.4.0-epa1), VyOS 1.5 Circinus
yzguy updated the task description for T5965: WWAN modems using raw-ip do not work with dhclient/dhcp6c.
Jan 21 2024, 9:58 AM · VyOS 1.4 Sagitta (1.4.0-epa1), VyOS 1.5 Circinus
yzguy renamed T5965: WWAN modems using raw-ip do not work with dhclient/dhcp6c from WWAN modems using raw-ip do not work with dhclient to WWAN modems using raw-ip do not work with dhclient/dhcp6c.
Jan 21 2024, 9:50 AM · VyOS 1.4 Sagitta (1.4.0-epa1), VyOS 1.5 Circinus
yzguy added a comment to T5965: WWAN modems using raw-ip do not work with dhclient/dhcp6c.

dhclient just straight up doesn't work with raw-ip, so there isn't really an event that I can imagine it could trigger off. Even if there was I don't know what we'd even do, I don't think it would be good to have the dhclient hooks be the thing that gets the IP from mmcli -m 0 -b 2 and configures all the associated bits if we went that way.
The wwan0 interface doesn't have a MAC address so dhclient doesn't know what to do

Jan 21 2024, 9:42 AM · VyOS 1.4 Sagitta (1.4.0-epa1), VyOS 1.5 Circinus
c-po committed rVYOSONEX58a15d3460ba: dhcp: T3316: add deprecation warning on RAW ISC DHCPD options.
Jan 21 2024, 9:13 AM
GitHub <[email protected]> committed rVYOSONEX36d0196a9554: Merge pull request #2864 from c-po/dhcp-deprecation-T3316 (authored by c-po).
Jan 21 2024, 9:13 AM
Viacheslav committed rVYOSONEXf6b6ee636e34: T5958: QoS add basic implementation of policy shaper-hfsc.
Jan 21 2024, 8:51 AM
GitHub <[email protected]> committed rVYOSONEX7c43d6c370d6: Merge pull request #2852 from sever-sever/T5958 (authored by Viacheslav).
Jan 21 2024, 8:51 AM
c-po added a project to T5692: NTP leap smear: VyOS 1.4 Sagitta.
Jan 21 2024, 7:47 AM · VyOS 1.4 Sagitta, VyOS 1.5 Circinus
c-po added a comment to T5692: NTP leap smear.

set service ntp leap-second [ignore|smear|system|timezone]

Jan 21 2024, 7:47 AM · VyOS 1.4 Sagitta, VyOS 1.5 Circinus
c-po changed the status of T5692: NTP leap smear from Open to In progress.
Jan 21 2024, 7:06 AM · VyOS 1.4 Sagitta, VyOS 1.5 Circinus
c-po added a comment to T5954: Enable nvme_hwmon and drivetemp in KERNEL.

@Perihelion done

Jan 21 2024, 7:06 AM · VyOS 1.4 Sagitta, VyOS 1.5 Circinus
c-po closed T5954: Enable nvme_hwmon and drivetemp in KERNEL as Resolved.
Jan 21 2024, 7:05 AM · VyOS 1.4 Sagitta, VyOS 1.5 Circinus
c-po moved T5954: Enable nvme_hwmon and drivetemp in KERNEL from Open to Finished on the VyOS 1.4 Sagitta board.
Jan 21 2024, 7:05 AM · VyOS 1.4 Sagitta, VyOS 1.5 Circinus
trae32566 added a comment to T5845: sftp/scp commit-archive error.

Yes, this is fixed.

Jan 21 2024, 7:01 AM · VyOS 1.5 Circinus
Viacheslav added a comment to T5572: Add capability for sending Gratuitous ARP (GARP) and the equal for IPv6.

How will it looks like if we have for example 100.64.0.0/24
R1 should announce 100.64.0.0/25
Will we add 128 entries or there better solution?

Jan 21 2024, 12:05 AM · VyOS 1.5 Circinus

Jan 20 2024

Viacheslav changed the status of T5954: Enable nvme_hwmon and drivetemp in KERNEL from In progress to Needs testing.
Jan 20 2024, 11:31 PM · VyOS 1.4 Sagitta, VyOS 1.5 Circinus
farcaller added a comment to T3771: DHCPv6 server prefix delegation - dynamically add route to delegated prefix via requesting router.

Needs to check if it works for 1.5

Jan 20 2024, 8:37 PM · VyOS 1.5 Circinus
syncer assigned T5940: [1.3.5 -> 1.4.0-RC1 Migration] commit-archive Fails to Migrate to dmbaturin.
Jan 20 2024, 7:36 PM · VyOS 1.4 Sagitta (1.4.0-GA)
syncer assigned T5957: Firewall fails to delete inbound-interface name to n.fort.
Jan 20 2024, 7:35 PM · VyOS 1.4 Sagitta, VyOS 1.5 Circinus
jamcole added a comment to T5799: vyos unbootable after 1.4-rolling-202308240020 to 1.5-rolling-202312010026 upgrade.

Hi @Viacheslav I just upgraded that router from 1.5-rolling-202312191154 to 1.5-rolling-202401200023 and it now seems to successfully boot with peth0 for the dynamic dns service address.

Jan 20 2024, 5:44 PM · VyOS 1.5 Circinus, VyOS 1.4 Sagitta
anonuser35hww45 updated subscribers of T5954: Enable nvme_hwmon and drivetemp in KERNEL.

@c-po Can we backport this to sagitta?

Jan 20 2024, 5:05 PM · VyOS 1.4 Sagitta, VyOS 1.5 Circinus
c-po moved T5954: Enable nvme_hwmon and drivetemp in KERNEL from Open to Finished on the VyOS 1.5 Circinus board.
Jan 20 2024, 5:00 PM · VyOS 1.4 Sagitta, VyOS 1.5 Circinus
Viacheslav changed the status of T5954: Enable nvme_hwmon and drivetemp in KERNEL from Open to In progress.
Jan 20 2024, 4:17 PM · VyOS 1.4 Sagitta, VyOS 1.5 Circinus
Viacheslav added a comment to T2999: Add snmp mibs for QoS.

Did you try those?

vyos@r4:~$ ls /usr/share/snmp/mibs/ | grep -i "TC\."
HCNUM-TC.txt
IPV6-TC.txt
NET-SNMP-TC.txt
SNMPv2-TC.txt
vyos@r4:~$
Jan 20 2024, 4:15 PM · Restricted Project, VyOS 1.5 Circinus
anonuser35hww45 added a comment to T5954: Enable nvme_hwmon and drivetemp in KERNEL.

PR https://github.com/vyos/vyos-build/pull/488

Jan 20 2024, 4:12 PM · VyOS 1.4 Sagitta, VyOS 1.5 Circinus
kwladyka added a comment to T5367: Syslog doesn't send timezone information to the server.

@Viacheslav I am not Python developer. Settings this up with tests will take much time for me.

Jan 20 2024, 3:51 PM · Restricted Project, VyOS 1.5 Circinus, VyOS Rolling, VyOS 1.4 Sagitta (1.4.1)
Viacheslav changed the status of T5961: QoS policy shaper vif with ceiling fails on commit, a subtask of T5938: Migration fail root task for 1.4-rc, from In progress to Needs testing.
Jan 20 2024, 3:14 PM · Restricted Project, VyOS 1.4 Sagitta (1.4.1)
Viacheslav changed the status of T5961: QoS policy shaper vif with ceiling fails on commit from In progress to Needs testing.
Jan 20 2024, 3:14 PM · VyOS 1.4 Sagitta, VyOS 1.5 Circinus
GitHub <[email protected]> committed rVYOSONEX5c29cf757b44: Merge pull request #2862 from sever-sever/T5961 (authored by c-po).
Jan 20 2024, 3:13 PM
Viacheslav committed rVYOSONEXbb532f7f6593: T5961: Fix QoS policy shaper class match vif.
Jan 20 2024, 3:13 PM
Viacheslav changed the status of T5961: QoS policy shaper vif with ceiling fails on commit, a subtask of T5938: Migration fail root task for 1.4-rc, from Open to In progress.
Jan 20 2024, 3:12 PM · Restricted Project, VyOS 1.4 Sagitta (1.4.1)
Viacheslav changed the status of T5961: QoS policy shaper vif with ceiling fails on commit from Open to In progress.
Jan 20 2024, 3:12 PM · VyOS 1.4 Sagitta, VyOS 1.5 Circinus
Viacheslav claimed T5961: QoS policy shaper vif with ceiling fails on commit.

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

Jan 20 2024, 3:12 PM · VyOS 1.4 Sagitta, VyOS 1.5 Circinus
Viacheslav moved T5922: Firewall - bug in zone config from Open to Finished on the VyOS 1.5 Circinus board.
Jan 20 2024, 2:15 PM · VyOS 1.5 Circinus
Viacheslav closed T5922: Firewall - bug in zone config as Resolved.
Jan 20 2024, 2:15 PM · VyOS 1.5 Circinus
Viacheslav triaged T5868: Use Debian snapshot repository in vyos-build Docker image as Normal priority.
Jan 20 2024, 2:15 PM · VyOS 1.5 Circinus
Viacheslav triaged T5954: Enable nvme_hwmon and drivetemp in KERNEL as Wishlist priority.
Jan 20 2024, 2:14 PM · VyOS 1.4 Sagitta, VyOS 1.5 Circinus
Viacheslav triaged T5950: Communicate with UPS for monitoring and clean shutdown as Wishlist priority.
Jan 20 2024, 2:14 PM · VyOS 1.5 Circinus
Viacheslav triaged T5949: Disable USB autosuspend as Normal priority.
Jan 20 2024, 2:14 PM · VyOS 1.4 Sagitta (1.4.1), VyOS 1.5 Circinus
Viacheslav triaged T5946: TASK [setup-root-partition : Create a fileystem on EFI partition] failing in Docker as Normal priority.
Jan 20 2024, 2:13 PM · VyOS 1.4 Sagitta
Viacheslav moved T5945: Missing minisign public key for rolling release from Open to Finished on the VyOS 1.5 Circinus board.
Jan 20 2024, 2:13 PM · VyOS 1.5 Circinus
Viacheslav closed T5945: Missing minisign public key for rolling release as Resolved.

Merged

Jan 20 2024, 2:13 PM · VyOS 1.5 Circinus
Viacheslav triaged T5940: [1.3.5 -> 1.4.0-RC1 Migration] commit-archive Fails to Migrate as High priority.
Jan 20 2024, 2:12 PM · VyOS 1.4 Sagitta (1.4.0-GA)
Viacheslav triaged T5939: [1.3.5 -> 1.4.0-RC1 Migration] as-path-list Entries Get Messed Up as High priority.
Jan 20 2024, 2:12 PM · VyOS 1.4 Sagitta (1.4.0-GA)
Viacheslav triaged T5930: vrf - route-leak not work using route-target both command. as High priority.
Jan 20 2024, 2:12 PM · VyOS 1.5 Circinus, VyOS 1.4 Sagitta
Viacheslav triaged T5929: Consider using rate limit via nftables as Wishlist priority.
Jan 20 2024, 2:11 PM · Restricted Project, VyOS 1.5 Circinus
Viacheslav triaged T5921: Trying to commit an OpenConnect configuration without any local users results in an exception as Normal priority.
Jan 20 2024, 2:10 PM · VyOS 1.5 Circinus, VyOS 1.4 Sagitta
Viacheslav moved T5915: Firewall zone - Re add op-mode commands from Open to Finished on the VyOS 1.4 Sagitta board.
Jan 20 2024, 2:09 PM · VyOS 1.4 Sagitta, VyOS 1.5 Circinus
Viacheslav closed T5915: Firewall zone - Re add op-mode commands as Resolved.
Jan 20 2024, 2:09 PM · VyOS 1.4 Sagitta, VyOS 1.5 Circinus
Viacheslav triaged T5912: DHCP Static mapping don't work on every first lease as Normal priority.
Jan 20 2024, 2:09 PM · VyOS 1.5 Circinus
Viacheslav triaged T5909: Container registry with authentication prevents config load (section container) after reboot as High priority.
Jan 20 2024, 2:08 PM · VyOS 1.4 Sagitta (1.4.0-epa2), VyOS 1.5 Circinus
Viacheslav triaged T5908: Unable to reach WAN-IP from LAN with dhcp-interface as Normal priority.
Jan 20 2024, 2:08 PM · Restricted Project, VyOS 1.5 Circinus, VyOS Rolling, VyOS 1.3 Equuleus (1.3.9)
Viacheslav triaged T5907: cloud-init root task for 1.5 and 1.4 as Normal priority.
Jan 20 2024, 2:07 PM · VyOS 1.5 Circinus, VyOS 1.4 Sagitta (1.4.1)
Viacheslav triaged T5906: Some cloud-init options may be stale or broken. as Normal priority.
Jan 20 2024, 2:07 PM · Restricted Project, VyOS 1.5 Circinus, VyOS Rolling, VyOS 1.4 Sagitta (1.4.1)
Viacheslav triaged T5903: NHRP don´t start on reboot from version 1.5-rolling-202401010026 as High priority.
Jan 20 2024, 2:06 PM · VyOS 1.4 Sagitta (1.4.0-epa1), VyOS 1.5 Circinus
Viacheslav triaged T5881: IPv6 addresses jumbled in flow accounting as Normal priority.
Jan 20 2024, 2:06 PM · Restricted Project, VyOS 1.4 Sagitta (1.4.1)
Viacheslav triaged T5878: Make the list of SSH server ciphers configurable as High priority.
Jan 20 2024, 2:05 PM · VyOS 1.4 Sagitta (1.4.1)
Viacheslav triaged T5865: Rewrite ipv6 pool section to ipv6 named pools in Accel-ppp services as High priority.
Jan 20 2024, 2:05 PM · VyOS 1.4 Sagitta, VyOS 1.5 Circinus
Viacheslav triaged T5858: Improve the formatting of conntrack statistics output as Low priority.
Jan 20 2024, 2:05 PM · VyOS 1.4 Sagitta (1.4.0-epa3)
Viacheslav triaged T5851: SNMP interaction with Wireguard Interfaces as Normal priority.
Jan 20 2024, 2:04 PM · Restricted Project, VyOS Rolling, VyOS 1.5 Circinus
Viacheslav closed T5850: Wireguard Peer should allow endpoint to be specified by hostname as Invalid.

Close as duplicate

Jan 20 2024, 2:04 PM
Viacheslav triaged T5847: Protocol failover stopped working after suspend + resume as Normal priority.
Jan 20 2024, 2:03 PM · VyOS 1.4 Sagitta (1.4.0-GA)
Viacheslav triaged T5835: UPnP port mapping / rule installation fails as Normal priority.
Jan 20 2024, 2:03 PM
Viacheslav triaged T5834: Rename 'enable-default-log' to 'default-log' as Normal priority.
Jan 20 2024, 2:02 PM · VyOS 1.4 Sagitta, VyOS 1.5 Circinus
Viacheslav added a comment to T5834: Rename 'enable-default-log' to 'default-log'.

@indrajitr Update please if we can close it?

Jan 20 2024, 2:02 PM · VyOS 1.4 Sagitta, VyOS 1.5 Circinus
Viacheslav changed the status of T5832: Allow setting the interface for excluded address in VRRP from Open to In progress.

@roedie Can you create a PR if you are working on it?

Jan 20 2024, 2:01 PM · VyOS 1.4 Sagitta (1.4.0-epa3)
Viacheslav triaged T5820: error on dhcpv6-server range prefix with trailing colon (:) as Normal priority.
Jan 20 2024, 2:01 PM · Restricted Project, VyOS 1.4 Sagitta (1.4.1)
Viacheslav triaged T5818: interface name mixup at boot (same PCI address) as Normal priority.
Jan 20 2024, 2:00 PM · Restricted Project, VyOS 1.4 Sagitta (1.4.1)
Viacheslav closed T5805: Missed per-interface statistic in telegraf as Resolved.
Jan 20 2024, 2:00 PM · VyOS 1.4 Sagitta
Viacheslav triaged T5799: vyos unbootable after 1.4-rolling-202308240020 to 1.5-rolling-202312010026 upgrade as High priority.

@jamcole Was it fixed?

Jan 20 2024, 1:59 PM · VyOS 1.5 Circinus, VyOS 1.4 Sagitta
Viacheslav triaged T5797: MSS Clamping Not Applied to VRF Interface from MPLS Cloud as Normal priority.
Jan 20 2024, 1:58 PM · Restricted Project, VyOS 1.5 Circinus
Viacheslav triaged T5795: Better support for dynamic IPv6 prefixes as Normal priority.
Jan 20 2024, 1:57 PM · VyOS Rolling
Viacheslav triaged T5725: protocol IS-IS configuration is empty if a tunnel does not have remote address as Normal priority.
Jan 20 2024, 1:57 PM · VyOS 1.3 Equuleus (1.3.8), VyOS 1.5 Circinus, VyOS 1.4 Sagitta (1.4.1)
Viacheslav moved T5724: About dhcp client hooks from Open to Finished on the VyOS 1.4 Sagitta board.
Jan 20 2024, 1:57 PM · VyOS 1.5 Circinus, VyOS 1.4 Sagitta
Viacheslav moved T5724: About dhcp client hooks from Open to Finished on the VyOS 1.5 Circinus board.
Jan 20 2024, 1:56 PM · VyOS 1.5 Circinus, VyOS 1.4 Sagitta
Viacheslav closed T5724: About dhcp client hooks as Resolved.
Jan 20 2024, 1:56 PM · VyOS 1.5 Circinus, VyOS 1.4 Sagitta
Viacheslav triaged T5685: Keepalived VRRP prefix is not necessary for the virtual address as Low priority.
Jan 20 2024, 1:55 PM · VyOS 1.4 Sagitta, VyOS 1.5 Circinus
Viacheslav triaged T5790: ISIS invalid format of hello packet when interface mtu is between 1501 and 1535 as Normal priority.
Jan 20 2024, 1:54 PM · Restricted Project, VyOS 1.4 Sagitta (1.4.1)
Viacheslav triaged T5779: custom conntrack timeout rule not applicable as High priority.
Jan 20 2024, 1:54 PM · VyOS 1.4 Sagitta, VyOS 1.5 Circinus
Viacheslav triaged T5752: Check compatibility of new image tools with XCP-NG images as High priority.
Jan 20 2024, 1:53 PM · VyOS 1.4 Sagitta (1.4.0-GA)
Viacheslav changed the status of T5744: PKI import OpenVPN shared key includess unexpected BEGIN and END from Open to Needs testing.
Jan 20 2024, 1:53 PM · Restricted Project, VyOS 1.5 Circinus
Viacheslav triaged T5743: HTTPS API ability to import PKI certificates as Normal priority.
Jan 20 2024, 1:52 PM · VyOS 1.5 Circinus
Viacheslav triaged T5742: Define port-group as a oneliner instead of multiline as Normal priority.
Jan 20 2024, 1:52 PM · VyOS 1.5 Circinus
Viacheslav triaged T5740: Generate wiregurad keys via HTTP-API fails as High priority.
Jan 20 2024, 1:51 PM · VyOS 1.5 Circinus
Viacheslav triaged T5735: Add CLI and configuration scripts for stunnel as Normal priority.
Jan 20 2024, 1:51 PM · VyOS Rolling, VyOS 1.5 Circinus
happy42779 closed T5697: event-handler keep failing as Resolved.
Jan 20 2024, 1:51 PM · VyOS 1.4 Sagitta