Page MenuHomeVyOS Platform
Feed All Stories

Aug 4 2020

c-po moved T1194: cronjob is being setup even if not saved from Needs Triage to Finished on the VyOS 1.2 Crux (VyOS 1.2.6) board.
Aug 4 2020, 6:02 AM · VyOS 1.2 Crux (VyOS 1.2.6)
c-po added a project to T1194: cronjob is being setup even if not saved: VyOS 1.2 Crux (VyOS 1.2.6).
Aug 4 2020, 6:02 AM · VyOS 1.2 Crux (VyOS 1.2.6)
c-po added a comment to T2741: DHCPv6-PD breaks interface config if it refers to VLAN interfaces.

I can reproduce it with your supplied config on a fresh router - only on boot time. Will check it out. Thanks for the config.

Aug 4 2020, 5:55 AM
gadams added a comment to T2741: DHCPv6-PD breaks interface config if it refers to VLAN interfaces.

Entering configure mode and then typing load and then commit brings everything up to what the config in config.boot specifies, and the running configuration shows the correct contents for eth1. It brings the router up to where it should have been at boot.

Aug 4 2020, 5:38 AM
gadams renamed T2741: DHCPv6-PD breaks interface config if it refers to VLAN interfaces from DHCPv6-PD breaks interface config if it refers to later-defined interfaces. to DHCPv6-PD breaks interface config if it refers to VLAN interfaces.
Aug 4 2020, 5:23 AM
c-po added a comment to T2741: DHCPv6-PD breaks interface config if it refers to VLAN interfaces.

Let me spawn a fresh router and try again. The meatime, then you boot into thcomfiguration Error, please kog in, enter configure mode and type: load followed by commit and show the results. Thanks

Aug 4 2020, 4:55 AM
c-po closed T2732: DHCPv6 not working 1.3-rolling-202007251937 as Resolved.
Aug 4 2020, 4:53 AM
gadams changed the status of T2741: DHCPv6-PD breaks interface config if it refers to VLAN interfaces from On hold to Open.
Aug 4 2020, 12:14 AM

Aug 3 2020

gadams added a comment to T2741: DHCPv6-PD breaks interface config if it refers to VLAN interfaces.

Unfortunately, the problem does not appear to be fixed in the latest rolling build, vyos-1.3-rolling-202008031923-amd64.iso.

Aug 3 2020, 11:39 PM
thomas-mangin added a comment to T2755: Requirements for partial interface setup.

Thank you for the feedback, even if it was not what I was hoping for !

Aug 3 2020, 10:48 PM · VyOS 1.3 Equuleus (1.3.6), VyOS 1.4 Sagitta
thadrumr added a comment to T2732: DHCPv6 not working 1.3-rolling-202007251937.

1.3-rolling-202008031923 Fixes this issue this can be closed. Thanks @c-po

Aug 3 2020, 10:29 PM
thadrumr added a comment to T2732: DHCPv6 not working 1.3-rolling-202007251937.

This is the same issue as T2740

Aug 3 2020, 10:21 PM
thadrumr assigned T2732: DHCPv6 not working 1.3-rolling-202007251937 to c-po.

I tried the latest version 1.3-rolling-202008030118 and now I get an address on the outside interface but it doesn't delegate the prefix to the lan interface.

Aug 3 2020, 10:17 PM
Unknown Object (User) added a comment to T2333: Increase default sysctl values.

The main idea to add some automation logic for calculation:

vyos@vyos# set system sysctl profile 
Possible completions:
   <text>       Sysctl profile
   Profile1     
   Profile2     
   auto

Screenshot 2020-08-03 at 23.16.22.png (509×766 px, 114 KB)

Aug 3 2020, 9:23 PM · VyOS 1.3 Equuleus (1.3.6)
c-po claimed T1194: cronjob is being setup even if not saved.
Aug 3 2020, 8:22 PM · VyOS 1.2 Crux (VyOS 1.2.6)
c-po closed T1486: Unknown LLDP version reported to peers as Resolved.
Aug 3 2020, 8:21 PM · VyOS 1.3 Equuleus (1.3.0)
c-po added a comment to T1486: Unknown LLDP version reported to peers.

Fixed in latest rollings

Aug 3 2020, 8:21 PM · VyOS 1.3 Equuleus (1.3.0)
c-po closed T2500: vyos-build scripts/build-packages builds vyos-1x with version 0.0-no.git.tag as Wontfix.
Aug 3 2020, 8:20 PM · VyOS 1.3 Equuleus (1.3.0)
c-po closed T2241: Changing settings on an interface causes it to fall out of bridge, a subtask of T2171: Unify creation and manipulation of interfaces, as Resolved.
Aug 3 2020, 8:07 PM · VyOS 1.4 Sagitta
c-po closed T2241: Changing settings on an interface causes it to fall out of bridge as Resolved.
Aug 3 2020, 8:07 PM · VyOS 1.3 Equuleus (1.3.0)
c-po added a comment to T2241: Changing settings on an interface causes it to fall out of bridge.

Fixed in latest rolling.

Aug 3 2020, 8:07 PM · VyOS 1.3 Equuleus (1.3.0)
Unknown Object (User) added a comment to T2659: Add fastnetmon (DDoS detection) support.

Hi @jack9603301 , in normal condition all scripts and files should be migrated from /config/ directory on the migration process.

Aug 3 2020, 8:03 PM · VyOS 1.3 Equuleus (1.3.0)
Unknown Object (User) closed T2517: vyos-container: link_filter: No such file or directory as Resolved.
Aug 3 2020, 8:00 PM · VyOS 1.2 Crux (VyOS 1.2.6)
zsdc changed the status of T2623: Creating sit tunnel fails with “Can not set “local” for tunnel sit tun1 at tunnel creation” from Open to Confirmed.

Just to make this a bit clearer. A short how-to to reproduce the bug in 1.3-rolling-202008031114 with empty config:

set firewall ipv6-name WAN6_IN6
set firewall ipv6-name WAN6_LOCAL6
set interfaces tunnel tun1 6rd-prefix '2607:FA48:6ED8::/45'
set interfaces tunnel tun1 6rd-relay-prefix '24.225.128.0/17'
set interfaces tunnel tun1 address '2607:FA48:6ED8:8A50::1/60'
set interfaces tunnel tun1 description 'Videotron 6rd Tunnel'
set interfaces tunnel tun1 encapsulation 'sit'
set interfaces tunnel tun1 firewall in ipv6-name 'WAN6_IN6'
set interfaces tunnel tun1 firewall local ipv6-name 'WAN6_LOCAL6'
set interfaces tunnel tun1 mtu '1480'
set interfaces tunnel tun1 multicast 'disable'
set interfaces tunnel tun1 parameters ip ttl '255'
set interfaces tunnel tun1 remote-ip '24.225.128.1'
set interfaces tunnel tun1 local-ip '24.225.136.165'
commit

leads to the error:

Can not set "local" for tunnel sit tun1 at tunnel creation

and the same but without the local-ip option leads to the Python traceback.

Aug 3 2020, 7:12 PM · VyOS 1.3 Equuleus (1.3.0-epa1)
jack9603301 closed T2724: Support for IPv6 Toolset, a subtask of T2714: A collection of utilities supporting IPv6 or ipv4, as Resolved.
Aug 3 2020, 6:42 PM · VyOS 1.3 Equuleus (1.3.0)
jack9603301 closed T2724: Support for IPv6 Toolset as Resolved.
Aug 3 2020, 6:42 PM · VyOS 1.3 Equuleus (1.3.0)
gadams added a comment to T2741: DHCPv6-PD breaks interface config if it refers to VLAN interfaces.

That sounds hopeful! I will try it in a few hours and report back.

Aug 3 2020, 6:15 PM
runar closed T1511: Rewrite ethernet setup scripts to python as Resolved.

This could be closed in its current form, i'll open a new ticket om the missing parts

Aug 3 2020, 5:32 PM · VyOS 1.3 Equuleus (1.3.0)
c-po closed T1414: equuleus: buster: 10-unmountfs.chroot fail under apply as Resolved.
Aug 3 2020, 5:24 PM · VyOS 1.3 Equuleus (1.3.0)
c-po closed T1414: equuleus: buster: 10-unmountfs.chroot fail under apply, a subtask of T476: Update the base system to Debian 10 (Buster), as Resolved.
Aug 3 2020, 5:24 PM · VyOS 1.3 Equuleus (1.3.0-epa1)
c-po added a comment to T1414: equuleus: buster: 10-unmountfs.chroot fail under apply.

Works like a charm when commit is reverted.

Aug 3 2020, 5:22 PM · VyOS 1.3 Equuleus (1.3.0)
c-po closed T1076: SSH: make configuration (sshd_config) volatile and store it to /run as Resolved.
Aug 3 2020, 4:46 PM · VyOS 1.3 Equuleus (1.3.0-epa1)
c-po renamed T1076: SSH: make configuration (sshd_config) volatile and store it to /run from Configuration files are kept in the system when VyOS config is commited but not saved to SSH: make configuration (sshd_config) volatile and store it to /run.
Aug 3 2020, 4:25 PM · VyOS 1.3 Equuleus (1.3.0-epa1)
c-po added a comment to T1076: SSH: make configuration (sshd_config) volatile and store it to /run.

Most of the services have been migrated to systemd and the configuration files have been moved to /run so they won't survive a reboot.

Aug 3 2020, 4:24 PM · VyOS 1.3 Equuleus (1.3.0-epa1)
c-po closed T952: Wireless interfaces in managed mode cannot be added to a bridge as Invalid.
Aug 3 2020, 4:23 PM · Invalid
c-po added a comment to T952: Wireless interfaces in managed mode cannot be added to a bridge.

Wireless interface is entirely rewritte in rolling - please retest and open appropriate new bug reports when situation persists.

Aug 3 2020, 4:23 PM · Invalid
c-po added a comment to T1511: Rewrite ethernet setup scripts to python.

I guess this can be considered complete @runar ?

Aug 3 2020, 4:21 PM · VyOS 1.3 Equuleus (1.3.0)
c-po closed T1826: Misleading message on "reboot at" command, a subtask of T1855: Clean up the reboot/poweroff CLI and script, as Resolved.
Aug 3 2020, 4:20 PM · Restricted Project, VyOS 1.5 Circinus
c-po closed T1826: Misleading message on "reboot at" command as Resolved.
Aug 3 2020, 4:20 PM · VyOS 1.3 Equuleus (1.3.0)
c-po added a comment to T1826: Misleading message on "reboot at" command.

Fixed in latest versions

Aug 3 2020, 4:19 PM · VyOS 1.3 Equuleus (1.3.0)
c-po claimed T1414: equuleus: buster: 10-unmountfs.chroot fail under apply.
Aug 3 2020, 4:18 PM · VyOS 1.3 Equuleus (1.3.0)
c-po closed T1754: DHCPv6 client is impossible to restart as Resolved.
Aug 3 2020, 4:14 PM · VyOS 1.3 Equuleus (1.3.0)
c-po added a comment to T1754: DHCPv6 client is impossible to restart.

Fixed in latest versions.

Aug 3 2020, 4:14 PM · VyOS 1.3 Equuleus (1.3.0)
c-po closed T1600: Convert 'ping' operation from vyatta-op to new syntax, a subtask of T689: Converting simple op-mode commands from vyatta-op to new syntax, as Resolved.
Aug 3 2020, 3:59 PM · VyOS-1.2.0-GA, VyOS 1.2 Crux (VyOS 1.2.0-rc1)
c-po closed T1600: Convert 'ping' operation from vyatta-op to new syntax as Resolved.
Aug 3 2020, 3:59 PM · VyOS 1.3 Equuleus (1.3.0)
c-po added a comment to T1600: Convert 'ping' operation from vyatta-op to new syntax.

@hagbard this is a great idea - I did not thought about it.

Aug 3 2020, 3:59 PM · VyOS 1.3 Equuleus (1.3.0)
moepman added a comment to T2690: Add VRF support to the add system image command.

Works fine on latest rolling, thx!

Aug 3 2020, 3:56 PM · VyOS 1.3 Equuleus (1.3.0)
c-po closed T770: Bonded interfaces get updated with incorrect hw-id in config. as Resolved.
Aug 3 2020, 3:34 PM · VyOS 1.3 Equuleus (1.3.0-epa1)
c-po added a comment to T770: Bonded interfaces get updated with incorrect hw-id in config..

Works as expected

Aug 3 2020, 3:34 PM · VyOS 1.3 Equuleus (1.3.0-epa1)
c-po moved T2156: PIM op-mode commands from Need Triage to Finished on the VyOS 1.3 Equuleus board.
Aug 3 2020, 3:33 PM · VyOS 1.3 Equuleus (1.3.0)
c-po moved T1241: Remove of policy route throws CLI error from Need Triage to Finished on the VyOS 1.3 Equuleus board.
Aug 3 2020, 3:33 PM · VyOS 1.2 Crux (VyOS 1.2.6)
c-po moved T1817: BGP next-hop-self not working. from Need Triage to Finished on the VyOS 1.3 Equuleus board.
Aug 3 2020, 3:33 PM · VyOS 1.3 Equuleus (1.3.0), VyOS 1.2 Crux (VyOS 1.2.9)
c-po moved T1086: Configs not saving from Need Triage to Finished on the VyOS 1.3 Equuleus board.
Aug 3 2020, 3:33 PM · Invalid
c-po moved T2092: dhcp-server rfc3442 static route should add default route from Need Triage to Finished on the VyOS 1.3 Equuleus board.
Aug 3 2020, 3:33 PM · VyOS 1.3 Equuleus (1.3.0)
c-po moved T2106: Wrong interface states after reboot from Need Triage to Finished on the VyOS 1.3 Equuleus board.
Aug 3 2020, 3:33 PM · VyOS 1.3 Equuleus (1.3.0)
c-po moved T2091: swanctl.conf file is not generated properly if more than one IPsec profile is used from Need Triage to Finished on the VyOS 1.3 Equuleus board.
Aug 3 2020, 3:33 PM · VyOS 1.3 Equuleus (1.3.0), VyOS 1.2 Crux (VyOS 1.2.6)
c-po moved T2608: delete pseudo-ethernet failed (another error type) from Need Triage to Finished on the VyOS 1.3 Equuleus board.
Aug 3 2020, 3:33 PM · VyOS 1.3 Equuleus (1.3.0)
c-po moved T2595: Update Linux Kernel to v4.19.128 from Need Triage to Finished on the VyOS 1.3 Equuleus board.
Aug 3 2020, 3:33 PM · VyOS 1.3 Equuleus (1.3.0)
c-po moved T2614: Add an option to mangle dict keys to vyos.config.get_config_dict() from Need Triage to Finished on the VyOS 1.3 Equuleus board.
Aug 3 2020, 3:33 PM · VyOS 1.3 Equuleus (1.3.0)
c-po moved T1868: Add opportunity to get current values from API from Need Triage to Finished on the VyOS 1.3 Equuleus board.
Aug 3 2020, 3:33 PM · VyOS 1.3 Equuleus (1.3.0)
c-po moved T2618: Conversion from 1.2 to 1.3 lost RADVD prefix autonomous-flag setting from Need Triage to Finished on the VyOS 1.3 Equuleus board.
Aug 3 2020, 3:33 PM · VyOS 1.3 Equuleus (1.3.0)
c-po moved T2621: show interfaces repeats interface description if it is longer then an arbitrary number of characters from Need Triage to Finished on the VyOS 1.3 Equuleus board.
Aug 3 2020, 3:33 PM · VyOS 1.3 Equuleus (1.3.0)
c-po moved T2622: Pseudo-ethernet interface config disappears across versions from Need Triage to Finished on the VyOS 1.3 Equuleus board.
Aug 3 2020, 3:32 PM · VyOS 1.3 Equuleus (1.3.0)
c-po moved T2624: Serial Console: fix migration script for configured powersave and no console from Need Triage to Finished on the VyOS 1.3 Equuleus board.
Aug 3 2020, 3:32 PM · VyOS 1.3 Equuleus (1.3.0)
c-po moved T2626: Changing pseudo-ethernet mode, throws CLI error from Need Triage to Finished on the VyOS 1.3 Equuleus board.
Aug 3 2020, 3:32 PM · VyOS 1.3 Equuleus (1.3.0)
c-po moved T2632: WireGuard: Cannot use only one preshared-key for one peer from Need Triage to Finished on the VyOS 1.3 Equuleus board.
Aug 3 2020, 3:32 PM · VyOS 1.3 Equuleus (1.3.0)
c-po moved T2159: webproxy log read from wrong file from Need Triage to Finished on the VyOS 1.3 Equuleus board.
Aug 3 2020, 3:32 PM · VyOS 1.3 Equuleus (1.3.0), vyatta-webproxy
c-po moved T2693: Dhcp6c cannot be restarted after PPPoE link is reset from Need Triage to Finished on the VyOS 1.3 Equuleus board.
Aug 3 2020, 3:32 PM · VyOS 1.3 Equuleus (1.3.0)
c-po moved T1739: Serial interface seems not to be deleted properly from Need Triage to Finished on the VyOS 1.3 Equuleus board.
Aug 3 2020, 3:32 PM · VyOS 1.3 Equuleus (1.3.0)
c-po moved T1829: Install Image script does not respect size of partition greater than 2G but less than disk size from Need Triage to Finished on the VyOS 1.3 Equuleus board.
Aug 3 2020, 3:32 PM · VyOS 1.3 Equuleus (1.3.0)
c-po moved T2101: Fix VXLAN config option parsing from Need Triage to Finished on the VyOS 1.3 Equuleus board.
Aug 3 2020, 3:32 PM · VyOS 1.3 Equuleus (1.3.0)
c-po moved T2165: When trying to add route to ripng it complains that ip address should be IPv4 format from Need Triage to Finished on the VyOS 1.3 Equuleus board.
Aug 3 2020, 3:32 PM · VyOS 1.3 Equuleus (1.3.0)
c-po moved T2329: Show remote config openvpn from Need Triage to Finished on the VyOS 1.3 Equuleus board.
Aug 3 2020, 3:32 PM · VyOS 1.3 Equuleus (1.3.0), VyOS 1.2 Crux
c-po moved T2299: login radius-server priority from Need Triage to Finished on the VyOS 1.3 Equuleus board.
Aug 3 2020, 3:32 PM · VyOS 1.3 Equuleus (1.3.0)
c-po moved T2225: PIM/IGMP documentation from Need Triage to Finished on the VyOS 1.3 Equuleus board.
Aug 3 2020, 3:32 PM · VyOS 1.3 Equuleus (1.3.0), Restricted Project
c-po moved T2188: NTP op-mode commands don't work from Need Triage to Finished on the VyOS 1.3 Equuleus board.
Aug 3 2020, 3:32 PM · VyOS 1.3 Equuleus (1.3.0)
c-po moved T2591: show command has wrong interfaces ordering from Need Triage to Finished on the VyOS 1.3 Equuleus board.
Aug 3 2020, 3:32 PM · VyOS 1.3 Equuleus (1.3.0)
c-po moved T2330: Vpn op-mode syntax from Need Triage to Finished on the VyOS 1.3 Equuleus board.
Aug 3 2020, 3:31 PM · VyOS 1.3 Equuleus (1.3.0)
c-po moved T2323: LLDP: "show lldp neighbors detail" returns warnings when service is not configured from Need Triage to Finished on the VyOS 1.3 Equuleus board.
Aug 3 2020, 3:31 PM · VyOS 1.3 Equuleus (1.3.0)
c-po moved T2527: bonding: the last slave interface is not deleted from Need Triage to Finished on the VyOS 1.3 Equuleus board.
Aug 3 2020, 3:31 PM · VyOS 1.3 Equuleus (1.3.0)
c-po moved T2354: Wireless conf_mode errors from Need Triage to Finished on the VyOS 1.3 Equuleus board.
Aug 3 2020, 3:31 PM · VyOS 1.3 Equuleus (1.3.0)
c-po moved T2600: RADIUS system login configuration rendered wrongly from Need Triage to Finished on the VyOS 1.3 Equuleus board.
Aug 3 2020, 3:31 PM · VyOS 1.3 Equuleus (1.3.0)
c-po moved T2593: source NAT translation port can not be set when translation address is set to masquerade from Need Triage to Finished on the VyOS 1.3 Equuleus board.
Aug 3 2020, 3:31 PM · VyOS 1.3 Equuleus (1.3.0)
c-po moved T2594: Missing firmware for iwlwifi from Need Triage to Finished on the VyOS 1.3 Equuleus board.
Aug 3 2020, 3:31 PM · VyOS 1.3 Equuleus (1.3.0)
c-po moved T2596: Allow specifying source IP for 'add system image' from Need Triage to Finished on the VyOS 1.3 Equuleus board.
Aug 3 2020, 3:31 PM · VyOS 1.3 Equuleus (1.3.0)
c-po moved T832: `show monitoring protocols bgp` doesn't work with frr from Need Triage to Finished on the VyOS 1.3 Equuleus board.
Aug 3 2020, 3:31 PM · VyOS 1.2 Crux (VyOS 1.2.3), vyos-frr
c-po moved T1117: 'show ipv6 bgp route-map' missing from Need Triage to Finished on the VyOS 1.3 Equuleus board.
Aug 3 2020, 3:31 PM · VyOS 1.3 Equuleus (1.3.0-epa1)
c-po moved T2021: OSPFv3 doesn't support decimal area syntax from Need Triage to Finished on the VyOS 1.3 Equuleus board.
Aug 3 2020, 3:31 PM · VyOS 1.3 Equuleus (1.3.0), VyOS 1.2 Crux (VyOS 1.2.6)
c-po moved T1901: Semicolon in values is interpreted as a part of the shell command by validators from Need Triage to Finished on the VyOS 1.3 Equuleus board.
Aug 3 2020, 3:31 PM · VyOS 1.3 Equuleus (1.3.0), VyOS 1.2 Crux (VyOS 1.2.6)
c-po moved T1986: Python configuration manipulation library leaks open files from Need Triage to Finished on the VyOS 1.3 Equuleus board.
Aug 3 2020, 3:30 PM · VyOS 1.3 Equuleus (1.3.0)
c-po moved T2026: Make cli-shell-api correctly exit with non-zero code on failures from Need Triage to Finished on the VyOS 1.3 Equuleus board.
Aug 3 2020, 3:30 PM · VyOS 1.3 Equuleus (1.3.0)
c-po moved T2097: Problems when using <path> as completion helper in op-mode from Need Triage to Finished on the VyOS 1.3 Equuleus board.
Aug 3 2020, 3:30 PM · VyOS 1.3 Equuleus (1.3.0)
c-po moved T2073: ipoe-server: reset op-mode command for sessions from Need Triage to Finished on the VyOS 1.3 Equuleus board.
Aug 3 2020, 3:27 PM · VyOS 1.3 Equuleus (1.3.0)
c-po moved T928: Add support for PIM (Protocol-Independent Multicast) from Need Triage to Finished on the VyOS 1.3 Equuleus board.
Aug 3 2020, 3:27 PM · VyOS 1.3 Equuleus (1.3.0-epa1)
c-po moved T480: Error if no serial interface is present (/dev/ttyS0: not a tty) from Need Triage to Finished on the VyOS 1.3 Equuleus board.
Aug 3 2020, 3:27 PM · VyOS 1.3 Equuleus (1.3.0-epa1)
c-po moved T1130: Deleting BGP communities from prefix does not work from Need Triage to Finished on the VyOS 1.3 Equuleus board.
Aug 3 2020, 3:27 PM · VyOS 1.3 Equuleus (1.3.0-epa1)
c-po moved T1715: System DNS Server Order Incorrect from Need Triage to Finished on the VyOS 1.3 Equuleus board.
Aug 3 2020, 3:27 PM · VyOS 1.3 Equuleus (1.3.0)
c-po moved T1295: FRR: update documentation from Need Triage to Finished on the VyOS 1.3 Equuleus board.
Aug 3 2020, 3:27 PM · VyOS 1.3 Equuleus (1.3.0)
c-po moved T1720: support for more 'show ip route' commands from Need Triage to Finished on the VyOS 1.3 Equuleus board.
Aug 3 2020, 3:27 PM · VyOS 1.3 Equuleus (1.3.0)
c-po moved T1808: add package nftables from Need Triage to Finished on the VyOS 1.3 Equuleus board.
Aug 3 2020, 3:27 PM · VyOS 1.3 Equuleus (1.3.0)