Page MenuHomeVyOS Platform
Feed All Stories

Jun 19 2020

c-po added a comment to T2618: Conversion from 1.2 to 1.3 lost RADVD prefix autonomous-flag setting.

Can you please share which 1.2 version was used and also a show configuration commands output so the issue can be reproduced easily.

Jun 19 2020, 7:37 PM · VyOS 1.3 Equuleus (1.3.0)
c-po added a comment to T2564: Extend VyOS to support appliance LCDs.

@fmertz for easier developing I have a bunch of BASH aliases which are also mapped into my docker container.

Jun 19 2020, 7:33 PM · VyOS 1.2 Crux (VyOS 1.2.7)
c-po added a comment to T2589: delete pseudo-ethernet failed.

Added a basic test so this issue does not re-appear on ISO build https://github.com/vyos/vyos-smoketest/commit/b38a42d9d4ab302b44d48844fae49bb0a0817d04

Jun 19 2020, 7:30 PM · VyOS 1.3 Equuleus (1.3.0)
c-po closed T2589: delete pseudo-ethernet failed as Resolved.
Jun 19 2020, 7:30 PM · VyOS 1.3 Equuleus (1.3.0)
jjakob added a comment to T2564: Extend VyOS to support appliance LCDs.

Fair point. In that case I agree with not including a raw config option.
As for the errors when installing vyos-1x, c-po already pointed out why this occurs.For this reason I don't rebase on upstream while working on a set of changes locally, I always try to keep the installed iso and local git state as much together as possible. I also run docker from the vyos-build repo and have the vyos-1x repo dir in vyos-build/packages/vyos-1x (where the included scripts/build-packages would put it) so I can just docker run and build without having to copy any files anywhere, just scp the built deb into the VM.

Jun 19 2020, 7:21 PM · VyOS 1.2 Crux (VyOS 1.2.7)
dsummers created T2619: Bug: Changes in NAT or ZONES from 1.2 to 1.3.
Jun 19 2020, 7:17 PM · VyOS 1.3 Equuleus (1.3.0)
dsummers created T2618: Conversion from 1.2 to 1.3 lost RADVD prefix autonomous-flag setting.
Jun 19 2020, 7:07 PM · VyOS 1.3 Equuleus (1.3.0)
c-po added a comment to T2564: Extend VyOS to support appliance LCDs.

Hi @fmertz, this is a more or less common "issue" during peak development times.

Jun 19 2020, 4:33 PM · VyOS 1.2 Crux (VyOS 1.2.7)
fmertz added a comment to T2564: Extend VyOS to support appliance LCDs.

At this point, i could use a couple of wise words for the development process.

Jun 19 2020, 4:14 PM · VyOS 1.2 Crux (VyOS 1.2.7)
c-po closed T2490: Add serial (rs232) to ssh bridge service as Resolved.
Jun 19 2020, 3:13 PM · VyOS 1.3 Equuleus (1.3.0)
c-po moved T2490: Add serial (rs232) to ssh bridge service from In Progress to Finished on the VyOS 1.3 Equuleus board.
Jun 19 2020, 3:13 PM · VyOS 1.3 Equuleus (1.3.0)
c-po moved T2490: Add serial (rs232) to ssh bridge service from Backlog to In Progress on the VyOS 1.3 Equuleus board.
Jun 19 2020, 2:34 PM · VyOS 1.3 Equuleus (1.3.0)
c-po triaged T2490: Add serial (rs232) to ssh bridge service as Wishlist priority.
Jun 19 2020, 2:33 PM · VyOS 1.3 Equuleus (1.3.0)
c-po changed the status of T2490: Add serial (rs232) to ssh bridge service from Open to In progress.
Jun 19 2020, 2:33 PM · VyOS 1.3 Equuleus (1.3.0)
c-po added a comment to T2490: Add serial (rs232) to ssh bridge service.

Documentation is here: https://docs.vyos.io/en/latest/services/console-server.html

Jun 19 2020, 2:27 PM · VyOS 1.3 Equuleus (1.3.0)
c-po added a comment to T2564: Extend VyOS to support appliance LCDs.

I'm no fan of the raw options from dhcp and openvpn and think we should not add more of those. Unfortunately they have been inherited from Vyatta. ISC DHCP could never be replaced by any other DHCP server due to this fact which is IMHO a super bad CLI design.

Jun 19 2020, 2:23 PM · VyOS 1.2 Crux (VyOS 1.2.7)
Viacheslav claimed T2617: Rewrite vyatta-op-quagga "show" to XML.
Jun 19 2020, 11:15 AM · VyOS 1.3 Equuleus (1.3.0)
Viacheslav added a comment to T2617: Rewrite vyatta-op-quagga "show" to XML.
  1. PR for removing old vyatta-op-quagga code https://github.com/vyos/vyatta-op-quagga/pull/7
  2. PR for add commands to new XML format https://github.com/vyos/vyos-1x/pull/466
Jun 19 2020, 11:11 AM · VyOS 1.3 Equuleus (1.3.0)
Viacheslav created T2617: Rewrite vyatta-op-quagga "show" to XML.
Jun 19 2020, 10:48 AM · VyOS 1.3 Equuleus (1.3.0)
jjakob added a comment to T2564: Extend VyOS to support appliance LCDs.

@c-po I tend to agree to have as much predefined templates, but I'd leave the option to have a custom config if the user wants to, I don't like imposing artificial limitations. We already allow custom options with dhcp-server, openvpn..., why not allow specifying your own conf file for the driver section to include? Some things are impossible without either this or going with approach 2 by exposing absolutely all configurable driver options through the config. I'd prefer that, but if it results in too much options/config size, the alternative is as I described. But in the long term I think approach 2 would be the best.

Jun 19 2020, 9:16 AM · VyOS 1.2 Crux (VyOS 1.2.7)
c-po added a comment to T2564: Extend VyOS to support appliance LCDs.

I'd go with option 1 to have a well known list of working and supported LCD displays. Each will have it's own configuration template which is used when implementing. I'm not a fan of "power user options" as this usually causes more harm then good - also users tend to be overwhelmed by the number of CLI options. We rather should make adding new display types super easy with proper documentation.

Jun 19 2020, 5:25 AM · VyOS 1.2 Crux (VyOS 1.2.7)
kroy created T2616: BFD Configuration causes flapping.
Jun 19 2020, 3:44 AM · VyOS 1.3 Equuleus (1.3.8), VyOS 1.4 Sagitta (1.4.0-GA)

Jun 18 2020

rgrant added a comment to T1221: BGP - Default route injection is not processed by the specific route-map.

No, seems to be fixed! I was pretty sure it was upstream, must be resolved now.

Jun 18 2020, 11:50 PM · VyOS 1.2 Crux (VyOS 1.2.6)
dmbaturin renamed T2311: Statically configured name servers may not take precedence over ones from DHCP from name servers in static configuration can't take effect to Statically configured name servers may not take precedence over ones from DHCP.
Jun 18 2020, 11:42 PM · VyOS 1.2 Crux (VyOS 1.2.6)
dmbaturin closed T2311: Statically configured name servers may not take precedence over ones from DHCP as Resolved.
Jun 18 2020, 11:40 PM · VyOS 1.2 Crux (VyOS 1.2.6)
dmbaturin changed the status of T1966: segfault of configuration lead to disaster in router from Duplicate to Resolved.

Do not use vyatta-cfg-cmd-wrapper. The script-template takes care of the environment setup and exposes the set/delete/commit command for you to run as if it was an interactive session.

Jun 18 2020, 11:35 PM · VyOS 1.2 Crux (VyOS 1.2.4)
dmbaturin merged T1966: segfault of configuration lead to disaster in router into T1089: Segmentation Fault in vyatta-op-cmd-wrapper.
Jun 18 2020, 11:33 PM
dmbaturin merged task T1966: segfault of configuration lead to disaster in router into T1089: Segmentation Fault in vyatta-op-cmd-wrapper.
Jun 18 2020, 11:33 PM · VyOS 1.2 Crux (VyOS 1.2.4)
dmbaturin renamed T1089: Segmentation Fault in vyatta-op-cmd-wrapper from Segmentation Fult vyatta-op-cmd-wrapper to Segmentation Fault in vyatta-op-cmd-wrapper.
Jun 18 2020, 11:32 PM
dmbaturin closed T2026: Make cli-shell-api correctly exit with non-zero code on failures as Resolved.
Jun 18 2020, 11:30 PM · VyOS 1.3 Equuleus (1.3.0)
dmbaturin added a comment to T2026: Make cli-shell-api correctly exit with non-zero code on failures.

https://github.com/vyos/vyatta-cfg/commit/7f6eb1ed2c2a9dc76227ac355446b6d4b6c27733
https://github.com/vyos/vyatta-cfg/commit/72d0243f10e4df7c2fb7ce35c3d7f333e83bab97
https://github.com/vyos/vyatta-cfg/commit/4592ae65d42e5d8eba77350f8339e07350ad0908

Jun 18 2020, 11:30 PM · VyOS 1.3 Equuleus (1.3.0)
dmbaturin added a comment to T1901: Semicolon in values is interpreted as a part of the shell command by validators.

This is a much broader issue in fact, and has nothing to do with VRRP! It's also a possible shell injection, though for values coming from local sources it's irrelevant.

Jun 18 2020, 11:23 PM · VyOS 1.3 Equuleus (1.3.0), VyOS 1.2 Crux (VyOS 1.2.6)
dmbaturin closed T2482: Update PowerDNS recursor to 4.3.1 for CVE-2020-10995 as Resolved.

It's updated in current, still needs an update in crux.

Jun 18 2020, 11:18 PM · Restricted Project
dmbaturin edited projects for T2482: Update PowerDNS recursor to 4.3.1 for CVE-2020-10995, added: VyOS 1.2 Crux (VyOS 1.2.6); removed VyOS 1.2 Crux (VyOS 1.2.5).
Jun 18 2020, 11:18 PM · Restricted Project
dmbaturin renamed T1901: Semicolon in values is interpreted as a part of the shell command by validators from Semicolon in values gets past the validator and becomes a part of the value to Semicolon in values is interpreted as a part of the shell command by validators.
Jun 18 2020, 11:16 PM · VyOS 1.3 Equuleus (1.3.0), VyOS 1.2 Crux (VyOS 1.2.6)
dmbaturin renamed T1901: Semicolon in values is interpreted as a part of the shell command by validators from VRRP priority not properly checked to Semicolon in values gets past the validator and becomes a part of the value.
Jun 18 2020, 10:56 PM · VyOS 1.3 Equuleus (1.3.0), VyOS 1.2 Crux (VyOS 1.2.6)
dmbaturin closed T1926: poweroff in 5 displays an error message as Resolved.

Definitely works fine after the work from T1855

Jun 18 2020, 10:45 PM
dmbaturin renamed T2303: Unable to delete the image version that came from OVA from Unable to delete system image to Unable to delete the image version that came from OVA.
Jun 18 2020, 10:44 PM · VyOS 1.2 Crux (VyOS 1.2.6)
dmbaturin closed T1406: MAC addresses cause invalid arguments in firewall as Invalid.

If more evidence that is valid appears, please reopen.

Jun 18 2020, 10:41 PM
dmbaturin edited projects for T1577: 'system console powersave' don't work after reboot, added: VyOS 1.2 Crux; removed VyOS 1.2 Crux (VyOS 1.2.6).
Jun 18 2020, 10:40 PM · VyOS 1.2 Crux
dmbaturin edited projects for T1699: Default net.ipv6.route.max_size 32768 is too low, added: VyOS 1.2 Crux (VyOS 1.2.6); removed VyOS 1.2 Crux.
Jun 18 2020, 10:39 PM · VyOS 1.2 Crux (VyOS 1.2.6)
dmbaturin closed T1577: 'system console powersave' don't work after reboot as Resolved.
Jun 18 2020, 10:39 PM · VyOS 1.2 Crux
dmbaturin closed T1699: Default net.ipv6.route.max_size 32768 is too low as Resolved.
Jun 18 2020, 10:36 PM · VyOS 1.2 Crux (VyOS 1.2.6)
dmbaturin added a project to T1292: Issues while deleting all rules from a firewall: VyOS 1.3 Equuleus.

Sadly, still reproducible. I fear we may want to keep it as a known wart until the firewall rewrite is complete.

Jun 18 2020, 10:31 PM · VyOS 1.4 Sagitta
dmbaturin created T2615: Provide an explicit option for server fingerprint in commit archive, and make insecure the default.
Jun 18 2020, 10:29 PM · VyOS 1.3 Equuleus (1.3.0)
dmbaturin closed T1844: Fix interface configuration which was broken in T1762 , a subtask of T1846: Make session_config not depend on the current edit level, as Resolved.
Jun 18 2020, 10:28 PM
dmbaturin closed T1844: Fix interface configuration which was broken in T1762 as Resolved.

If it reappears, please reopen.

Jun 18 2020, 10:28 PM
dmbaturin added a project to T1805: vyos-build adding host system mdadm config to iso: VyOS 1.3 Equuleus.
Jun 18 2020, 10:28 PM · VyOS 1.5 Circinus
dmbaturin added a project to T1302: Allowing separate peer-group config for ipv6-unicast no longer needed.: VyOS 1.3 Equuleus.
Jun 18 2020, 10:21 PM
dmbaturin added a project to T1293: Zone-policy implementation does not allow secondary IP on an interface to communicate: VyOS 1.3 Equuleus.
Jun 18 2020, 10:21 PM · VyOS 1.3 Equuleus (1.3.0)
dmbaturin added a project to T1221: BGP - Default route injection is not processed by the specific route-map: VyOS 1.2 Crux.

Could anyone test if it's still reproducible?

Jun 18 2020, 10:16 PM · VyOS 1.2 Crux (VyOS 1.2.6)
dmbaturin closed T1089: Segmentation Fault in vyatta-op-cmd-wrapper as Wontfix.

Sorry for a very late reply. The script-template already takes care of everything, there is no need to use vyatta-cfg-cmf-wrapper.

Jun 18 2020, 10:15 PM
dmbaturin added a project to T1877: Feature Request: Allow NAT to use network and address groups: VyOS 1.3 Equuleus.

With migration to nftables this is a very real possibiliy.

Jun 18 2020, 10:12 PM · VyOS 1.4 Sagitta
dmbaturin closed T1868: Add opportunity to get current values from API as Resolved.

1.3 rolling supports it already, see https://github.com/vyos/vyos-1x/blob/current/src/services/vyos-http-api-server#L195

Jun 18 2020, 10:11 PM · VyOS 1.3 Equuleus (1.3.0)
dmbaturin renamed T1866: Commit archive over SFTP doesn't work with non-standard ports from SSH remote key was not OK to Commit archive over SFTP doesn't work with non-standard ports.
Jun 18 2020, 10:06 PM · VyOS 1.3 Equuleus (1.3.0), VyOS 1.4 Sagitta
dmbaturin reopened T1826: Misleading message on "reboot at" command, a subtask of T1855: Clean up the reboot/poweroff CLI and script, as Open.
Jun 18 2020, 9:41 PM · Restricted Project, VyOS 1.5 Circinus
dmbaturin reopened T1826: Misleading message on "reboot at" command as "Open".
Jun 18 2020, 9:41 PM · VyOS 1.3 Equuleus (1.3.0)
dmbaturin updated the task description for T1855: Clean up the reboot/poweroff CLI and script.
Jun 18 2020, 9:40 PM · Restricted Project, VyOS 1.5 Circinus
dmbaturin closed T1826: Misleading message on "reboot at" command, a subtask of T1855: Clean up the reboot/poweroff CLI and script, as Wontfix.
Jun 18 2020, 9:40 PM · Restricted Project, VyOS 1.5 Circinus
dmbaturin closed T1826: Misleading message on "reboot at" command as Wontfix.

I wonder if it may be a good idea to make reboot and poweroff commands create a file in our own format.

Jun 18 2020, 9:40 PM · VyOS 1.3 Equuleus (1.3.0)
dmbaturin closed T1337: Upgrading from 1.1.8 (or even latest 1.2.0) to any rolling release version fails to verify the ISO signature as Wontfix.

The rolling release images are not signed. Never were, though I hope at some point they will be. But then again, automatically signing images, with a key stored on a public-facing machine, without a password... kinda defeats the purpose of signing.

Jun 18 2020, 9:30 PM
dmbaturin added a comment to T2614: Add an option to mangle dict keys to vyos.config.get_config_dict().

Making it a default can make sense, if everyone agrees.

Jun 18 2020, 9:27 PM · VyOS 1.3 Equuleus (1.3.0)
dmbaturin closed T2614: Add an option to mangle dict keys to vyos.config.get_config_dict() as Resolved.
Jun 18 2020, 9:26 PM · VyOS 1.3 Equuleus (1.3.0)
jjakob added a comment to T2564: Extend VyOS to support appliance LCDs.

I'd go with approach 3, if 2 is too complex. Have a predefined set of appliances that can be configured by a single option. For all other scenarios, one of:
a) have the user supply the path to a file in /config that the script will include in lcdd.conf as-is (as including a multi-line string in the config directly is very awkward and unreadable).
b ) we could for example make a /config/lcdproc directory, containing a template conf file that would be used if the user selected that option in config, still starting the daemon via the config.
c) or split out the individual driver sections with defaults (as in lcdd.conf) into many files in /config/lcdproc/$drivername.conf that can be edited by the user, and have a config option that selects which driver to use, and have the user edit the file to configure it.

Jun 18 2020, 9:21 PM · VyOS 1.2 Crux (VyOS 1.2.7)
fmertz added a comment to T2564: Extend VyOS to support appliance LCDs.

OK, question on the approach. Looking at LCDd.conf (check the link above), there are a few server options, but TONS of individual driver options. Doing some sort of complete support in VYOS would be fairly straightforward, but would lead to a massive XML file. The lcdproc project has been around a while, so there are many different devices that are supported, most possibly somewhat historic or even one-off. We can (artificially) categorize them in 2 groups:

Jun 18 2020, 7:55 PM · VyOS 1.2 Crux (VyOS 1.2.7)
c-po added a comment to T2614: Add an option to mangle dict keys to vyos.config.get_config_dict().

Works as expected!

Jun 18 2020, 7:38 PM · VyOS 1.3 Equuleus (1.3.0)
Unknown Object (User) added a comment to T2614: Add an option to mangle dict keys to vyos.config.get_config_dict().

Can I propose this do as default but keep the possibility redefine replace option?

Jun 18 2020, 7:17 PM · VyOS 1.3 Equuleus (1.3.0)
dmbaturin created T2614: Add an option to mangle dict keys to vyos.config.get_config_dict().
Jun 18 2020, 6:36 PM · VyOS 1.3 Equuleus (1.3.0)
c-po updated the task description for T2556: "show interfaces vrrp" does not return any interface.
Jun 18 2020, 5:48 PM · VyOS 1.5 Circinus, VyOS 1.4 Sagitta
c-po changed the status of T2556: "show interfaces vrrp" does not return any interface from Open to Confirmed.
Jun 18 2020, 5:46 PM · VyOS 1.5 Circinus, VyOS 1.4 Sagitta
c-po added a project to T2556: "show interfaces vrrp" does not return any interface: VyOS 1.2 Crux.
Jun 18 2020, 5:45 PM · VyOS 1.5 Circinus, VyOS 1.4 Sagitta
c-po added a comment to T2556: "show interfaces vrrp" does not return any interface.

This does not work in VyOS 1.2.5 either.

Jun 18 2020, 5:45 PM · VyOS 1.5 Circinus, VyOS 1.4 Sagitta
Viacheslav added a comment to T2556: "show interfaces vrrp" does not return any interface.

What should be displayed in this output?

Jun 18 2020, 5:33 PM · VyOS 1.5 Circinus, VyOS 1.4 Sagitta
c-po reopened T2588: Add support for default values to the interface-definition format as "In progress".
Jun 18 2020, 3:51 PM · VyOS 1.3 Equuleus (1.3.0)
jestabro claimed T2612: HTTPS API, changing API key fails but goes through.
Jun 18 2020, 12:17 PM · VyOS 1.3 Equuleus (1.3.7), VyOS 1.5 Circinus, VyOS 1.4 Sagitta
KKUL created T2613: add logrotate options for syslog.
Jun 18 2020, 7:05 AM · VyOS 1.2 Crux
IZT_crobinson changed the status of T2612: HTTPS API, changing API key fails but goes through from Open to Confirmed.
Jun 18 2020, 4:10 AM · VyOS 1.3 Equuleus (1.3.7), VyOS 1.5 Circinus, VyOS 1.4 Sagitta
kroy added a comment to T2562: VyOS can't be used as a DHCP server for a DHCP relay.

Revising this since I nailed down the issue.

Jun 18 2020, 1:17 AM · VyOS 1.3 Equuleus (1.3.0)

Jun 17 2020

c-po closed T2609: router-advert: radvd does not start when lifetime is improperly configured as Resolved.
Jun 17 2020, 8:48 PM · VyOS 1.3 Equuleus (1.3.0)
c-po added a comment to T2299: login radius-server priority.

Perfect. Thank You! I was against this feature the first time bit now I need it, too ;)

Jun 17 2020, 7:52 PM · VyOS 1.3 Equuleus (1.3.0)
Unknown Object (User) added a comment to T2299: login radius-server priority.

@c-po Yes, sorry. This is my fault, I forgot that you told me already this.
Done, PR https://github.com/vyos/vyos-1x/pull/464

Jun 17 2020, 7:15 PM · VyOS 1.3 Equuleus (1.3.0)
kroy closed T2141: Static ARP is not applied on boot as Resolved.

Can confirm. This bug is corrected in the the latest rollings (for at least a month or more)

Jun 17 2020, 6:24 PM · VyOS 1.3 Equuleus (1.3.0)
kroy updated the task description for T2611: Prefix list names are shared between ipv4 and ipv6.
Jun 17 2020, 6:18 PM · VyOS 1.3 Equuleus (1.3.4)
kroy created T2611: Prefix list names are shared between ipv4 and ipv6.
Jun 17 2020, 6:17 PM · VyOS 1.3 Equuleus (1.3.4)
c-po updated subscribers of T2141: Static ARP is not applied on boot.

The boot config load mechanism has been changed by @jestabro which possibly led to resolution of this bug

Jun 17 2020, 5:55 PM · VyOS 1.3 Equuleus (1.3.0)
c-po added a comment to T2299: login radius-server priority.

@Dmitry I accidently merged this to quick. Now every RADIUS instance has a peiority node bit irs only evaluates foe system login. Can dou please fix the XML definitions to only have this for system login?

Jun 17 2020, 5:52 PM · VyOS 1.3 Equuleus (1.3.0)
stside claimed T2610: default-lifetime is not reflected in the RA message.
Jun 17 2020, 5:26 PM · VyOS 1.3 Equuleus (1.3.0)
stside created T2610: default-lifetime is not reflected in the RA message.
Jun 17 2020, 5:24 PM · VyOS 1.3 Equuleus (1.3.0)
c-po changed the status of T2609: router-advert: radvd does not start when lifetime is improperly configured from Open to In progress.
Jun 17 2020, 5:23 PM · VyOS 1.3 Equuleus (1.3.0)
c-po created T2609: router-advert: radvd does not start when lifetime is improperly configured.
Jun 17 2020, 5:22 PM · VyOS 1.3 Equuleus (1.3.0)
c-po closed T2478: login radius: use NAS-IP-Address if defined source address as Resolved.
Jun 17 2020, 5:21 PM · VyOS 1.3 Equuleus (1.3.0), VyOS 1.2 Crux (VyOS 1.2.6)
c-po moved T2478: login radius: use NAS-IP-Address if defined source address from Needs Triage to Finished on the VyOS 1.2 Crux (VyOS 1.2.6) board.
Jun 17 2020, 5:21 PM · VyOS 1.3 Equuleus (1.3.0), VyOS 1.2 Crux (VyOS 1.2.6)
c-po edited projects for T2478: login radius: use NAS-IP-Address if defined source address, added: VyOS 1.2 Crux (VyOS 1.2.6); removed Ready for Crux (1.2.x).
Jun 17 2020, 5:20 PM · VyOS 1.3 Equuleus (1.3.0), VyOS 1.2 Crux (VyOS 1.2.6)
c-po moved T2478: login radius: use NAS-IP-Address if defined source address from Need Triage to Finished on the VyOS 1.3 Equuleus board.
Jun 17 2020, 5:20 PM · VyOS 1.3 Equuleus (1.3.0), VyOS 1.2 Crux (VyOS 1.2.6)
c-po added a comment to T2478: login radius: use NAS-IP-Address if defined source address.

Feature now also in crux version ob libpam-radius.

Jun 17 2020, 5:20 PM · VyOS 1.3 Equuleus (1.3.0), VyOS 1.2 Crux (VyOS 1.2.6)
Demon_H created T2608: delete pseudo-ethernet failed (another error type).
Jun 17 2020, 2:20 PM · VyOS 1.3 Equuleus (1.3.0)
Demon_H claimed T2607: Support for pppoe-server radius mode auth and config radius accouting port.
Jun 17 2020, 1:37 PM · VyOS 1.3 Equuleus (1.3.0)
Demon_H created T2607: Support for pppoe-server radius mode auth and config radius accouting port.
Jun 17 2020, 1:36 PM · VyOS 1.3 Equuleus (1.3.0)
Unknown Object (User) changed the status of T2299: login radius-server priority from Open to Needs testing.

Add PR for rolling https://github.com/vyos/vyos-1x/pull/462

Jun 17 2020, 1:26 PM · VyOS 1.3 Equuleus (1.3.0)
Unknown Object (User) claimed T2225: PIM/IGMP documentation.
Jun 17 2020, 10:32 AM · VyOS 1.3 Equuleus (1.3.0), Restricted Project