Page MenuHomeVyOS Platform
Feed All Stories

May 12 2021

jcre created T3539: Typo in RPKI interface definition.
May 12 2021, 8:52 AM · VyOS 1.4 Sagitta
rherold created T3538: Can't configure wireless as access-point.
May 12 2021, 8:15 AM · VyOS 1.3 Equuleus (1.3.0)
dtoux added a comment to T3537: Unable to override the default OSPFv3 link cost for wireguard interface.

the same is the case for GRE interfaces too (ip6gre in particular)

May 12 2021, 2:14 AM · VyOS 1.3 Equuleus (1.3.0-epa1)

May 11 2021

Viacheslav added a comment to T3536: Unable to list all available routes.

Frr itself doesn't allow to set longer-prefixes without "prefix"

r4-1.3# show ip route 1.1.1.1 
  <cr>           
  json           JavaScript Object Notation
  nexthop-group  Nexthop Group Information
May 11 2021, 10:28 PM · VyOS 1.3 Equuleus (1.3.5), VyOS 1.4 Sagitta
c-po updated the task description for T3535: Rewrite vyatta-conntrack-sync in new XML and Python flavor.
May 11 2021, 9:19 PM · VyOS 1.3 Equuleus (1.3.0), VyOS 1.4 Sagitta
c-po updated the task description for T3535: Rewrite vyatta-conntrack-sync in new XML and Python flavor.
May 11 2021, 9:14 PM · VyOS 1.3 Equuleus (1.3.0), VyOS 1.4 Sagitta
dtoux created T3537: Unable to override the default OSPFv3 link cost for wireguard interface.
May 11 2021, 9:05 PM · VyOS 1.3 Equuleus (1.3.0-epa1)
dtoux added a comment to T3533: BGP IPv4 does not initiateate a session.

I ran a packet capture on this BGP session and it appears that VyOS actually sends some packets out and they appear to go through the right gateway... I'm investigating with the provider and will post an update here shortly.

May 11 2021, 7:13 PM · VyOS 1.3 Equuleus (1.3.0)
dtoux created T3536: Unable to list all available routes.
May 11 2021, 6:07 PM · VyOS 1.3 Equuleus (1.3.5), VyOS 1.4 Sagitta
Viacheslav added a subtask for T3182: Main blocker Task for FRR 7.4/7.5 series update: T3526: Smoketest policy fail in CI.
May 11 2021, 5:49 PM · VyOS 1.3 Equuleus (1.3.0), VyOS 1.4 Sagitta
Viacheslav added a parent task for T3526: Smoketest policy fail in CI: T3182: Main blocker Task for FRR 7.4/7.5 series update.
May 11 2021, 5:49 PM · VyOS 1.3 Equuleus (1.3.0)
Viacheslav closed T3526: Smoketest policy fail in CI as Resolved.
May 11 2021, 5:46 PM · VyOS 1.3 Equuleus (1.3.0)
jack9603301 closed T3534: VLAN cannot be both `allowd-vlan` and `native-vlan` as Invalid.
May 11 2021, 5:27 PM · VyOS 1.4 Sagitta
jack9603301 added a comment to T3534: VLAN cannot be both `allowd-vlan` and `native-vlan`.

OK, it seems that this problem doesn't need any repair and will be closed

May 11 2021, 5:27 PM · VyOS 1.4 Sagitta
runar added a comment to T3534: VLAN cannot be both `allowd-vlan` and `native-vlan`.

I agree with @c-po, no warning is needed inbthis case

May 11 2021, 5:18 PM · VyOS 1.4 Sagitta
c-po changed Difficulty level from unknown to hard on T3535: Rewrite vyatta-conntrack-sync in new XML and Python flavor.
May 11 2021, 5:15 PM · VyOS 1.3 Equuleus (1.3.0), VyOS 1.4 Sagitta
c-po changed the status of T3535: Rewrite vyatta-conntrack-sync in new XML and Python flavor, a subtask of T3355: Remove all remaining legacy Vyatta code, from Open to In progress.
May 11 2021, 5:14 PM · VyOS 1.5 Circinus
c-po changed the status of T3535: Rewrite vyatta-conntrack-sync in new XML and Python flavor from Open to In progress.
May 11 2021, 5:14 PM · VyOS 1.3 Equuleus (1.3.0), VyOS 1.4 Sagitta
c-po created T3535: Rewrite vyatta-conntrack-sync in new XML and Python flavor.
May 11 2021, 5:14 PM · VyOS 1.3 Equuleus (1.3.0), VyOS 1.4 Sagitta
c-po added a comment to T3534: VLAN cannot be both `allowd-vlan` and `native-vlan`.

Why should a warning be printed?

May 11 2021, 5:13 PM · VyOS 1.4 Sagitta
jack9603301 renamed T3534: VLAN cannot be both `allowd-vlan` and `native-vlan` from VLAN cannot be both `allow-vlan` and `native-vlan` to VLAN cannot be both `allowd-vlan` and `native-vlan`.
May 11 2021, 3:06 PM · VyOS 1.4 Sagitta
jack9603301 added a comment to T3534: VLAN cannot be both `allowd-vlan` and `native-vlan`.

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

May 11 2021, 2:51 PM · VyOS 1.4 Sagitta
jack9603301 added a comment to T3534: VLAN cannot be both `allowd-vlan` and `native-vlan`.

@runar I just checked the current implementation. It seems that the current configuration is replacing "allowed VLAN" with "native VLAN", but there is no warning. I add a warning!

May 11 2021, 11:25 AM · VyOS 1.4 Sagitta
jack9603301 renamed T3534: VLAN cannot be both `allowd-vlan` and `native-vlan` from VLAN can be `allow-vlan` and `native-vlan` at the same time to VLAN cannot be both `allow-vlan` and `native-vlan`.
May 11 2021, 6:53 AM · VyOS 1.4 Sagitta
runar added a comment to T3534: VLAN cannot be both `allowd-vlan` and `native-vlan`.

Please make it so when both are present the native-vlan command is used.. do not throw an exception as this would make configuration much harder, as a eg. allow-vlan 1-4096, native-vlan 50 will be impossible to configure... Splitting up the allow-vlan and redoing it just to change native-vlan is work that the scripts should do in the backend and not have the user do it

May 11 2021, 5:55 AM · VyOS 1.4 Sagitta
jack9603301 changed the status of T3534: VLAN cannot be both `allowd-vlan` and `native-vlan` from Open to In progress.
May 11 2021, 5:35 AM · VyOS 1.4 Sagitta
jack9603301 created T3534: VLAN cannot be both `allowd-vlan` and `native-vlan`.
May 11 2021, 5:34 AM · VyOS 1.4 Sagitta

May 10 2021

dmbaturin added a comment to T1375: Add clear dhcp server lease function.

Sadly, two years later, OMAPI is still unsuitable for this purpose.

May 10 2021, 8:41 PM · VyOS 1.3 Equuleus (1.3.2), VyOS 1.4 Sagitta
dtoux added a comment to T3533: BGP IPv4 does not initiateate a session.

Yes, I've changed the source since i posted the configuration and now it is the specific IP address that the peer expects.

May 10 2021, 7:35 PM · VyOS 1.3 Equuleus (1.3.0)
dtoux added a comment to T3533: BGP IPv4 does not initiateate a session.

This issue is consistently reproducible and I'm experiencing it with two peers. I convinced one of them to disable passive mode on their end but the other one is not that flexible.

May 10 2021, 7:33 PM · VyOS 1.3 Equuleus (1.3.0)
Viacheslav added a comment to T3533: BGP IPv4 does not initiateate a session.

Can you change update source from eth0 to x.x.x.x?

May 10 2021, 7:33 PM · VyOS 1.3 Equuleus (1.3.0)
dtoux added a comment to T3533: BGP IPv4 does not initiateate a session.
r6:~$ show ip route 172.107.195.1
Routing entry for 172.107.195.1/32
  Known via "static", distance 1, metric 0, best
  Last update 00:32:33 ago
  * 38.39.193.57, via eth0, weight 1
May 10 2021, 7:28 PM · VyOS 1.3 Equuleus (1.3.0)
dtoux added a comment to T3533: BGP IPv4 does not initiateate a session.

I've also tried with disable-connected-check option with no effect

May 10 2021, 7:26 PM · VyOS 1.3 Equuleus (1.3.0)
dtoux added a comment to T3533: BGP IPv4 does not initiateate a session.

This is the current setup:

May 10 2021, 7:23 PM · VyOS 1.3 Equuleus (1.3.0)
Viacheslav added a comment to T3533: BGP IPv4 does not initiateate a session.

I think there is no routes to neighbor
So you get it via default-route
You need to declare /32 route
Or use option
“ set protocols bgp neighbor <address|interface> disable-connected-check”

May 10 2021, 7:21 PM · VyOS 1.3 Equuleus (1.3.0)
dtoux added a comment to T3533: BGP IPv4 does not initiateate a session.

The route is set and validated with traceroute and it has 2 hops.

May 10 2021, 7:15 PM · VyOS 1.3 Equuleus (1.3.0)
Viacheslav added a comment to T3533: BGP IPv4 does not initiateate a session.

it not directly connected neighbours It can’t determine route to the next hop.
Try to set /32 route to ipv4 next hop and check again.

May 10 2021, 7:13 PM · VyOS 1.3 Equuleus (1.3.0)
dtoux updated the task description for T3533: BGP IPv4 does not initiateate a session.
May 10 2021, 7:03 PM · VyOS 1.3 Equuleus (1.3.0)
dtoux added a comment to T3533: BGP IPv4 does not initiateate a session.
May 10 2021, 6:17 PM · VyOS 1.3 Equuleus (1.3.0)
dtoux renamed T3533: BGP IPv4 does not initiateate a session from BGP IPv4 does not initiate ate session to BGP IPv4 does not initiateate a session.
May 10 2021, 5:59 PM · VyOS 1.3 Equuleus (1.3.0)
dtoux created T3533: BGP IPv4 does not initiateate a session.
May 10 2021, 5:58 PM · VyOS 1.3 Equuleus (1.3.0)
francis added a comment to T3421: MTR/Traceroute broken in 1.3-beta.

Related to the image here are sanitized configs (I've removed firewall entries since I've tested without a firewall config and the issue persists. I've replaced all IPs with dummy ones

May 10 2021, 4:50 PM · VyOS 1.3 Equuleus (1.3.0)
francis added a comment to T3421: MTR/Traceroute broken in 1.3-beta.

I can try to sanitize my configs and post here – FWIW, this issue is not in 1.2.7 LTS (self built)

May 10 2021, 4:14 PM · VyOS 1.3 Equuleus (1.3.0)
francescocarzaniga added a comment to T3260: MAP-T/MAP-E for CPE and BR.

Here is an old implementation for Vyatta. Moreover Jool does MAP-T, offers a kernel module, and is being implemented into nftables.

May 10 2021, 11:28 AM · VyOS 1.4 Sagitta (1.4.0-GA)
Viacheslav removed a project from T3522: policy based routing not working: VyOS 1.3 Equuleus.
May 10 2021, 11:07 AM · VyOS 1.4 Sagitta (1.4.0-epa1), Restricted Project
Viacheslav added a project to T3522: policy based routing not working: VyOS 1.3 Equuleus.
May 10 2021, 11:06 AM · VyOS 1.4 Sagitta (1.4.0-epa1), Restricted Project
thastad created T3532: Not possible to change ethertype after interface creation.
May 10 2021, 9:48 AM · VyOS 1.3 Equuleus (1.3.0), VyOS 1.4 Sagitta
Viacheslav closed T3374: IPv6 GRE Tunnel issues as Resolved.
May 10 2021, 9:31 AM · VyOS 1.4 Sagitta
linuxludo added a comment to T3374: IPv6 GRE Tunnel issues.

I tested vyos-1.3-rolling-202105011026-amd64.iso and everything is correct

May 10 2021, 9:06 AM · VyOS 1.4 Sagitta
Viacheslav closed T3528: Frr 7.5.1 uses 'seq' for community-lists, a subtask of T3182: Main blocker Task for FRR 7.4/7.5 series update, as Resolved.
May 10 2021, 8:48 AM · VyOS 1.3 Equuleus (1.3.0), VyOS 1.4 Sagitta
Viacheslav closed T3528: Frr 7.5.1 uses 'seq' for community-lists as Resolved.
May 10 2021, 8:48 AM · VyOS 1.3 Equuleus (1.3.0)
Viacheslav added a comment to T3421: MTR/Traceroute broken in 1.3-beta.

@francis We don't know anything about this issue.
And it difficult to say without the current configuration.

May 10 2021, 7:46 AM · VyOS 1.3 Equuleus (1.3.0)

May 9 2021

francis added a comment to T3421: MTR/Traceroute broken in 1.3-beta.

Any thoughts here @Viacheslav ? This issue persists in 1.3-rc4

May 9 2021, 7:58 PM · VyOS 1.3 Equuleus (1.3.0)
c-po closed T2175: Rewriting all FRR processes allow for reloading and to XML/Python style, a subtask of T3355: Remove all remaining legacy Vyatta code, as Resolved.
May 9 2021, 6:24 PM · VyOS 1.5 Circinus
c-po closed T2175: Rewriting all FRR processes allow for reloading and to XML/Python style as Resolved.
May 9 2021, 6:24 PM
c-po closed T3531: policy: prefix-list and route-map names do not allow underscores in names (FRR does), a subtask of T2175: Rewriting all FRR processes allow for reloading and to XML/Python style, as Resolved.
May 9 2021, 5:00 PM
c-po closed T3531: policy: prefix-list and route-map names do not allow underscores in names (FRR does) as Resolved.
May 9 2021, 5:00 PM · VyOS 1.2 Crux (VyOS 1.2.8)
c-po moved T3531: policy: prefix-list and route-map names do not allow underscores in names (FRR does) from Needs Triage to Finished on the VyOS 1.2 Crux (VyOS 1.2.8) board.
May 9 2021, 4:59 PM · VyOS 1.2 Crux (VyOS 1.2.8)
c-po moved T3531: policy: prefix-list and route-map names do not allow underscores in names (FRR does) from Need Triage to Finished on the VyOS 1.3 Equuleus board.
May 9 2021, 4:59 PM · VyOS 1.2 Crux (VyOS 1.2.8)
c-po moved T3531: policy: prefix-list and route-map names do not allow underscores in names (FRR does) from Need Triage to VyOS 1.2.8 on the VyOS 1.2 Crux board.
May 9 2021, 4:59 PM · VyOS 1.2 Crux (VyOS 1.2.8)
c-po moved T3531: policy: prefix-list and route-map names do not allow underscores in names (FRR does) from Need Triage to Finished on the VyOS 1.4 Sagitta board.
May 9 2021, 4:59 PM · VyOS 1.2 Crux (VyOS 1.2.8)
c-po renamed T3531: policy: prefix-list and route-map names do not allow underscores in names (FRR does) from vyos shell prefix-list and route-maps does not allow underscores in names, but vtysh does to policy: prefix-list and route-map names do not allow underscores in names (FRR does).
May 9 2021, 9:28 AM · VyOS 1.2 Crux (VyOS 1.2.8)
c-po added a subtask for T2175: Rewriting all FRR processes allow for reloading and to XML/Python style: T3531: policy: prefix-list and route-map names do not allow underscores in names (FRR does).
May 9 2021, 9:17 AM
c-po added a parent task for T3531: policy: prefix-list and route-map names do not allow underscores in names (FRR does): T2175: Rewriting all FRR processes allow for reloading and to XML/Python style.
May 9 2021, 9:17 AM · VyOS 1.2 Crux (VyOS 1.2.8)
c-po added a subtask for T2175: Rewriting all FRR processes allow for reloading and to XML/Python style: T3530: BGP peer-group can't contain a hyphen.
May 9 2021, 9:17 AM
c-po added a parent task for T3530: BGP peer-group can't contain a hyphen: T2175: Rewriting all FRR processes allow for reloading and to XML/Python style.
May 9 2021, 9:17 AM · VyOS 1.4 Sagitta
c-po added a comment to T3531: policy: prefix-list and route-map names do not allow underscores in names (FRR does).

Will take a look later today starting of with VyOS 1.4

May 9 2021, 9:15 AM · VyOS 1.2 Crux (VyOS 1.2.8)
c-po changed the status of T3531: policy: prefix-list and route-map names do not allow underscores in names (FRR does) from Open to In progress.
May 9 2021, 9:15 AM · VyOS 1.2 Crux (VyOS 1.2.8)
olofl created T3531: policy: prefix-list and route-map names do not allow underscores in names (FRR does).
May 9 2021, 9:05 AM · VyOS 1.2 Crux (VyOS 1.2.8)
c-po moved T3529: vyos.frr class has no support for multi-line modify_section from Need Triage to Backlog on the VyOS 1.4 Sagitta board.
May 9 2021, 8:49 AM · VyOS 1.5 Circinus, VyOS 1.4 Sagitta (1.4.0-epa1), Restricted Project
c-po renamed T3483: Update Linux Kernel to v4.19.195 from Update Linux Kernel to v4.19.188 to Update Linux Kernel to v4.19.190.
May 9 2021, 8:43 AM · VyOS 1.2 Crux (VyOS 1.2.8)
c-po edited projects for T3479: route-maps containing "aggregator as" can not be deleted, added: VyOS 1.2 Crux (VyOS 1.2.8); removed VyOS 1.2 Crux.
May 9 2021, 8:38 AM · VyOS 1.4 Sagitta
c-po closed T3530: BGP peer-group can't contain a hyphen as Resolved.
May 9 2021, 8:24 AM · VyOS 1.4 Sagitta
c-po updated the task description for T3530: BGP peer-group can't contain a hyphen.
May 9 2021, 8:23 AM · VyOS 1.4 Sagitta
c-po updated the task description for T3530: BGP peer-group can't contain a hyphen.
May 9 2021, 8:23 AM · VyOS 1.4 Sagitta

May 8 2021

c-po claimed T3530: BGP peer-group can't contain a hyphen.
May 8 2021, 8:35 PM · VyOS 1.4 Sagitta
c-po added a project to T3530: BGP peer-group can't contain a hyphen: VyOS 1.4 Sagitta.
May 8 2021, 8:35 PM · VyOS 1.4 Sagitta
c-po created T3530: BGP peer-group can't contain a hyphen.
May 8 2021, 8:35 PM · VyOS 1.4 Sagitta
c-po added a subtask for T2175: Rewriting all FRR processes allow for reloading and to XML/Python style: T3523: VRF BGP daemon route-map command missing.
May 8 2021, 7:33 PM
c-po added a parent task for T3523: VRF BGP daemon route-map command missing: T2175: Rewriting all FRR processes allow for reloading and to XML/Python style.
May 8 2021, 7:33 PM · VyOS 1.4 Sagitta
c-po assigned T3529: vyos.frr class has no support for multi-line modify_section to runar.
May 8 2021, 7:09 PM · VyOS 1.5 Circinus, VyOS 1.4 Sagitta (1.4.0-epa1), Restricted Project
c-po created T3529: vyos.frr class has no support for multi-line modify_section.
May 8 2021, 7:09 PM · VyOS 1.5 Circinus, VyOS 1.4 Sagitta (1.4.0-epa1), Restricted Project
rherold added a comment to T3512: set protocols static table creates wrong frr config.

@Viacheslav yes it was rc4 got the link some day's befor release via slack. I will setup a test lab next days, these boxes are now in production.

May 8 2021, 11:06 AM · VyOS 1.3 Equuleus (1.3.0)
c-po changed the status of T3512: set protocols static table creates wrong frr config from Open to On hold.
May 8 2021, 11:06 AM · VyOS 1.3 Equuleus (1.3.0)
c-po renamed T3318: Update Linux Kernel to v5.4.208 / 5.10.142 from Update Linux Kernel to v5.4.115 / 5.10.33 to Update Linux Kernel to v5.4.117 / 5.10.35.
May 8 2021, 11:06 AM · VyOS 1.3 Equuleus (1.3.2), VyOS 1.4 Sagitta
Viacheslav removed a subtask for T3528: Frr 7.5.1 uses 'seq' for community-lists: T3517: FRR 7.5 bfd behavior for 1.3.
May 8 2021, 10:41 AM · VyOS 1.3 Equuleus (1.3.0)
Viacheslav removed a parent task for T3517: FRR 7.5 bfd behavior for 1.3: T3528: Frr 7.5.1 uses 'seq' for community-lists.
May 8 2021, 10:41 AM · VyOS 1.3 Equuleus (1.3.0)
Viacheslav added a comment to T3512: set protocols static table creates wrong frr config.

@rherold can you recheck it? Or say is it real 1.3.0-rc4?
I can't reproduce it.

May 8 2021, 10:23 AM · VyOS 1.3 Equuleus (1.3.0)
Viacheslav closed T3517: FRR 7.5 bfd behavior for 1.3, a subtask of T3182: Main blocker Task for FRR 7.4/7.5 series update, as Resolved.
May 8 2021, 9:44 AM · VyOS 1.3 Equuleus (1.3.0), VyOS 1.4 Sagitta
Viacheslav closed T3517: FRR 7.5 bfd behavior for 1.3, a subtask of T3528: Frr 7.5.1 uses 'seq' for community-lists, as Resolved.
May 8 2021, 9:44 AM · VyOS 1.3 Equuleus (1.3.0)
Viacheslav closed T3517: FRR 7.5 bfd behavior for 1.3 as Resolved.
May 8 2021, 9:44 AM · VyOS 1.3 Equuleus (1.3.0)
Viacheslav added a subtask for T3528: Frr 7.5.1 uses 'seq' for community-lists: T3517: FRR 7.5 bfd behavior for 1.3.
May 8 2021, 9:43 AM · VyOS 1.3 Equuleus (1.3.0)
Viacheslav added a parent task for T3517: FRR 7.5 bfd behavior for 1.3: T3528: Frr 7.5.1 uses 'seq' for community-lists.
May 8 2021, 9:43 AM · VyOS 1.3 Equuleus (1.3.0)
Viacheslav added a comment to T3528: Frr 7.5.1 uses 'seq' for community-lists.

PR https://github.com/vyos/vyatta-cfg-quagga/pull/77

May 8 2021, 9:42 AM · VyOS 1.3 Equuleus (1.3.0)
Viacheslav added a subtask for T3182: Main blocker Task for FRR 7.4/7.5 series update: T3528: Frr 7.5.1 uses 'seq' for community-lists.
May 8 2021, 9:28 AM · VyOS 1.3 Equuleus (1.3.0), VyOS 1.4 Sagitta
Viacheslav added a parent task for T3528: Frr 7.5.1 uses 'seq' for community-lists: T3182: Main blocker Task for FRR 7.4/7.5 series update.
May 8 2021, 9:28 AM · VyOS 1.3 Equuleus (1.3.0)
Viacheslav claimed T3528: Frr 7.5.1 uses 'seq' for community-lists.
May 8 2021, 9:27 AM · VyOS 1.3 Equuleus (1.3.0)
Viacheslav created T3528: Frr 7.5.1 uses 'seq' for community-lists.
May 8 2021, 9:26 AM · VyOS 1.3 Equuleus (1.3.0)
Viacheslav added a comment to T3526: Smoketest policy fail in CI.
May 8 2021, 9:15 AM · VyOS 1.3 Equuleus (1.3.0)
ernstjo created T3527: Sometimes installing of static routes failes.
May 8 2021, 9:14 AM