Page MenuHomeVyOS Platform

rherold (Ruben Herold)
User

Projects

User does not belong to any projects.

User Details

User Since
Oct 12 2018, 10:21 PM (414 w, 1 d)

Recent Activity

Wed, Sep 16

rherold added a comment to T9322: is_intf_addr_assigned() has no input validation and builds its netns command as a shell string.

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

Wed, Sep 16, 2:02 PM · VyOS Rolling

Tue, Sep 15

rherold created T9322: is_intf_addr_assigned() has no input validation and builds its netns command as a shell string.
Tue, Sep 15, 11:57 AM · VyOS Rolling

Thu, Sep 10

rherold added a comment to T9211: VPP PPPoE with RADIUS Idle-Timeout: sessions drop every 60 s, accounting reports 0 bytes used.

PR: https://github.com/accel-ppp/accel-ppp-ng/pull/42

Thu, Sep 10, 1:41 PM · VyOS Rolling
rherold added a comment to T9171: IPv6 BFD sessions never reach `Up` on unnumbered VLAN sub-interfaces sharing a parent's MAC (upstream FRR bug, tracked as FRRouting/frr#22921).

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

Thu, Sep 10, 1:16 PM · VyOS Rolling
rherold added a comment to T9289: IPoE lease-time options on dhcp.

PR: https://github.com/vyos/vyos-1x/pull/5459
DOCS-PR: https://github.com/vyos/vyos-documentation/pull/2240

Thu, Sep 10, 1:05 PM · VyOS Rolling
rherold created T9296: vyos-documentation CI: "validate" workflow fails at "Sparse-checkout branches.json from reviewer" step, blocks PR review pipeline.
Thu, Sep 10, 12:49 PM · VyOS Rolling
rherold closed T9295: image.py: typo "writeable" should be "writable" breaks typos CI check as Resolved.

Dublicate with T9290

Thu, Sep 10, 12:39 PM · VyOS Rolling
rherold created T9295: image.py: typo "writeable" should be "writable" breaks typos CI check.
Thu, Sep 10, 12:36 PM · VyOS Rolling

Wed, Sep 9

rherold added a comment to T9171: IPv6 BFD sessions never reach `Up` on unnumbered VLAN sub-interfaces sharing a parent's MAC (upstream FRR bug, tracked as FRRouting/frr#22921).

https://github.com/FRRouting/frr/pull/22921 got merged can we ask the frr project for a backport or do it self?

Wed, Sep 9, 1:34 PM · VyOS Rolling

Mon, Aug 31

rherold added a comment to T9267: Conditional DHCP option.

Implemented conditional DHCP options via client classification, extending the existing client-class framework (previously limited to Option 82 relay-agent matching):

Mon, Aug 31, 10:55 AM · VyOS Rolling

Aug 15 2026

rherold added a comment to T9210: firewall: fix ruff findings in python/vyos/firewall.py.

Thanks for catching this, a.kudientsov — and sorry for the regression. The mistake was narrowing the bare except: in fqdn_resolve() to except gaierror: based on the assumption that getaddrinfo() only ever raises gaierror, without checking that other OSErrors (e.g. transient network failures) can hit the same call and need to keep being
swallowed here too. c-po's fix in #5406 (back to except OSError:, since gaierror is a subclass) looks correct to me.

Aug 15 2026, 3:23 PM · VyOS Rolling

Aug 13 2026

rherold added a comment to T9210: firewall: fix ruff findings in python/vyos/firewall.py.

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

Aug 13 2026, 4:58 PM · VyOS Rolling
rherold created T9210: firewall: fix ruff findings in python/vyos/firewall.py.
Aug 13 2026, 4:57 PM · VyOS Rolling
rherold added a comment to T9207: is_intf_addr_assigned() raises ValueError on hyphenated address ranges instead of returning False.

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

Aug 13 2026, 1:07 PM · VyOS Rolling
rherold created T9207: is_intf_addr_assigned() raises ValueError on hyphenated address ranges instead of returning False.
Aug 13 2026, 12:39 PM · VyOS Rolling
rherold added a comment to T9205: firewall: fix pre-existing ruff findings in conf_mode/op_mode firewall.py.

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

Aug 13 2026, 7:38 AM · VyOS Rolling
rherold created T9205: firewall: fix pre-existing ruff findings in conf_mode/op_mode firewall.py.
Aug 13 2026, 7:29 AM · VyOS Rolling

Aug 12 2026

rherold added a comment to T9200: docs: BGP no-ipv6-auto-ra doesn't retroactively stop active RA.

Thx for the Information, but I saw here also the possibility to give this to upstream finding a better solution for this.

Aug 12 2026, 2:20 PM · VyOS Rolling
rherold added a comment to T9178: ipv6 ospfv3 redistribute.

Root cause confirmed — this is an upstream FRR behavior change, not a VyOS bug.

Aug 12 2026, 9:52 AM · VyOS Rolling
rherold added a comment to T9178: ipv6 ospfv3 redistribute.

Thanks for the full dump — that actually complicates things rather than confirming the kernel-FIB-metric theory. Your new output shows the static route absent from the

kernel FIB on both 1.4.4 and 1.5.1 (only proto kernel metric 256 present in each), which contradicts the earlier 1.4.4 snippet showing proto static metric 20 there. So
either that earlier capture was momentary/stale, or the kernel-installed route is not stable over time (e.g. it disappears/reappears around RA refresh or a DHCPv6 lease
event).
Aug 12 2026, 8:06 AM · VyOS Rolling

Aug 11 2026

rherold added a comment to T9200: docs: BGP no-ipv6-auto-ra doesn't retroactively stop active RA.

PR https://github.com/vyos/vyos-documentation/pull/2195

Aug 11 2026, 10:09 PM · VyOS Rolling
rherold added a comment to T9178: ipv6 ospfv3 redistribute.

Thanks - that rules out BGP/extended-nexthop entirely then, good to know it's a legitimate RA from your upstream (AWS) gateway, not a self-sent one.

Aug 11 2026, 10:08 PM · VyOS Rolling
rherold created T9200: docs: BGP no-ipv6-auto-ra doesn't retroactively stop active RA.
Aug 11 2026, 10:03 PM · VyOS Rolling
rherold added a comment to T9178: ipv6 ospfv3 redistribute.

Both the config and the relevant sysctls (accept_ra/accept_ra_pinfo/
forwarding) being identical on 1.4.4 and 1.5.1 rules out an interface-
config or sysctl-default explanation. I initially suspected a kernel
patch-level difference (6.6.117 vs 6.6.144), but I don't think that's
it either: the likely real candidate is T7531 (bgpd's automatic IPv6
RA sending, the bgp ipv6-auto-ra behavior, disabled via
set protocols bgp parameters disable-ipv6-auto-ra).

Aug 11 2026, 9:19 PM · VyOS Rolling
rherold added a comment to T9178: ipv6 ospfv3 redistribute.

Thanks, that rules out a config difference - the eth0 setup (DHCP/DHCPv6/autoconf) and the resulting address are identical between the two versions.

Aug 11 2026, 8:57 PM · VyOS Rolling
rherold added a comment to T9178: ipv6 ospfv3 redistribute.

---Thanks for the detailed comparison, that confirms the route-selection theory: on 1.5.1 there's now a third competing entry for this prefix that doesn't exist on

1.4.4:
Aug 11 2026, 8:32 PM · VyOS Rolling
rherold added a comment to T9178: ipv6 ospfv3 redistribute.

Looking at your last output more closely - I think this might not be an FRR-side redistribution bug at all, but a route-selection conflict on your box.

Aug 11 2026, 10:30 AM · VyOS Rolling

Aug 10 2026

rherold added a comment to T9190: VPP dataplane: no NAT64 support (nat64_plugin disabled, Jool is kernel-only).

Took a look at the current vpp-1.5 code to scope this out.

Aug 10 2026, 1:33 PM · VyOS Rolling
rherold created T9189: Title: Container commit fails for dual-stack (IPv4+IPv6) network, cascades through test_container.py smoketests.
Aug 10 2026, 11:13 AM · VyOS Rolling

Aug 9 2026

rherold added a comment to T9185: config-mgmt commit_confirm child never exits after successful confirm; spins at 100% CPU indefinitely.

hi please try:

Aug 9 2026, 9:11 PM · VyOS Rolling
rherold added a comment to T9185: config-mgmt commit_confirm child never exits after successful confirm; spins at 100% CPU indefinitely.

Root cause found: ask_yes_no() in python/vyos/utils/io.py:57 catches EOFError from input() but loops right back to the top of while True with no backoff or exit condition:

Aug 9 2026, 8:55 PM · VyOS Rolling
rherold added a comment to T9178: ipv6 ospfv3 redistribute.

Thanks for the detailed follow-up, this is helpful.

Aug 9 2026, 8:23 PM · VyOS Rolling
rherold added a comment to T9175: PowerDNS periodically queries security-status.secpoll.powerdns.com and discards the result.

PR: https://github.com/vyos/vyos-1x/pull/5389
PR: https://github.com/vyos/vyos-documentation/pull/2193

Aug 9 2026, 8:12 PM · VyOS Rolling
rherold added a comment to T9175: PowerDNS periodically queries security-status.secpoll.powerdns.com and discards the result.

@Apachez default powerdns: https://doc.powerdns.com/recursor/security.html it seems it was taken over from the debiab powerdns package.

Aug 9 2026, 7:49 PM · VyOS Rolling

Aug 8 2026

rherold added a comment to T9178: ipv6 ospfv3 redistribute.

Hi, thanks for the detailed report.

Aug 8 2026, 11:09 PM · VyOS Rolling

Aug 7 2026

rherold added a comment to T9177: are_same_ip() in python/vyos/utils/network.py uses wrong address family for second argument.

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

Aug 7 2026, 9:01 PM · VyOS Rolling
rherold created T9177: are_same_ip() in python/vyos/utils/network.py uses wrong address family for second argument.
Aug 7 2026, 8:48 PM · VyOS Rolling
rherold added a comment to T9160: Config-path-derived group/prefix-list membership (analogous to Junos `apply-path`).

Update: the "Low fit" verdict above for policy as-path-list/community-list/extcommunity-list/large-community-list ("no natural derivation source") needs a caveat.

Aug 7 2026, 11:02 AM · VyOS Rolling
rherold created T9173: Feature Request: Automate RFC 8195 Large-Community tagging from existing BGP config (Role, neighbor ASN).
Aug 7 2026, 10:58 AM · VyOS Rolling
rherold updated subscribers of T9159: # Feature Request: Expose a client-side source-address option for `service ntp`.

@Viacheslav thx for cleanup the task,. Did you see that I ask for an decision from the team about the implementation?

Aug 7 2026, 10:38 AM · VyOS Rolling

Aug 6 2026

rherold created T9171: IPv6 BFD sessions never reach `Up` on unnumbered VLAN sub-interfaces sharing a parent's MAC (upstream FRR bug, tracked as FRRouting/frr#22921).
Aug 6 2026, 3:07 PM · VyOS Rolling

Aug 5 2026

rherold added a comment to T9157: Support `fib daddr type` / `fib saddr type` matching in firewall rules (especially `prerouting raw`).
Thanks for reproducing this independently — matches what we found on our own multi-device-unnumbered topology (loopback address duplicated across lo + 3 P2P bond
interfaces per router, full-mesh OSPF core). We proved the same underlying inconsistency with a logging-only rule (no notrack, just log+counter, run in parallel with live
traffic, zero production impact):
Aug 5 2026, 3:27 PM · VyOS Rolling
rherold added a comment to T9159: # Feature Request: Expose a client-side source-address option for `service ntp`.

You're right that device binding implicitly selects the VRF — bindacqdevice/binddevice on an interface that belongs to a VRF scopes that socket to it, no separate VRF
option needed for that to work at the chrony level.

Aug 5 2026, 3:13 PM · VyOS Rolling
rherold added a comment to T9159: # Feature Request: Expose a client-side source-address option for `service ntp`.

binddevice/bindacqdevice are already separately configurable — binddevice maps to the existing interface option (incoming/listen), bindacqdevice to this PR's new
ource-interface (outgoing/client). So incoming vs. outgoing device binding is already independent.

Aug 5 2026, 1:51 PM · VyOS Rolling
rherold added a comment to T9157: Support `fib daddr type` / `fib saddr type` matching in firewall rules (especially `prerouting raw`).

Thanks for testing this — appreciate the data. To reconcile with what we saw: our issue wasn't IP-unnumbered per se, but specifically that our own address appears on
multiple devices simultaneously in the local route table (ip route show table local showed our loopback duplicated across lo + 3 P2P bond interfaces used for OSPF, since
our full-mesh core reuses the loopback address on each P2P link). We proved with a logging-only rule (fib daddr . iif type unicast log) that real traffic to our own
address was classified unicast, never local, even though ip route get reported local for the same case.

Aug 5 2026, 1:49 PM · VyOS Rolling
rherold added a comment to T9157: Support `fib daddr type` / `fib saddr type` matching in firewall rules (especially `prerouting raw`).
Thanks both for the input.
Aug 5 2026, 6:48 AM · VyOS Rolling
rherold added a comment to T9159: # Feature Request: Expose a client-side source-address option for `service ntp`.

@Apachez: Thanks for the feedback — you're right that a source IP alone doesn't fully solve this for multi-VRF setups with overlapping address ranges.

Aug 5 2026, 6:41 AM · VyOS Rolling

Aug 4 2026

rherold created T9165: BGP EVPN control-plane integration for the VPP dataplane.
Aug 4 2026, 7:50 PM · VyOS Rolling
rherold added a comment to T9162: show nat source rules` crashes with `KeyError: 0` for rules without `inbound-interface`.

https://github.com/vyos/vyos-1x/pull/5375

Aug 4 2026, 11:21 AM · VyOS Rolling
rherold created T9162: show nat source rules` crashes with `KeyError: 0` for rules without `inbound-interface`.
Aug 4 2026, 11:13 AM · VyOS Rolling
rherold added a comment to T9157: Support `fib daddr type` / `fib saddr type` matching in firewall rules (especially `prerouting raw`).

@L0crian the command :

Aug 4 2026, 1:04 AM · VyOS Rolling
rherold added a comment to T9160: Config-path-derived group/prefix-list membership (analogous to Junos `apply-path`).

https://github.com/vyos/vyos-documentation/pull/2187

Aug 4 2026, 12:46 AM · VyOS Rolling
rherold added a comment to T9160: Config-path-derived group/prefix-list membership (analogous to Junos `apply-path`).

https://github.com/vyos/vyos-1x/pull/5374

Aug 4 2026, 12:45 AM · VyOS Rolling

Aug 3 2026

rherold added a comment to T9157: Support `fib daddr type` / `fib saddr type` matching in firewall rules (especially `prerouting raw`).

@L0crian thx for this information, this could help with my current setup. I will try it in the lab. But I also see that my patched could be usefull

Aug 3 2026, 11:20 PM · VyOS Rolling
rherold added a comment to T9160: Config-path-derived group/prefix-list membership (analogous to Junos `apply-path`).

I can create a patch for this if wanted

Aug 3 2026, 11:12 PM · VyOS Rolling
rherold created T9160: Config-path-derived group/prefix-list membership (analogous to Junos `apply-path`).
Aug 3 2026, 11:12 PM · VyOS Rolling
rherold added a comment to T9157: Support `fib daddr type` / `fib saddr type` matching in firewall rules (especially `prerouting raw`).

https://github.com/vyos/vyos-documentation/pull/2186

Aug 3 2026, 10:53 PM · VyOS Rolling
rherold added a comment to T9157: Support `fib daddr type` / `fib saddr type` matching in firewall rules (especially `prerouting raw`).

https://github.com/vyos/vyos-1x/pull/5372

Aug 3 2026, 10:41 PM · VyOS Rolling
rherold added a comment to T9159: # Feature Request: Expose a client-side source-address option for `service ntp`.

https://github.com/vyos/vyos-documentation/pull/2185

Aug 3 2026, 9:46 PM · VyOS Rolling
rherold placed T9159: # Feature Request: Expose a client-side source-address option for `service ntp` up for grabs.

See https://github.com/vyos/vyos-1x/pull/5371

Aug 3 2026, 9:37 PM · VyOS Rolling
rherold created T9159: # Feature Request: Expose a client-side source-address option for `service ntp`.
Aug 3 2026, 9:13 PM · VyOS Rolling
rherold created T9157: Support `fib daddr type` / `fib saddr type` matching in firewall rules (especially `prerouting raw`).
Aug 3 2026, 4:02 PM · VyOS Rolling

May 13 2026

rherold closed T7955: Routing problem with vrf as Resolved.

I found it with some help of claude ... It was a problem with conntrack in this setup. I could fix it on 1.4 only manual with this commands:

May 13 2026, 9:18 AM · VyOS 1.4 Sagitta

Apr 25 2026

rherold added a comment to T7767: Firewall: Add icmp-group and icmpv6-groups.

I would also see this feature cause I do strict icmp filtering and this would make the config much better

Apr 25 2026, 9:32 PM · VyOS Rolling

Dec 4 2025

rherold added a comment to T8064: show vpp interfaces hardware not working.

Yes after reboot the command works. So to male it work it seems to be necessary to reboot the system after adding the interface.

Dec 4 2025, 12:27 AM · VyOS Rolling

Dec 3 2025

rherold created T8064: show vpp interfaces hardware not working.
Dec 3 2025, 9:09 AM · VyOS Rolling

Oct 24 2025

rherold added a comment to T7955: Routing problem with vrf.

I did some deeper debuging:

Oct 24 2025, 10:27 PM · VyOS 1.4 Sagitta
rherold created T7955: Routing problem with vrf.
Oct 24 2025, 9:51 PM · VyOS 1.4 Sagitta

Oct 14 2025

rherold added a comment to T7774: Routed IPsec not working dual stack.

Yes got the information that the other side is no vyos (sorry didn't expect this) it's an current sophos box with strongswan.
It try to replicate it here between two vyos boxes the next days

Oct 14 2025, 12:12 PM · VyOS 1.4 Sagitta

Sep 2 2025

rherold created T7774: Routed IPsec not working dual stack.
Sep 2 2025, 2:53 PM · VyOS 1.4 Sagitta

Jul 18 2025

rherold added a comment to T6012: Ability to have IPv6 nexthops for IPv4 static routes.

https://github.com/FRRouting/frr/pull/18654 ok it is in Master not in stable in the moment.

Jul 18 2025, 10:21 AM

Jul 17 2025

rherold added a comment to T6012: Ability to have IPv6 nexthops for IPv4 static routes.

Please put it on the list again because it should be supported by current frr:

Jul 17 2025, 10:12 AM

Jun 27 2025

rherold added a project to T7585: bgp default-originate timer support: VyOS 1.5 Circinus.
Jun 27 2025, 1:36 PM · VyOS 1.5 Circinus, VyOS 1.4 Sagitta
rherold created T7585: bgp default-originate timer support.
Jun 27 2025, 1:35 PM · VyOS 1.5 Circinus, VyOS 1.4 Sagitta

Jun 4 2025

rherold added a comment to T7209: Configured conntrack on input affects on forward.

I stumbled over it today on my 1.4 boxes. It would be nice to have the possibilty to exclude forwarding traffic from conntrack.

Jun 4 2025, 2:17 PM · VyOS Rolling

May 30 2025

rherold created T7509: show * bgp neighbors * advertised-routes detail or show * bgp neighbors *received-routes detail missing.
May 30 2025, 10:28 PM · VyOS 1.4 Sagitta (1.4.3), VyOS 1.5 Circinus (1.5-stream-2025-Q2), VyOS Rolling

May 15 2025

rherold added a comment to T7453: Make the raw image build more robust.

I have started playing around with it.

May 15 2025, 10:57 AM · VyOS Rolling, VyOS 1.5 Circinus (2025.11)

May 14 2025

rherold created T7453: Make the raw image build more robust.
May 14 2025, 3:20 PM · VyOS Rolling, VyOS 1.5 Circinus (2025.11)

Apr 30 2025

rherold added a comment to T7417: vrf: config Migration failed 1.3.4--> 1.4.2 for static routes.

Same stuff see screenshoot:

Apr 30 2025, 2:03 PM · VyOS 1.5 Circinus (1.5-stream-2025-Q2), VyOS 1.4 Sagitta (1.4.3), VyOS Rolling
rherold created T7417: vrf: config Migration failed 1.3.4--> 1.4.2 for static routes.
Apr 30 2025, 11:35 AM · VyOS 1.5 Circinus (1.5-stream-2025-Q2), VyOS 1.4 Sagitta (1.4.3), VyOS Rolling

Jan 8 2025

rherold created T7028: CVE-2024-55553 attacker can continuously trigger route validation in FRRouting (FRR) before 10.3 from 6.0 onward,.
Jan 8 2025, 1:53 PM

Oct 10 2024

rherold added a comment to T4923: Zebra sends router advertisements even though it's not supposed to.

After discussion with @tfiebig we found https://github.com/FRRouting/frr/issues/7738 and https://github.com/FRRouting/frr/pull/16354. This could fix it

Oct 10 2024, 10:16 AM · Bugs, VyOS 1.4 Sagitta (1.4.0-GA)

Feb 6 2024

rherold added a comment to T5967: Multi-hop BFD connections can't be established; please add minimum-ttl option..

thx for the backport @c-po runs fine on 1.3 rolling.

Feb 6 2024, 9:50 PM · VyOS 1.3 Equuleus (1.3.6), VyOS 1.5 Circinus, VyOS 1.4 Sagitta

Jan 30 2024

rherold added a comment to T5967: Multi-hop BFD connections can't be established; please add minimum-ttl option..

Can this be backported to 1.3 cause I run into the problem today on 1.3.5

Jan 30 2024, 4:24 PM · VyOS 1.3 Equuleus (1.3.6), VyOS 1.5 Circinus, VyOS 1.4 Sagitta

Aug 25 2023

rherold added a comment to T5160: Firewall refactor.

@Apachez I would also not want this. Example bgp on eth0 with one peer. I would not like to see to have the bgp port open for all source ips, only for the configured peers and not more.
To make it better to manage for the admins I would like to see a syntax like in junos:

Aug 25 2023, 2:00 PM · VyOS 1.4 Sagitta

Aug 21 2023

rherold added a comment to T5160: Firewall refactor.

I disagree with that. Cause only why bgp is running, we don't need the port to be reachable on all interfaces or for all source IP's.

Aug 21 2023, 12:30 AM · VyOS 1.4 Sagitta

Aug 20 2023

rherold added a comment to T4610: Firewall with 20K entries cannot load after reboot.

today I want test how fast firewall rules loading and changing in vyos performed. I took an vyos-1.4-rolling-202308180646-amd64.iso boot it as kvm guest.
Then I added some rules with:

Aug 20 2023, 10:14 PM · VyOS 1.4 Sagitta
rherold added a comment to T3509: No BCP38 for IPv6 on VyOS.

Looks like the Problem still exist in 1.4. Are there any plans?

Aug 20 2023, 8:59 PM · VyOS 1.4 Sagitta

Jul 6 2023

rherold added a comment to T5342: Bgp route-map will not configured in frr for the right protocol.

https://github.com/vyos/vyatta-cfg-quagga/pull/100 I have tried to fixed it. Works on my local system.
But need migration script.

Jul 6 2023, 11:25 AM · VyOS 1.4 Sagitta (1.4.0-epa1), Restricted Project, VyOS 1.3 Equuleus (1.3.7), VyOS 1.5 Circinus
rherold created T5342: Bgp route-map will not configured in frr for the right protocol.
Jul 6 2023, 9:33 AM · VyOS 1.4 Sagitta (1.4.0-epa1), Restricted Project, VyOS 1.3 Equuleus (1.3.7), VyOS 1.5 Circinus

Nov 14 2022

rherold created T4817: Please add support for RFC 9234.
Nov 14 2022, 3:13 PM · VyOS 1.4 Sagitta

Oct 28 2022

rherold added a comment to T1797: Implement DPDK Fast-Path using FRR's Alternate Forwarding Planes and VPP.

Is there some progress? VPP is available for AArch64 in meantime.
Here some news about VPP performance:

Oct 28 2022, 7:46 AM

Sep 29 2022

rherold added a comment to T3509: No BCP38 for IPv6 on VyOS.

After digging a step deeper we could also move the function into:

Sep 29 2022, 7:41 AM · VyOS 1.4 Sagitta
rherold added a comment to T3509: No BCP38 for IPv6 on VyOS.

Stumbled again about it and would ask if it is not possible to switch to the iptables extension so that rp filter will also work for IPv6.
From my point of view we must create in firewall setup a new chain RPFILTER in IPv4 and IPv6.

Sep 29 2022, 7:32 AM · VyOS 1.4 Sagitta

Mar 3 2022

Unknown Object (User) awarded T2683: no dual stack in system static-host-mapping host-name a Like token.
Mar 3 2022, 1:00 PM · VyOS 1.3 Equuleus (1.3.2), VyOS 1.4 Sagitta

Oct 24 2021

rherold added a comment to T3935: Update from rc5 to EPA2 failed.

vyos@gw-1:~$ show interfaces ethernet eth1 physical
Settings for eth1:

Supported ports: [ TP ]
Supported link modes:   10baseT/Half 10baseT/Full 
                        100baseT/Half 100baseT/Full 
                        1000baseT/Full 
Supported pause frame use: Symmetric
Supports auto-negotiation: Yes
Supported FEC modes: Not reported
Advertised link modes:  10baseT/Half 10baseT/Full 
                        100baseT/Half 100baseT/Full 
                        1000baseT/Full 
Advertised pause frame use: Symmetric
Advertised auto-negotiation: Yes
Advertised FEC modes: Not reported
Speed: 1000Mb/s
Duplex: Full
Port: Twisted Pair
PHYAD: 1
Transceiver: internal
Auto-negotiation: on
MDI-X: off (auto)
Supports Wake-on: pumbg
Wake-on: g

:...skipping...
Settings for eth1:

Supported ports: [ TP ]
Supported link modes:   10baseT/Half 10baseT/Full 
                        100baseT/Half 100baseT/Full 
                        1000baseT/Full 
Supported pause frame use: Symmetric
Supports auto-negotiation: Yes
Supported FEC modes: Not reported
Advertised link modes:  10baseT/Half 10baseT/Full 
                        100baseT/Half 100baseT/Full 
                        1000baseT/Full 
Advertised pause frame use: Symmetric
Advertised auto-negotiation: Yes
Advertised FEC modes: Not reported
Speed: 1000Mb/s
Duplex: Full
Port: Twisted Pair
PHYAD: 1
Transceiver: internal
Auto-negotiation: on
MDI-X: off (auto)
Supports Wake-on: pumbg
Wake-on: g
Current message level: 0x00000007 (7)
                       drv probe link
Link detected: yes

driver: igb
version: 5.6.0-k
firmware-version: 0. 6-1
expansion-rom-version:
bus-info: 0000:02:00.0
supports-statistics: yes
supports-test: yes
supports-eeprom-access: yes
supports-register-dump: yes
supports-priv-flags: yes
~
vyos@gw-1:~$ show interfaces ethernet eth2 physical
Settings for eth2:

Supported ports: [ TP ]
Supported link modes:   10baseT/Half 10baseT/Full 
                        100baseT/Half 100baseT/Full 
                        1000baseT/Full 
Supported pause frame use: Symmetric
Supports auto-negotiation: Yes
Supported FEC modes: Not reported
Advertised link modes:  10baseT/Half 10baseT/Full 
                        100baseT/Half 100baseT/Full 
                        1000baseT/Full 
Advertised pause frame use: Symmetric
Advertised auto-negotiation: Yes
Advertised FEC modes: Not reported
Speed: 100Mb/s
Duplex: Full
Port: Twisted Pair
PHYAD: 1
Transceiver: internal
Auto-negotiation: on
MDI-X: on (auto)
Supports Wake-on: pumbg
Wake-on: g
Current message level: 0x00000007 (7)
                       drv probe link
Link detected: yes

driver: igb
version: 5.6.0-k
firmware-version: 0. 6-1
expansion-rom-version:
bus-info: 0000:03:00.0
supports-statistics: yes
supports-test: yes
supports-eeprom-access: yes
supports-register-dump: yes
supports-priv-flags: yes
vyos@gw-1:~$

Oct 24 2021, 7:14 AM · VyOS 1.3 Equuleus (1.3.0)

Oct 23 2021

rherold added a comment to T3655: NAT doesn't work correctly with VRF.

anything new here?

Oct 23 2021, 3:07 PM · VyOS 1.4 Sagitta (1.4.0-epa3)
rherold created T3935: Update from rc5 to EPA2 failed.
Oct 23 2021, 2:57 PM · VyOS 1.3 Equuleus (1.3.0)

Sep 21 2021

rherold created T3845: Add "show bgp nexthop" command.
Sep 21 2021, 10:49 AM · VyOS 1.3 Equuleus (1.3.0-epa1)

Sep 13 2021

rherold added a comment to T3655: NAT doesn't work correctly with VRF.

Please take a look at the commit 9213ce6672582bc12f02c1530726fe97030d2cfe for kernel 5.13.

Sep 13 2021, 8:01 PM · VyOS 1.4 Sagitta (1.4.0-epa3)