Page MenuHomeVyOS Platform
Feed Search

Mar 12 2021

Viacheslav added a comment to T548: BGP IPv6 multipath support.

Needs to migrate "maximum-paths" to afi and add ipv6 (1.3)

[email protected]# set protocols bgp 65001 maximum-paths 
Possible completions:
   ebgp         Maximum ebgp multipaths
   ibgp         Maximum ibgp multipaths
Mar 12 2021, 12:00 PM · VyOS 1.3 Equuleus (1.3.0-epa1)
Viacheslav triaged T3400: Ping decimal places as Low priority.
Mar 12 2021, 10:54 AM · VyOS 1.5 Circinus

Mar 11 2021

Viacheslav changed the status of T3395: WAN load-balancing fails with nexthop dhcp from Unknown Status to Resolved.
Mar 11 2021, 7:27 PM · VyOS 1.2 Crux (VyOS 1.2.7), VyOS 1.4 Sagitta
Viacheslav added a comment to T3360: Op command 'show interfaces' does not display VRRP VIP.

As a workaround, we can replace https://github.com/vyos/vyos-1x/blob/f892294239101aecc21a45629eb1d10bd89fba0b/python/vyos/ifconfig/vrrp.py#L95 to

from vyos.util import cmd
cmd(f'sudo kill -s {cls._signal[what]} {pid}')

And get JSON values

vyos@r-roll01:~$ sudo cat /tmp/keepalived.json 
[ { "data": { "iname": "test", "dont_track_primary": 0, "skip_check_adv_addr": 0, "strict_mode": 0, "vmac_ifname": "eth1v1", "track_ifp": [ ], "track_script": [ ], "ifp_ifname": "eth1v1", "master_priority": 100, "last_transition": 1615454936.7267461, "garp_delay": 5, "garp_refresh": 0, "garp_rep": 5, "garp_refresh_rep": 1, "garp_lower_prio_delay": 5, "garp_lower_prio_rep": 5, "lower_prio_no_advert": 0, "higher_prio_send_advert": 0, "vrid": 1, "base_priority": 100, "effective_priority": 100, "vipset": true, "vips": [ "172.20.110.111", "172.20.110.15" ], "evips": [ ], "promote_secondaries": false, "vroutes": [ ], "vrules": [ ], "adver_int": 1, "master_adver_int": 1, "accept": 1, "nopreempt": false, "preempt_delay": 0, "state": 2, "wantstate": 2, "version": 2, "smtp_alert": false, "auth_type": 0 }, "stats": { "advert_rcvd": 983, "advert_sent": 10535, "become_master": 1, "release_master": 0, "packet_len_err": 0, "advert_interval_err": 0, "ip_ttl_err": 0, "invalid_type_rcvd": 0, "addr_list_err": 0, "invalid_authtype": 0, "authtype_mismatch": 0, "auth_failure": 0, "pri_zero_rcvd": 2, "pri_zero_sent": 0 } } ]

Or more readable:

{
   "data":{
      "iname":"test",
      "dont_track_primary":0,
      "skip_check_adv_addr":0,
      "strict_mode":0,
      "vmac_ifname":"eth1v1",
      "track_ifp":[
Mar 11 2021, 12:57 PM · VyOS 1.3 Equuleus (1.3.0), VyOS 1.4 Sagitta
Viacheslav added a comment to T3360: Op command 'show interfaces' does not display VRRP VIP.

VRRP return always [] <= nodata
https://github.com/vyos/vyos-1x/blob/f892294239101aecc21a45629eb1d10bd89fba0b/src/op_mode/show_interfaces.py#L68
Maybe don't have permissions to kill PID https://github.com/vyos/vyos-1x/blob/f892294239101aecc21a45629eb1d10bd89fba0b/python/vyos/ifconfig/vrrp.py#L95

Mar 11 2021, 9:52 AM · VyOS 1.3 Equuleus (1.3.0), VyOS 1.4 Sagitta
Viacheslav added a project to T3395: WAN load-balancing fails with nexthop dhcp: VyOS 1.2 Crux (VyOS 1.2.7).

The same bug with 1.2.7-epa1

set interfaces dummy dum0
set interfaces ethernet eth1 address dhcp
set load-balancing wan interface-health eth1 nexthop dhcp
set load-balancing wan rule 1 inbound-interface dum0
set load-balancing wan rule 1 interface eth1
commit

Status

[email protected]:~$ show wan-load-balance 
Interface:  eth1
  Status:  active
  Last Status Change:  Thu Mar 11 09:31:54 2021
  +Test:  ping  Target: 
    Last Interface Success:  0s 
    Last Interface Failure:  2m35s      
    # Interface Failure(s):  0
Mar 11 2021, 9:36 AM · VyOS 1.2 Crux (VyOS 1.2.7), VyOS 1.4 Sagitta
Viacheslav added a comment to T3396: syslog can't be configured with an ipv6 literal destination in 1.2.x.

Fixed in VyOS 1.4-rolling-202103110218

set system syslog global facility all level 'info'
set system syslog global facility protocols level 'debug'
set system syslog host 192.168.122.1 facility all level 'all'
set system syslog host 192.168.122.1 port '514'
set system syslog host 2001:db8::2 facility all level 'all'
set system syslog host 2001:db8::3 facility all level 'all'
set system syslog host 2001:db8::3 port '514'
set system syslog host 2001:db8::4 facility all level 'all'
set system syslog host 2001:db8::4 port '514'
Mar 11 2021, 9:15 AM · VyOS 1.3 Equuleus (1.3.0-epa1), VyOS 1.2 Crux (VyOS 1.2.9), VyOS 1.4 Sagitta
Viacheslav moved T3396: syslog can't be configured with an ipv6 literal destination in 1.2.x from Open to Backport Candidates on the VyOS 1.4 Sagitta board.
Mar 11 2021, 9:10 AM · VyOS 1.3 Equuleus (1.3.0-epa1), VyOS 1.2 Crux (VyOS 1.2.9), VyOS 1.4 Sagitta
Viacheslav added a comment to T3367: 1.2.6-S1 -> 1.2.7-epa1 fails - broken system.

I can't reproduce it. Updated successfully. from 1.2.6-s1 to 1.2.7-epa1

Mar 11 2021, 8:45 AM
Viacheslav closed T3399: RPKI: dashes in hostnames are replaced with underscores when rendering the FRR config as Resolved.

Fixed VyOS 1.3-beta-202103110443

set protocols rpki cache rtr-ham1.mhl-lab.net port '3323'
set protocols rpki cache rtr-ham1.mhl-lab.net preference '2'
Mar 11 2021, 8:40 AM · VyOS 1.3 Equuleus (1.3.0)

Mar 10 2021

Viacheslav added a project to T3305: Ingress qdisc does not work anymore in 1.3-rolling-202101 snapshot: VyOS 1.4 Sagitta.
Mar 10 2021, 9:01 PM · VyOS 1.3 Equuleus (1.3.0), VyOS 1.4 Sagitta, vyatta-cfg-qos
Viacheslav added a project to T3305: Ingress qdisc does not work anymore in 1.3-rolling-202101 snapshot: VyOS 1.3 Equuleus.
Mar 10 2021, 9:00 PM · VyOS 1.3 Equuleus (1.3.0), VyOS 1.4 Sagitta, vyatta-cfg-qos
Viacheslav edited a custom field on T3305: Ingress qdisc does not work anymore in 1.3-rolling-202101 snapshot.
Mar 10 2021, 8:59 PM · VyOS 1.3 Equuleus (1.3.0), VyOS 1.4 Sagitta, vyatta-cfg-qos
Viacheslav changed the status of T3305: Ingress qdisc does not work anymore in 1.3-rolling-202101 snapshot from Open to Needs testing.
Mar 10 2021, 8:57 PM · VyOS 1.3 Equuleus (1.3.0), VyOS 1.4 Sagitta, vyatta-cfg-qos
Viacheslav added a comment to T3353: PPPoE server wrong vlan-range generating config.

One solution that I see, uses vif/svlan/cvlan.

Mar 10 2021, 8:36 PM · VyOS 1.4 Sagitta
Viacheslav added a comment to T3399: RPKI: dashes in hostnames are replaced with underscores when rendering the FRR config.

@mpueschel will be fixed in the next rolling 1.4 release, after 2021-03-10
Can you check it out?

Mar 10 2021, 5:52 PM · VyOS 1.3 Equuleus (1.3.0)
Viacheslav added a comment to T3399: RPKI: dashes in hostnames are replaced with underscores when rendering the FRR config.

PR for "equuleus" https://github.com/vyos/vyos-1x/pull/765

Mar 10 2021, 12:51 PM · VyOS 1.3 Equuleus (1.3.0)
Viacheslav added a comment to T3398: Can't commit.

We can't reproduce/fix it without any provided information/configuration.

Mar 10 2021, 6:01 AM · VyOS 1.4 Sagitta

Mar 9 2021

Viacheslav added a comment to T3396: syslog can't be configured with an ipv6 literal destination in 1.2.x.

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

Mar 9 2021, 5:49 PM · VyOS 1.3 Equuleus (1.3.0-epa1), VyOS 1.2 Crux (VyOS 1.2.9), VyOS 1.4 Sagitta
Viacheslav added a comment to T3396: syslog can't be configured with an ipv6 literal destination in 1.2.x.

Expected format @[2001:db8::2]:514

Mar 9 2021, 3:08 PM · VyOS 1.3 Equuleus (1.3.0-epa1), VyOS 1.2 Crux (VyOS 1.2.9), VyOS 1.4 Sagitta
Viacheslav added projects to T3396: syslog can't be configured with an ipv6 literal destination in 1.2.x: VyOS 1.2 Crux (VyOS 1.2.7), VyOS 1.3 Equuleus, VyOS 1.4 Sagitta.
Mar 9 2021, 3:06 PM · VyOS 1.3 Equuleus (1.3.0-epa1), VyOS 1.2 Crux (VyOS 1.2.9), VyOS 1.4 Sagitta
Viacheslav added a comment to T3396: syslog can't be configured with an ipv6 literal destination in 1.2.x.

1.1.8 configuration

set system syslog host [2001:db8::2]:514 facility all level 'all'
Mar 9 2021, 2:59 PM · VyOS 1.3 Equuleus (1.3.0-epa1), VyOS 1.2 Crux (VyOS 1.2.9), VyOS 1.4 Sagitta
Viacheslav moved T3392: vrrp over dhcp default route bug (unexpected vrf) from Open to Backport Candidates on the VyOS 1.4 Sagitta board.
Mar 9 2021, 2:53 PM · VyOS 1.3 Equuleus (1.3.0), VyOS 1.4 Sagitta
Viacheslav added a comment to T3396: syslog can't be configured with an ipv6 literal destination in 1.2.x.

Try one of them options

Mar 9 2021, 2:41 PM · VyOS 1.3 Equuleus (1.3.0-epa1), VyOS 1.2 Crux (VyOS 1.2.9), VyOS 1.4 Sagitta
Viacheslav changed the status of T3392: vrrp over dhcp default route bug (unexpected vrf) from Open to Needs testing.
Mar 9 2021, 11:14 AM · VyOS 1.3 Equuleus (1.3.0), VyOS 1.4 Sagitta
Viacheslav assigned T3271: qemu-kvm grub issue to stepler.
Mar 9 2021, 11:00 AM · VyOS 1.3 Equuleus (1.3.0), VyOS 1.4 Sagitta
Viacheslav moved T3271: qemu-kvm grub issue from Open to Backport Candidates on the VyOS 1.4 Sagitta board.

I kill the vm 80+ times.
All works fine.
@c-po can we "cherry-pick" it to 1.3.0?

Mar 9 2021, 11:00 AM · VyOS 1.3 Equuleus (1.3.0), VyOS 1.4 Sagitta

Mar 8 2021

Viacheslav changed the status of T3271: qemu-kvm grub issue from Open to Needs testing.
Mar 8 2021, 12:32 AM · VyOS 1.3 Equuleus (1.3.0), VyOS 1.4 Sagitta

Mar 7 2021

Viacheslav added a comment to T3392: vrrp over dhcp default route bug (unexpected vrf).

vrf detected even it not created
https://github.com/vyos/vyos-1x/blob/dd35eb76153191bc487e3ea23c3e73c753ec1d4b/src/etc/dhcp/dhclient-enter-hooks.d/03-vyos-ipwrapper#L55-L59

root@r-roll01:/home/vyos# basename /sys/class/net/eth1/upper_* | sed -e 's/upper_//'
eth1v1
Mar 7 2021, 9:08 PM · VyOS 1.3 Equuleus (1.3.0), VyOS 1.4 Sagitta
Viacheslav updated the task description for T3392: vrrp over dhcp default route bug (unexpected vrf).
Mar 7 2021, 8:51 PM · VyOS 1.3 Equuleus (1.3.0), VyOS 1.4 Sagitta
Viacheslav renamed T3392: vrrp over dhcp default route bug (unexpected vrf) from vrrp over dhcp default route bug to vrrp over dhcp default route bug (unexpected vrf).
Mar 7 2021, 8:51 PM · VyOS 1.3 Equuleus (1.3.0), VyOS 1.4 Sagitta
Viacheslav created T3392: vrrp over dhcp default route bug (unexpected vrf).
Mar 7 2021, 8:48 PM · VyOS 1.3 Equuleus (1.3.0), VyOS 1.4 Sagitta
Viacheslav changed the status of T3300: Add DHCP default route distance from In progress to Needs testing.
Mar 7 2021, 8:21 PM · VyOS 1.3 Equuleus (1.3.0), VyOS 1.4 Sagitta
Viacheslav added a comment to T3300: Add DHCP default route distance.

Wrong behavior

Mar 7 2021, 8:19 PM · VyOS 1.3 Equuleus (1.3.0), VyOS 1.4 Sagitta
Viacheslav added a comment to rVYOSONEX585112ca7a93: Merge pull request #757 from sever-sever/T3357.

Original task https://phabricator.vyos.net/T3377

Mar 7 2021, 7:23 PM
Viacheslav added a comment to rVYOSONEXe1c993f57efd: op-mode: T3357: Fix show_interfaces bug with tunnels.

Original task https://phabricator.vyos.net/T3377

Mar 7 2021, 7:21 PM
Viacheslav added a comment to rVYOSONEX2eab81070c58: Revert "op-mode: T3357: Fix show_interfaces bug with tunnels".

Original task https://phabricator.vyos.net/T3377

Mar 7 2021, 7:21 PM
Viacheslav added a comment to rVYOSONEX549251f5ae1b: T3357: Fix invoking TunnelIf() from op-mode.

Original task https://phabricator.vyos.net/T3377

Mar 7 2021, 7:20 PM
Viacheslav added a comment to T3362: 1.3 - RC1 ifb redirect failing to commit.

@trystan attach please configuration with sets, how to reproduce it.
For example

set param xxx option xxx..
set param2 xxx .option xxx..

And after commit... tc error..

Mar 7 2021, 6:55 PM · VyOS 1.3 Equuleus (1.3.0-epa1)
Viacheslav closed T3211: ability to redistribute ISIS into other routing protocols as Resolved.
Mar 7 2021, 6:50 PM · VyOS 1.3 Equuleus (1.3.0), VyOS 1.4 Sagitta
Viacheslav moved T3379: Add global-parameters name-server for dhcpv6-server from Open to Backport Candidates on the VyOS 1.4 Sagitta board.
Mar 7 2021, 6:44 PM · VyOS 1.3 Equuleus (1.3.0), VyOS 1.4 Sagitta

Mar 5 2021

Viacheslav added a comment to T3390: Expansion of a range in an address-group doesn't include the new addresses after commit.

The same with ports.
It will be fixed after rewriting the firewall to python.

Mar 5 2021, 4:06 PM · VyOS 1.3 Equuleus (1.3.5)
Viacheslav triaged T3390: Expansion of a range in an address-group doesn't include the new addresses after commit as Normal priority.
Mar 5 2021, 4:05 PM · VyOS 1.3 Equuleus (1.3.5)
Viacheslav closed T2659: Add fastnetmon (DDoS detection) support as Resolved.
Mar 5 2021, 3:56 PM · VyOS 1.3 Equuleus (1.3.0)
Viacheslav closed T2893: Remove broken MSS-clamping old command as Invalid.
Mar 5 2021, 3:55 PM

Mar 4 2021

Viacheslav changed the status of T3388: show interfaces doesn't display pppoeX from Open to Confirmed.
Mar 4 2021, 10:53 PM · VyOS 1.4 Sagitta
Viacheslav placed T366: SNMP Query for BGP Tunnels Returns IPv4 Tunnels Only up for grabs.
Mar 4 2021, 10:23 PM · VyOS 1.4 Sagitta
Viacheslav placed T2748: "show vpn ike sa" shows state "down" when tunnel is up up for grabs.
Mar 4 2021, 10:22 PM · VyOS 1.3 Equuleus (1.3.0)
Viacheslav closed T2803: OSPFv3 - Default-Information Originate [always] as Wontfix.

FRR doesn't have such a function.

Mar 4 2021, 10:19 PM
Viacheslav added a comment to T3388: show interfaces doesn't display pppoeX.

Expected output, in VyOS 1.3.0-rc1 works fine

showvyos@vyos:~$ show int
Codes: S - State, L - Link, u - Up, D - Down, A - Admin Down
Interface        IP Address                        S/L  Description
---------        ----------                        ---  -----------
eth0             -                                 u/u  WAN01-pppoe
eth1             10.0.0.1/24                       u/u  LAN
eth2             192.0.2.12/24                     u/u  WAN02-dhcp
eth3             -                                 u/u  
lo               127.0.0.1/8                       u/u  
                 ::1/128                                
pppoe0           10.1.1.101/32                     u/u
Mar 4 2021, 9:49 PM · VyOS 1.4 Sagitta
Viacheslav updated the task description for T3388: show interfaces doesn't display pppoeX.
Mar 4 2021, 9:47 PM · VyOS 1.4 Sagitta
Viacheslav updated the task description for T3388: show interfaces doesn't display pppoeX.
Mar 4 2021, 9:43 PM · VyOS 1.4 Sagitta
Viacheslav renamed T3388: show interfaces doesn't display pppoeX from show interfaces don't show pppoeX to show interfaces doesn't display pppoeX.
Mar 4 2021, 9:43 PM · VyOS 1.4 Sagitta
Viacheslav created T3388: show interfaces doesn't display pppoeX.
Mar 4 2021, 9:42 PM · VyOS 1.4 Sagitta
Viacheslav changed the status of T3386: PPPoE-server don't start with local authentication from Open to Needs testing.
Mar 4 2021, 9:02 PM · VyOS 1.3 Equuleus (1.3.0), VyOS 1.4 Sagitta
Viacheslav changed the status of T3211: ability to redistribute ISIS into other routing protocols from Open to Needs testing.
Mar 4 2021, 8:52 PM · VyOS 1.3 Equuleus (1.3.0), VyOS 1.4 Sagitta
Viacheslav moved T3386: PPPoE-server don't start with local authentication from Open to Backport Candidates on the VyOS 1.4 Sagitta board.
Mar 4 2021, 8:48 PM · VyOS 1.3 Equuleus (1.3.0), VyOS 1.4 Sagitta
Viacheslav added a comment to T3211: ability to redistribute ISIS into other routing protocols.

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

Mar 4 2021, 8:45 PM · VyOS 1.3 Equuleus (1.3.0), VyOS 1.4 Sagitta
Viacheslav reopened T3211: ability to redistribute ISIS into other routing protocols as "Open".

Unexpected redistribution for isis VyOS 1.4-rolling-202103040218

Mar 4 2021, 7:43 PM · VyOS 1.3 Equuleus (1.3.0), VyOS 1.4 Sagitta
Viacheslav triaged T3383: BGP IPv6 neighbor statements configuration not normalized. as Normal priority.
Mar 4 2021, 7:27 PM
Viacheslav triaged T3387: Command "Monitor vpn ipsec" is not working as Normal priority.
Mar 4 2021, 7:23 PM · VyOS 1.3 Equuleus (1.3.0), VyOS 1.4 Sagitta, VyOS 1.2 Crux
Viacheslav added a comment to T3386: PPPoE-server don't start with local authentication.

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

Mar 4 2021, 7:11 PM · VyOS 1.3 Equuleus (1.3.0), VyOS 1.4 Sagitta
Viacheslav claimed T3386: PPPoE-server don't start with local authentication.
Mar 4 2021, 7:04 PM · VyOS 1.3 Equuleus (1.3.0), VyOS 1.4 Sagitta
Viacheslav closed T3377: show interfaces throws error as Resolved.
Mar 4 2021, 5:54 PM · VyOS 1.4 Sagitta
Viacheslav added a project to T3386: PPPoE-server don't start with local authentication: VyOS 1.4 Sagitta.
Mar 4 2021, 5:37 PM · VyOS 1.3 Equuleus (1.3.0), VyOS 1.4 Sagitta
Viacheslav created T3386: PPPoE-server don't start with local authentication.
Mar 4 2021, 5:34 PM · VyOS 1.3 Equuleus (1.3.0), VyOS 1.4 Sagitta
Viacheslav closed T2861: route-map "set community additive" not working correctly as Resolved.
Mar 4 2021, 3:14 PM · VyOS 1.3 Equuleus (1.3.0)
Viacheslav added a comment to T3382: Error creating Console Server.

Also, It can't check that cmd on hypervisor

Mar 4 2021, 8:34 AM · VyOS 1.3 Equuleus (1.3.0), VyOS 1.4 Sagitta

Mar 3 2021

Viacheslav added a comment to T3374: IPv6 GRE Tunnel issues.

@linuxludo Can you share a link?

Mar 3 2021, 12:37 PM · VyOS 1.4 Sagitta
trae32566 awarded T3271: qemu-kvm grub issue a Like token.
Mar 3 2021, 5:11 AM · VyOS 1.3 Equuleus (1.3.0), VyOS 1.4 Sagitta

Mar 2 2021

Viacheslav added a comment to T3381: Change GRE tunnel failed.

It seems it some upstream issue

vyos@r-roll01# sudo ip tunnel add tun22 mode gre local 203.0.113.1 remote any 
[edit]
vyos@r-roll01# sudo ip tunnel change tun22 mode gre local 203.0.113.1 remote 203.0.113.254
add tunnel "tun22" failed: Invalid argument
[edit]
vyos@r-roll01#
Mar 2 2021, 9:49 PM · VyOS 1.3 Equuleus (1.3.0-epa1), VyOS 1.4 Sagitta
Viacheslav added a project to T3381: Change GRE tunnel failed: VyOS 1.4 Sagitta.

For 1.4 the same fail
Config

set interfaces tunnel tun1 address '10.20.30.1/30'
set interfaces tunnel tun1 encapsulation 'gre'
set interfaces tunnel tun1 source-address '192.168.122.11'
set interfaces tunnel tun1 multicast 'disable'
commit
set interfaces tunnel tun1 remote 192.168.122.12
commit
Mar 2 2021, 9:21 PM · VyOS 1.3 Equuleus (1.3.0-epa1), VyOS 1.4 Sagitta
Viacheslav added a comment to T3379: Add global-parameters name-server for dhcpv6-server.

Updated PR
I replace raw dhcpv6 global-parameters with leafNode.

Mar 2 2021, 8:58 PM · VyOS 1.3 Equuleus (1.3.0), VyOS 1.4 Sagitta
Viacheslav renamed T3379: Add global-parameters name-server for dhcpv6-server from Add global-parameters for dhcpv6-server to Add global-parameters name-server for dhcpv6-server.
Mar 2 2021, 8:56 PM · VyOS 1.3 Equuleus (1.3.0), VyOS 1.4 Sagitta
Viacheslav created T3381: Change GRE tunnel failed.
Mar 2 2021, 5:44 PM · VyOS 1.3 Equuleus (1.3.0-epa1), VyOS 1.4 Sagitta
Viacheslav added a comment to T3377: show interfaces throws error.

@FileGo will be fixed in the next rolling release.

Mar 2 2021, 4:05 PM · VyOS 1.4 Sagitta
Viacheslav changed the status of T3377: show interfaces throws error from Confirmed to Needs testing.
Mar 2 2021, 4:04 PM · VyOS 1.4 Sagitta
Viacheslav added a comment to T3377: show interfaces throws error.

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

Mar 2 2021, 3:19 PM · VyOS 1.4 Sagitta
Viacheslav added a comment to T3377: show interfaces throws error.

To reproduce, add one tunnel

Mar 2 2021, 12:21 PM · VyOS 1.4 Sagitta
Viacheslav triaged T3377: show interfaces throws error as High priority.
Mar 2 2021, 12:00 PM · VyOS 1.4 Sagitta
Viacheslav changed the status of T3377: show interfaces throws error from Open to Confirmed.
Mar 2 2021, 11:59 AM · VyOS 1.4 Sagitta
Viacheslav added a subtask for T2651: Generate CLI abstraction for options passed to CURL and SSH client: T3378: commit-archive source-address broken for IPv6 addresses.
Mar 2 2021, 11:53 AM · VyOS 1.3 Equuleus (1.3.0)
Viacheslav added a parent task for T3378: commit-archive source-address broken for IPv6 addresses: T2651: Generate CLI abstraction for options passed to CURL and SSH client.
Mar 2 2021, 11:53 AM · VyOS 1.3 Equuleus (1.3.0)
Viacheslav added a comment to T3378: commit-archive source-address broken for IPv6 addresses.

I think it related T2651

Mar 2 2021, 11:52 AM · VyOS 1.3 Equuleus (1.3.0)
Viacheslav added a comment to T3379: Add global-parameters name-server for dhcpv6-server.

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

Mar 2 2021, 8:46 AM · VyOS 1.3 Equuleus (1.3.0), VyOS 1.4 Sagitta
Viacheslav created T3379: Add global-parameters name-server for dhcpv6-server.
Mar 2 2021, 7:37 AM · VyOS 1.3 Equuleus (1.3.0), VyOS 1.4 Sagitta

Mar 1 2021

Viacheslav closed T3220: Load balancing fails on wireguard interfaces as Invalid.

It seems a bug with your configuration. It is incorrect.

Mar 1 2021, 10:42 PM · VyOS 1.3 Equuleus (1.3.0)
Viacheslav changed the status of T3317: OpenVPN config issue from Open to Needs testing.
Mar 1 2021, 10:33 PM · VyOS 1.3 Equuleus (1.3.0)
Viacheslav added a comment to T3360: Op command 'show interfaces' does not display VRRP VIP.

It used different scripts in 1.3 and 1.4.
show interfaces => run: ${vyos_op_scripts_dir}/show_interfaces.py --action=show-brief
show interfaces vrrp => run: ${vyatta_bindir}/vyatta-show-interfaces.pl --vrrp --action=show-brief

Mar 1 2021, 6:48 PM · VyOS 1.3 Equuleus (1.3.0), VyOS 1.4 Sagitta
Viacheslav closed T3304: No way to use ipv4 address as next-hop in route-map, a subtask of T2425: Rewrite all policy zebra filters to XML/Python style, as Wontfix.
Mar 1 2021, 6:19 PM · VyOS 1.3 Equuleus (1.3.0)
Viacheslav closed T3304: No way to use ipv4 address as next-hop in route-map as Wontfix.

Frr doesn't provide such option for ipv4, only for ipv6

Mar 1 2021, 6:19 PM · VyOS 1.4 Sagitta, VyOS 1.2 Crux (VyOS 1.2.7)
Viacheslav closed T3306: Extend set route-map aggregator as to 4 Bytes , a subtask of T2425: Rewrite all policy zebra filters to XML/Python style, as Unknown Status.
Mar 1 2021, 6:09 PM · VyOS 1.3 Equuleus (1.3.0)
Viacheslav closed T3306: Extend set route-map aggregator as to 4 Bytes as Unknown Status.
Mar 1 2021, 6:09 PM · VyOS 1.3 Equuleus (1.3.0), VyOS 1.4 Sagitta
Viacheslav added a comment to T3374: IPv6 GRE Tunnel issues.

Try to place that rule after established, for example, number 25

Mar 1 2021, 5:57 PM · VyOS 1.4 Sagitta
Viacheslav added a comment to T3375: Interface becomes up at boot even when disabled.

Duplicate T3349

Mar 1 2021, 5:12 PM · VyOS 1.4 Sagitta
Viacheslav added a comment to T3353: PPPoE server wrong vlan-range generating config.

Update pr

Mar 1 2021, 5:09 PM · VyOS 1.4 Sagitta
Viacheslav added a comment to T3353: PPPoE server wrong vlan-range generating config.

PR https://github.com/vyos/vyos-1x/pull/755
@Dmitry Can you check/review PR?

Mar 1 2021, 8:19 AM · VyOS 1.4 Sagitta

Feb 28 2021

Viacheslav closed T3320: Bgp neighbor peer-group without peer-group fail, a subtask of T2174: Rewrite protocol BGP to new XML/Python style, as Resolved.
Feb 28 2021, 5:04 PM · VyOS 1.3 Equuleus (1.3.0)
Viacheslav closed T3320: Bgp neighbor peer-group without peer-group fail as Resolved.
Feb 28 2021, 5:04 PM · VyOS 1.4 Sagitta
Viacheslav changed the status of T3353: PPPoE server wrong vlan-range generating config from Confirmed to Needs testing.
Feb 28 2021, 4:24 PM · VyOS 1.4 Sagitta