Page MenuHomeVyOS Platform
Feed All Stories

Jul 31 2021

c-po closed T763: Wireless hw_mode=a with ACS , not working as Invalid.
Jul 31 2021, 8:17 AM · Invalid
c-po added a comment to T763: Wireless hw_mode=a with ACS , not working.

Closing as invalid as the error was towards aarch64 which is yet not supported by VyOS.

Jul 31 2021, 8:17 AM · Invalid
francis added a comment to T2326: Migrate NHRP(DMVPN) to FRR.

I think NHRP Cisco Auth is still missing: https://github.com/FRRouting/frr/blob/master/nhrpd/nhrp_peer.c#L1212

Jul 31 2021, 4:08 AM · VyOS 1.5 Circinus
klipz added a comment to T2326: Migrate NHRP(DMVPN) to FRR.

@c-po @Viacheslav
Further news on this topic - FRR 8.0 released yesterday (7/29) which includes the aforementioned nhrpd multicast improvements, among a lot of other nice things:

Jul 31 2021, 2:49 AM · VyOS 1.5 Circinus

Jul 30 2021

Viacheslav closed T1176: FRR - BGP replicating routes as Resolved.
Jul 30 2021, 9:57 PM · VyOS 1.3 Equuleus (1.3.0-epa1), VyOS 1.4 Sagitta
Viacheslav moved T1176: FRR - BGP replicating routes from Need Triage to Finished on the VyOS 1.4 Sagitta board.
Jul 30 2021, 9:57 PM · VyOS 1.3 Equuleus (1.3.0-epa1), VyOS 1.4 Sagitta
Viacheslav added a comment to T1626: BGP exchanges prefixes without specified address-family.

By default, FRR uses all neighbors in afi ipv4.
This behavior can be disabled with:

Jul 30 2021, 6:13 PM · VyOS 1.3 Equuleus (1.3.0), test
c-po closed T1210: About IKEv2 IPSec VPN remote access, a subtask of T2816: Rewrite IPsec scripts with the new XML/Python approach, as Resolved.
Jul 30 2021, 6:12 PM · VyOS 1.4 Sagitta
c-po closed T1210: About IKEv2 IPSec VPN remote access as Resolved.
Jul 30 2021, 6:12 PM · VyOS 1.4 Sagitta
c-po closed T1307: add RTL8111/RTL8168 driver as Invalid.
Jul 30 2021, 6:12 PM · VyOS 1.3 Equuleus (1.3.0), test
c-po added a comment to T1307: add RTL8111/RTL8168 driver.

Drivers for RTL8111 and RTL8168 are build into the kernel.

Jul 30 2021, 6:12 PM · VyOS 1.3 Equuleus (1.3.0), test
Viacheslav added a comment to T1550: Add support for Large BGP Community show commands.

Large community format:

"1:2:3"
"1:2:3 5:6:7"
"4123456789:4123456780:4123456788"
"^5:.*:7$"
Jul 30 2021, 6:03 PM · VyOS 1.3 Equuleus (1.3.0), test
Viacheslav updated the task description for T3714: Some sysctl custom parameters disappear after reboot.
Jul 30 2021, 4:49 PM · VyOS 1.3 Equuleus (1.3.2)
Viacheslav created T3714: Some sysctl custom parameters disappear after reboot.
Jul 30 2021, 4:45 PM · VyOS 1.3 Equuleus (1.3.2)
dmbaturin created T3713: Create a meta-package for user utilities.
Jul 30 2021, 3:22 PM · VyOS 1.3 Equuleus (1.3.4), VyOS 1.4 Sagitta
Viacheslav added a comment to T1243: BGP local-as accept wrong values.

As I see it's already fixed:

[email protected]# set protocols bgp 64512 neighbor 192.168.5.5 local-as 64513
[edit]
[email protected]# set protocols bgp 64512 neighbor 192.168.5.5 remote-as 64513
[edit]
[email protected]# commit
[ protocols bgp 64512 neighbor 192.168.5.5 local-as 64513 ]
local-as: 64513 and remote-as: 64513 can't be the same
Jul 30 2021, 1:29 PM · VyOS 1.3 Equuleus (1.3.0-epa1), VyOS 1.4 Sagitta
Viacheslav created T3712: route-map comm-list can't be used without option delete.
Jul 30 2021, 1:02 PM
Viacheslav closed T1123: Inconsistency in community-list naming validation as Resolved.

The original issue with the name ( type "u32") was solved.
I'll create a separate task for comm-list bug that can't be used without the "delete" option. (T3712)

Jul 30 2021, 12:47 PM · VyOS 1.3 Equuleus (1.3.0-epa1), test
Viacheslav added a project to T1594: l2tpv3 error on IPv6 local-ip: VyOS 1.4 Sagitta.
Jul 30 2021, 11:52 AM · VyOS 1.3 Equuleus (1.3.0), VyOS 1.4 Sagitta, test
Viacheslav added a comment to T1594: l2tpv3 error on IPv6 local-ip.

Config to reproduce in 1.4

set interfaces ethernet eth1 address 2001:db8::2/64
set interfaces l2tpv3 l2tpeth1010 address '192.168.37.2/27'
set interfaces l2tpv3 l2tpeth1010 encapsulation 'ip'
set interfaces l2tpv3 l2tpeth1010 source-address 2001:db8::2
set interfaces l2tpv3 l2tpeth1010 peer-session-id '100'
set interfaces l2tpv3 l2tpeth1010 peer-tunnel-id '200'
set interfaces l2tpv3 l2tpeth1010 remote 2001:db8::1
set interfaces l2tpv3 l2tpeth1010 session-id '100'
set interfaces l2tpv3 l2tpeth1010 tunnel-id '200'

commit

Traceback (most recent call last):
  File "/usr/libexec/vyos/conf_mode/interfaces-l2tpv3.py", line 105, in <module>
    apply(c)
  File "/usr/libexec/vyos/conf_mode/interfaces-l2tpv3.py", line 94, in apply
    l = L2TPv3If(**l2tpv3)
  File "/usr/lib/python3/dist-packages/vyos/ifconfig/interface.py", line 264, in __init__
    self._create()
  File "/usr/lib/python3/dist-packages/vyos/ifconfig/l2tpv3.py", line 46, in _create
    self._cmd(cmd.format(**self.config))
  File "/usr/lib/python3/dist-packages/vyos/ifconfig/control.py", line 51, in _cmd
    return cmd(command, self.debug)
  File "/usr/lib/python3/dist-packages/vyos/util.py", line 161, in cmd
    raise OSError(code, feedback)
FileNotFoundError: [Errno 2] failed to run command: ip l2tp add tunnel tunnel_id 200 peer_tunnel_id 200 udp_sport 5000 udp_dport 5000 encap ip local 2001:db8::2 remote 2001:db8::1
returned: 
exit code: 2
Jul 30 2021, 11:45 AM · VyOS 1.3 Equuleus (1.3.0), VyOS 1.4 Sagitta, test
Viacheslav claimed T1176: FRR - BGP replicating routes.
Jul 30 2021, 11:03 AM · VyOS 1.3 Equuleus (1.3.0-epa1), VyOS 1.4 Sagitta
Viacheslav moved T1176: FRR - BGP replicating routes from Need Triage to Finished on the VyOS 1.3 Equuleus board.
Jul 30 2021, 10:21 AM · VyOS 1.3 Equuleus (1.3.0-epa1), VyOS 1.4 Sagitta
Viacheslav added a comment to T1176: FRR - BGP replicating routes.

PR for current https://github.com/vyos/vyos-1x/pull/949

Jul 30 2021, 10:20 AM · VyOS 1.3 Equuleus (1.3.0-epa1), VyOS 1.4 Sagitta

Jul 29 2021

vfreex added a project to T3711: service router-advert interface <name> dnssl option has no effects: VyOS 1.3 Equuleus.
Jul 29 2021, 10:29 PM · VyOS 1.3 Equuleus (1.3.0), VyOS 1.4 Sagitta
vfreex created T3711: service router-advert interface <name> dnssl option has no effects.
Jul 29 2021, 10:27 PM · VyOS 1.3 Equuleus (1.3.0), VyOS 1.4 Sagitta
zsdc added a comment to T3709: Snmp: Allow enable MIDs/OIDs ipCidrRouteTable.

They should be disabled by default, but there must be the ability to re-enable OIDs back from CLI.

Jul 29 2021, 9:29 PM · VyOS 1.4 Sagitta
stepler added a comment to T3694: Static routes not installed into kernel nor frr.

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

Jul 29 2021, 6:52 PM · VyOS 1.4 Sagitta
SrividyaA added a comment to T3196: No NAT translations showing up.

As requested, checked in 1.3.0-rc and it shows the destination translations with basic configuration.

Jul 29 2021, 3:26 PM · VyOS 1.3 Equuleus (1.3.0-epa1)
dmbaturin assigned T2776: QAT acceleration not working for IPSec AES-128 (CBC) / SHA256 tunnel to Unknown Object (User).
Jul 29 2021, 3:02 PM · VyOS 1.3 Equuleus (1.3.0-epa1)
dmbaturin added a project to T2432: dhcpd: Can't create new lease file: Permission denied: test.
Jul 29 2021, 2:59 PM · VyOS 1.3 Equuleus (1.3.0-epa1), VyOS 1.4 Sagitta
dmbaturin closed T954: Using the 10.255.255.0/24 subnet on other interfaces breaks L2TP/IPSec as Resolved.

Since you can set the pool and gateway address by hand now, it's not impossible to use that subnet anymore.

Jul 29 2021, 2:54 PM · VyOS 1.3 Equuleus (1.3.0-epa1)
dmbaturin assigned T763: Wireless hw_mode=a with ACS , not working to c-po.
Jul 29 2021, 2:43 PM · Invalid
dmbaturin changed the status of T685: Python environment lacks definition of vyos_libexec_dir when calling os.system(), a subtask of T652: Rewrite service snmp in new style XML interface definition, from Resolved to Resolved N/A.
Jul 29 2021, 2:41 PM · VyOS-1.2.0-GA, VyOS 1.2 Crux (VyOS 1.2.0-rc1)
dmbaturin changed the status of T685: Python environment lacks definition of vyos_libexec_dir when calling os.system() from Resolved to Resolved N/A.
Jul 29 2021, 2:41 PM · VyOS 1.3 Equuleus (1.3.0-epa1)
dmbaturin closed T685: Python environment lacks definition of vyos_libexec_dir when calling os.system(), a subtask of T652: Rewrite service snmp in new style XML interface definition, as Resolved.
Jul 29 2021, 2:40 PM · VyOS-1.2.0-GA, VyOS 1.2 Crux (VyOS 1.2.0-rc1)
dmbaturin closed T685: Python environment lacks definition of vyos_libexec_dir when calling os.system() as Resolved.
Jul 29 2021, 2:40 PM · VyOS 1.3 Equuleus (1.3.0-epa1)
dmbaturin closed T1758: Switch vyos.config to libvyosconfig as Resolved.
Jul 29 2021, 2:38 PM · VyOS 1.3 Equuleus (1.3.0), test
dmbaturin added a parent task for T1083: Implement persistent/random address and port mapping options for NAT rules: T3710: Upgrade the kernel in 1.3 to 5.10.
Jul 29 2021, 2:18 PM · VyOS 1.2 Crux (VyOS 1.2.9), VyOS 1.3 Equuleus (1.3.0), test, VyOS 1.4 Sagitta
dmbaturin added a subtask for T3710: Upgrade the kernel in 1.3 to 5.10: T1083: Implement persistent/random address and port mapping options for NAT rules.
Jul 29 2021, 2:18 PM · VyOS 1.3 Equuleus (1.3.0-epa1)
dmbaturin created T3710: Upgrade the kernel in 1.3 to 5.10.
Jul 29 2021, 2:17 PM · VyOS 1.3 Equuleus (1.3.0-epa1)
jestabro closed T2931: Unicode decode error causes vyos.configd service to restart as Resolved.
Jul 29 2021, 2:17 PM · VyOS 1.3 Equuleus (1.3.0-epa1)
dmbaturin reopened T2759: validate-value prints error messages from validators that fail even if overall validation succeeds as "Open".
Jul 29 2021, 2:09 PM · VyOS 1.3 Equuleus (1.3.0-epa1)
Viacheslav added a comment to T1176: FRR - BGP replicating routes.

PR for 1.3 https://github.com/vyos/vyatta-cfg-quagga/pull/86
add option "solo" for neighbor.

Jul 29 2021, 1:53 PM · VyOS 1.3 Equuleus (1.3.0-epa1), VyOS 1.4 Sagitta
dmbaturin added a project to T970: Support matching domain name in firewall rules: VyOS 1.4 Sagitta.
Jul 29 2021, 1:20 PM · VyOS 1.4 Sagitta (1.4.0-epa3)
dmbaturin added a project to T954: Using the 10.255.255.0/24 subnet on other interfaces breaks L2TP/IPSec: test.
Jul 29 2021, 1:18 PM · VyOS 1.3 Equuleus (1.3.0-epa1)
dmbaturin added a project to T941: BGP neighbours with IPv6 link-local addresses: test.
Jul 29 2021, 1:14 PM · VyOS 1.3 Equuleus (1.3.8), test
dmbaturin added a project to T936: Reimplementation of tech-support diagnostic file generation: test.
Jul 29 2021, 1:13 PM · test, VyOS 1.4 Sagitta
dmbaturin added a project to T927: IPv6 GRE packets not being forwarded: test.
Jul 29 2021, 1:13 PM · VyOS 1.3 Equuleus (1.3.6), test
dmbaturin edited projects for T893: Add support for VPP , added: VyOS 1.4 Sagitta; removed VyOS 1.3 Equuleus.
Jul 29 2021, 1:12 PM · VyOS 1.4 Sagitta
dmbaturin added a project to T891: Current multi-table usage with VRF-netns tables in FRR is partially broken for PBR.: test.
Jul 29 2021, 1:12 PM · VyOS 1.3 Equuleus (1.3.0)
dmbaturin edited projects for T880: What do you think about softether VPN server?, added: VyOS 1.4 Sagitta; removed VyOS 1.3 Equuleus.
Jul 29 2021, 1:12 PM
dmbaturin edited projects for T876: L2TP/IPSEC Client, added: VyOS 1.4 Sagitta; removed VyOS 1.3 Equuleus.
Jul 29 2021, 1:12 PM · VyOS 1.5 Circinus
dmbaturin added a project to T840: VRRP V3 backup router sending ND RA: test.
Jul 29 2021, 1:11 PM · VyOS 1.3 Equuleus (1.3.8), test
dmbaturin edited projects for T839: Add options for DHCPD OMAPI, added: VyOS 1.4 Sagitta; removed VyOS 1.3 Equuleus.
Jul 29 2021, 1:11 PM
dmbaturin added a comment to T839: Add options for DHCPD OMAPI.

Even in the latest ISC DHCPD, OMAPI still can't remove leases, so the issue is moot so far—adding options for OMAPI configuration wouldn't let us do what we wanted to do.

Jul 29 2021, 1:10 PM
dmbaturin edited projects for T766: Implement support for the Tinc VPN daemon, added: VyOS 1.4 Sagitta; removed VyOS 1.3 Equuleus.
Jul 29 2021, 1:09 PM
dmbaturin added a project to T763: Wireless hw_mode=a with ACS , not working: test.
Jul 29 2021, 1:08 PM · Invalid
dmbaturin edited projects for T762: Include rulseset in firewall, added: VyOS 1.4 Sagitta; removed VyOS 1.3 Equuleus.
Jul 29 2021, 1:08 PM · VyOS 1.4 Sagitta
dmbaturin edited projects for T760: Allow named interfaces, added: VyOS 1.4 Sagitta; removed VyOS 1.3 Equuleus.
Jul 29 2021, 1:08 PM · VyOS 1.5 Circinus
dmbaturin added a project to T732: Netflow: generate ASNs from the uacctd BGP thread.: test.
Jul 29 2021, 1:07 PM · VyOS 1.3 Equuleus (1.3.8), test
dmbaturin edited projects for T696: Rewrite conntrack sync to XML, added: VyOS 1.4 Sagitta; removed VyOS 1.3 Equuleus.
Jul 29 2021, 1:07 PM · VyOS 1.3 Equuleus (1.3.0-epa1)
dmbaturin added a project to T697: Clean up and sanitize package dependencies: VyOS 1.4 Sagitta.
Jul 29 2021, 1:06 PM · VyOS 1.3 Equuleus (1.3.0), VyOS 1.4 Sagitta
dmbaturin added a project to T695: Address-group commits with duplicate, but fails when adding rule later.: test.
Jul 29 2021, 1:05 PM · VyOS 1.3 Equuleus (1.3.8), test
dmbaturin added a project to T690: Allow OpenVPN servers to push routes with custom metric values: test.
Jul 29 2021, 1:05 PM · VyOS 1.3 Equuleus (1.3.0-epa1)
dmbaturin added a project to T693: net-snmp-cert missing in rolling release: test.
Jul 29 2021, 1:04 PM · VyOS 1.3 Equuleus (1.3.8), test
dmbaturin added a project to T688: Move component versions used for config migration purposes into vyos-1x: test.
Jul 29 2021, 1:03 PM · VyOS 1.3 Equuleus (1.3.0), test
dmbaturin added a project to T685: Python environment lacks definition of vyos_libexec_dir when calling os.system(): test.
Jul 29 2021, 1:03 PM · VyOS 1.3 Equuleus (1.3.0-epa1)
dmbaturin added a project to T681: Traffic-policy (shaper), returns: 'lowdelay unknown DSCP value': test.
Jul 29 2021, 1:03 PM · VyOS 1.3 Equuleus (1.3.8), VyOS 1.4 Sagitta (1.4.0-GA), test
dmbaturin edited projects for T671: Identify and remove dead code, added: VyOS 1.4 Sagitta; removed VyOS 1.3 Equuleus.
Jul 29 2021, 1:02 PM · VyOS 1.4 Sagitta (1.4.0-epa1)
dmbaturin added a project to T659: Static DHCP mappings aren't available on DNS: test.
Jul 29 2021, 1:02 PM · VyOS 1.3 Equuleus (1.3.8), test
dmbaturin added a project to T577: Unconfigured Ethernet interface discovery partial failure on boot: test.
Jul 29 2021, 1:02 PM · VyOS 1.3 Equuleus (1.3.8)
dmbaturin added a project to T548: BGP IPv6 multipath support: test.
Jul 29 2021, 1:02 PM · VyOS 1.3 Equuleus (1.3.0-epa1)
dmbaturin added a project to T521: Network services may fail if vyatta-router.service startup takes longer than a few seconds: test.
Jul 29 2021, 1:01 PM · VyOS 1.3 Equuleus (1.3.0-epa1)
dmbaturin added a project to T508: ISC DHCP incorrect UDP checksum generation: test.
Jul 29 2021, 1:00 PM · VyOS 1.3 Equuleus (1.3.0-epa1), vyatta-dhcp3
dmbaturin added a project to T486: Static IPv6 default route via OSPFv3-learned loopback is not activated: test.
Jul 29 2021, 1:00 PM · VyOS 1.4 Sagitta (1.4.0-GA), Restricted Project, test
dmbaturin added a project to T469: Problem after commit with errors: test.
Jul 29 2021, 12:59 PM · VyOS 1.3 Equuleus (1.3.4), test
dmbaturin added a project to T445: iptables error with policy routing: test.
Jul 29 2021, 12:59 PM · VyOS 1.3 Equuleus (1.3.8), test
dmbaturin added a project to T305: loadbalancing does not work with one pppoe connection and another connection of either dhcp or static : test.
Jul 29 2021, 12:59 PM · VyOS 1.3 Equuleus (1.3.5), VyOS 1.4 Sagitta, test
dmbaturin added a project to T320: OSPF does not redistribute connected routes associated with virtual tunnel interfaces: test.
Jul 29 2021, 12:58 PM · VyOS 1.3 Equuleus (1.3.0-epa1)
dmbaturin added a project to T169: Image install should put correct serial console device in created GRUB menu entry: test.
Jul 29 2021, 12:58 PM · VyOS 1.3 Equuleus (1.3.0-epa1)
dmbaturin added projects to T66: IPSec v6 over v6 support: test, VyOS 1.2 Crux (VyOS 1.2.9).
Jul 29 2021, 12:57 PM · Restricted Project
dmbaturin added a project to T1000: Broken 6rd tunnel implementation: test.
Jul 29 2021, 12:56 PM
dmbaturin added a project to T990: Make DNAT/SNAT a valid state in firewall rules. : test.
Jul 29 2021, 12:56 PM · VyOS 1.4 Sagitta, test
dmbaturin added a project to T2931: Unicode decode error causes vyos.configd service to restart: test.
Jul 29 2021, 12:55 PM · VyOS 1.3 Equuleus (1.3.0-epa1)
dmbaturin added a project to T2920: Commit crash when adding the second mGRE tunnel with the same key: test.
Jul 29 2021, 12:55 PM · VyOS 1.3 Equuleus (1.3.0-epa1), VyOS 1.4 Sagitta
dmbaturin added a project to T2881: Bug in weight calculation for failover mode: test.
Jul 29 2021, 12:55 PM · VyOS 1.3 Equuleus (1.3.8), VyOS 1.4 Sagitta (1.4.0-GA)
dmbaturin edited projects for T2869: Intel ethernet driver defaults sub-optimal, added: test, VyOS 1.2 Crux (VyOS 1.2.9); removed VyOS 1.2 Crux.
Jul 29 2021, 12:54 PM · VyOS 1.3 Equuleus (1.3.8), VyOS 1.4 Sagitta (1.4.0-GA), VyOS 1.2 Crux (VyOS 1.2.9), test
dmbaturin added a project to T2851: Invalid passthrough routes installing by strongSwan into table 220: test.
Jul 29 2021, 12:53 PM · VyOS 1.3 Equuleus (1.3.8), test
dmbaturin edited projects for T2793: compare + TAB completion does not show proper username if user contains _, added: test, VyOS 1.2 Crux (VyOS 1.2.9); removed VyOS 1.2 Crux.
Jul 29 2021, 12:53 PM · VyOS 1.3 Equuleus (1.3.6), VyOS 1.2 Crux (VyOS 1.2.9)
dmbaturin added a project to T2776: QAT acceleration not working for IPSec AES-128 (CBC) / SHA256 tunnel : test.
Jul 29 2021, 12:53 PM · VyOS 1.3 Equuleus (1.3.0-epa1)
dmbaturin closed T2759: validate-value prints error messages from validators that fail even if overall validation succeeds as Resolved.
Jul 29 2021, 12:52 PM · VyOS 1.3 Equuleus (1.3.0-epa1)
dmbaturin added a project to T2750: Use m4 as a template processor: VyOS 1.4 Sagitta.
Jul 29 2021, 12:51 PM · VyOS 1.3 Equuleus (1.3.0), VyOS 1.4 Sagitta
dmbaturin added a project to T2747: "enable-local-traffic" has no effect in load-balancing to redirect local traffic: test.
Jul 29 2021, 12:51 PM · VyOS 1.5 Circinus
dmbaturin edited projects for T2737: DHCP Lease not displayed with a static map, added: VyOS 1.4 Sagitta; removed VyOS 1.3 Equuleus.
Jul 29 2021, 12:51 PM · VyOS 1.5 Circinus
dmbaturin added a comment to T2737: DHCP Lease not displayed with a static map.

It's a known limitation of the ISC DHCPD. It treats static leases completely differently from dynamic ones.

Jul 29 2021, 12:51 PM · VyOS 1.5 Circinus
dmbaturin closed T2727: Add a dotted decimal value validator, a subtask of T2021: OSPFv3 doesn't support decimal area syntax, as Resolved.
Jul 29 2021, 12:50 PM · VyOS 1.3 Equuleus (1.3.0), VyOS 1.2 Crux (VyOS 1.2.6)
dmbaturin closed T2727: Add a dotted decimal value validator as Resolved.
Jul 29 2021, 12:50 PM · VyOS 1.3 Equuleus (1.3.0-epa1), Ready for Crux (1.2.x)
dmbaturin added a project to T2719: Standardized op mode script structure: VyOS 1.4 Sagitta.
Jul 29 2021, 12:49 PM · VyOS 1.3 Equuleus (1.3.5), VyOS 1.4 Sagitta
dmbaturin added a project to T2710: Many op mode "show interfaces $type" commands no longer work: test.
Jul 29 2021, 12:48 PM · VyOS 1.3 Equuleus (1.3.8)
dmbaturin edited projects for T2674: Other arhitecture support (MIPS, ARM), added: VyOS 1.4 Sagitta; removed VyOS 1.3 Equuleus.
Jul 29 2021, 12:48 PM · VyOS 1.5 Circinus