Page MenuHomeVyOS Platform
Feed All Stories

May 28 2020

jack9603301 added a comment to T421: Add Pv6 prefix delegation support.

I still think the failure recovery mechanism needs to exist, but I agree with you. I think we should postpone the startup mechanism of dhcp6c until all interfaces have been initialized. A better idea is to execute dhcp6c processing uniformly after all interfaces have been initialized.

May 28 2020, 7:35 PM · VyOS 1.3 Equuleus (1.3.0-epa1)
gadams added a comment to T421: Add Pv6 prefix delegation support.

Recovery from failures does seem generally desirable, but it would also be preferable to discover errors in configuration while in conf code. For this reason, it seems like the best way to handle this would be to defer starting dhcp6c until the very end of configuring all the interfaces, if that's possible. Is there a mechanism already to do this, or should I look into restructuring things slightly.

May 28 2020, 7:32 PM · VyOS 1.3 Equuleus (1.3.0-epa1)
jack9603301 added a comment to T421: Add Pv6 prefix delegation support.

Please merge this fix.

May 28 2020, 4:47 PM · VyOS 1.3 Equuleus (1.3.0-epa1)
jack9603301 added a comment to T421: Add Pv6 prefix delegation support.

https://github.com/vyos/vyos-1x/pull/438

May 28 2020, 4:47 PM · VyOS 1.3 Equuleus (1.3.0-epa1)
jack9603301 added a comment to T421: Add Pv6 prefix delegation support.

The repair settings take effect on tests in the local environment.

May 28 2020, 4:37 PM · VyOS 1.3 Equuleus (1.3.0-epa1)
jack9603301 added a comment to T421: Add Pv6 prefix delegation support.

@gadams Yes, I thought that since the system CTL automatic restart failed, I might need to write a script to perform the automatic recovery. Now it doesn't seem necessary. I will modify its service file.

May 28 2020, 4:36 PM · VyOS 1.3 Equuleus (1.3.0-epa1)
jack9603301 added a comment to T421: Add Pv6 prefix delegation support.

OK, I have found the best recovery. I will submit PR immediately. I will modify the service settings of systemctl and use its failure to restart automatically to fix the problem. When dhcp6c service fails to start, it will restart according to the preset settings.

May 28 2020, 4:35 PM · VyOS 1.3 Equuleus (1.3.0-epa1)
gadams added a comment to T421: Add Pv6 prefix delegation support.

Something else I realized last night: In general, it's not safe to start dhcp6c before all interfaces are configured, as long as PD is specified (whether 'address dhcpv6' is specified). That's because the prefix-delegation stanza can refer to any other interface on the system--even ones that haven't been set up, yet. That might include vif interfaces (such as I noticed last night) or any other virtual interface, like br or tun.

May 28 2020, 4:35 PM · VyOS 1.3 Equuleus (1.3.0-epa1)
c-po added a comment to T421: Add Pv6 prefix delegation support.

@gadams it makes no sense to use this as a catch-all thread. New requests/bugs should go into dedicated tasks.

May 28 2020, 4:32 PM · VyOS 1.3 Equuleus (1.3.0-epa1)
gadams added a comment to T421: Add Pv6 prefix delegation support.

@jjakob Yes, exactly my thoughts, and what my last pull request starts. I'll try to catch the remaining cases later this evening my time (in 12 hours or so). I can imagine one case that might be a little tricky.

May 28 2020, 4:24 PM · VyOS 1.3 Equuleus (1.3.0-epa1)
c-po closed T2523: Upgrade from 1.2.5 to 1.3-rolling-202005261512 results in broken network config on second boot as Invalid.
May 28 2020, 3:39 PM · VyOS 1.3 Equuleus (1.3.3)
c-po added a comment to T2523: Upgrade from 1.2.5 to 1.3-rolling-202005261512 results in broken network config on second boot.

Yes there have been issues with interface naming in the past. Hopefully they are finally resolved in 1.3 now.

May 28 2020, 3:39 PM · VyOS 1.3 Equuleus (1.3.3)
jack9603301 added a comment to T421: Add Pv6 prefix delegation support.

In general, there are several solutions:
a) Add the CLI option of auto repair daemons, and rely on cron to execute the repair program. In case of service failure, the service can be restarted automatically
b) Find the only way to solve the problem thoroughly
Generally, I prefer a + b, so that when the service fails to start in a single time, the daemons can complete the recovery execution.
But it's just an idea. If you have any other suggestions, please let me know.

May 28 2020, 2:05 PM · VyOS 1.3 Equuleus (1.3.0-epa1)
Unknown Object (User) added a comment to T945: Unable to change configuration after changing it from script (vbash + script-template).

@zsdc can you try to reproduce this issue on 1.3 rollings or on 1.2.5? I can't reach this behavior.

May 28 2020, 12:10 PM · VyOS 1.3 Equuleus (1.3.0-epa1)
Unknown Object (User) changed the status of T2000: strongSwan does not install routes to table 220 in certain cases from Confirmed to In progress.
May 28 2020, 11:57 AM · VyOS 1.3 Equuleus (1.3.0), VyOS 1.2 Crux (VyOS 1.2.6)
Unknown Object (User) added a comment to T2000: strongSwan does not install routes to table 220 in certain cases.

PR added https://github.com/vyos/vyatta-cfg-vpn/pull/33.

vyos@vyos# commit
[ vpn ]
Warning: local prefix 192.168.34.0/24 specified for peer "192.168.50.2"
is not configured on any interfaces
May 28 2020, 11:56 AM · VyOS 1.3 Equuleus (1.3.0), VyOS 1.2 Crux (VyOS 1.2.6)
Unknown Object (User) edited projects for T2517: vyos-container: link_filter: No such file or directory, added: VyOS 1.2 Crux (VyOS 1.2.6); removed VyOS 1.2 Crux.
May 28 2020, 11:25 AM · VyOS 1.2 Crux (VyOS 1.2.6)
Unknown Object (User) changed the status of T2517: vyos-container: link_filter: No such file or directory from Open to In progress.

PR https://github.com/vyos/vyatta-cfg-quagga/pull/48
Also added the second commit which fixes the path to zebra daemon

May 28 2020, 11:25 AM · VyOS 1.2 Crux (VyOS 1.2.6)
jack9603301 added a comment to T421: Add Pv6 prefix delegation support.

I try to manually modify the contents of /etc/ppp/ipv6-up.d/1000-vyos-pppoe-pppoe0 , and change the following commands:

May 28 2020, 10:54 AM · VyOS 1.3 Equuleus (1.3.0-epa1)
jjakob added a comment to T421: Add Pv6 prefix delegation support.

@gadams I agree it's confusing, to change the syntax isn't hard, we just have to choose the best user-friendly syntax and behavior. It can be even accomplished without changing the syntax, by:
a) if 'dhcpv6-options delegate' is set, do the same as for 'parameters-only', plus start dhclient by add_addr('dhcpv6')
or
b) start dhclient if either 'dhcpv6-parameters' or 'address dhcpv6' is set but only assign an address in the 'address dhcpv6' case, may be the simplest option.

May 28 2020, 9:52 AM · VyOS 1.3 Equuleus (1.3.0-epa1)
gadams added a comment to T421: Add Pv6 prefix delegation support.

Ah, I think I see what you, @tbr and @jjakob are getting at. If I want to do DHCPv6-PD, then I need to start the daemon. But if I don't want an address using the protocol, then I can explicitly turn it off.

May 28 2020, 9:38 AM · VyOS 1.3 Equuleus (1.3.0-epa1)
danhusan added a comment to T2523: Upgrade from 1.2.5 to 1.3-rolling-202005261512 results in broken network config on second boot.

Reworking my config so that it uses eth0->eth3 instead of eth1->eth4 makes everything work as expected. So something has clearly changed regarding the interface naming/creation logic.

May 28 2020, 9:27 AM · VyOS 1.3 Equuleus (1.3.3)
gadams added a comment to T421: Add Pv6 prefix delegation support.

@jjakob Yes, I tried dhcpv6-options parameters-only; it had no effect. I did not try 'address dhcpv6' simply because that doesn't seem like a great configuration. But it would have been worth testing, anyway. And while that would have been good to test, it would be a pretty awkward an unexpected workaround for regular users to think of it.

May 28 2020, 9:10 AM · VyOS 1.3 Equuleus (1.3.0-epa1)
jjakob added a comment to T421: Add Pv6 prefix delegation support.

@gadams have you tried the above 2 settings: 'address dhcpv6' and 'dhcpv6-options parameters-only' without your patch to see if the client doesn't assign an address in that case?

May 28 2020, 8:53 AM · VyOS 1.3 Equuleus (1.3.0-epa1)
gadams added a comment to T421: Add Pv6 prefix delegation support.

I have sent a pull request: https://github.com/vyos/vyos-1x/pull/437

May 28 2020, 8:41 AM · VyOS 1.3 Equuleus (1.3.0-epa1)
jjakob added a comment to T421: Add Pv6 prefix delegation support.

@tbr thanks for clarifying that, I agree. So the way to do that would be to set 'address dhcpv6' and 'dhcpv6-options parameters-only'. That is slightly confusing at first, as the combination of those 2 options shouldn't actually assign an address. I haven't tried it but that's how I expect it should work, I don't use PD currently. If it does work my comments regarding new methods in scripts are entirely unneeded.

May 28 2020, 8:37 AM · VyOS 1.3 Equuleus (1.3.0-epa1)
jjakob added a comment to T2515: Ethernet interface is automatically disabled when removing it from bond.

This is difficult to solve with the current config syntax where the bond and bridge members are under the bonding and bridge nodes. When modifying bond or bridge members, only interfaces-bonding.py or interfaces-bridge.py is called, which can't modify the interfaces themselves, as all the interface logic (adding and deleting addresses) is in the interface script itself (e.g. interfaces-ethernet.py). The thing that says which script to run is the owner attribute of the interface node, which is ran by vyatta-cfg scripts on commit.

May 28 2020, 8:30 AM · VyOS 1.3 Equuleus (1.3.0)
jjakob added a comment to T2527: bonding: the last slave interface is not deleted.
May 28 2020, 8:27 AM · VyOS 1.3 Equuleus (1.3.0)
tbr added a comment to T421: Add Pv6 prefix delegation support.

Just my input: It seems there is some confusion about what DHCPv6-PD actually is. And this reflects in the endless discussions and questions here in the thread...

May 28 2020, 8:17 AM · VyOS 1.3 Equuleus (1.3.0-epa1)
jjakob added a comment to T421: Add Pv6 prefix delegation support.

Maybe we should add new methods to the Interface or DHCP class to allow starting just DHCPv6-PD without assigning an address to it? The way it's done now is by assigning an address with the value "dhcpv6" to the interface through the add/del_addr methods of Interface class. There needs to be a separate method for DHCPv6-PD without addressing (and generate a dhcpc config that doesn't assign the address, of course).

May 28 2020, 8:03 AM · VyOS 1.3 Equuleus (1.3.0-epa1)
gadams added a comment to T421: Add Pv6 prefix delegation support.

Aha! Thanks, @c-po. As I suspected, there is an assumption in ifconfig/interface.py that the DHCPv6 client need not be started if we're not getting our address via DHCPv6, which of course is not the case, here.

May 28 2020, 6:27 AM · VyOS 1.3 Equuleus (1.3.0-epa1)
jack9603301 added a comment to T421: Add Pv6 prefix delegation support.

@gadams In my environment, oddly enough, after a reboot dhcp6c@pppoe0 Restart PPPoE 0 by using the vyos command or use systemctl to query and find that the service is manually restarted dhcp6c@pppoe0 Before that, the service was in a failed state and the Restart field of the service did not work. During the configuration loading process after system restart, I cannot make it start normally

May 28 2020, 5:44 AM · VyOS 1.3 Equuleus (1.3.0-epa1)
c-po added a comment to T421: Add Pv6 prefix delegation support.

https://github.com/vyos/vyos-1x/blob/current/python/vyos/ifconfig/dhcp.py#L113

May 28 2020, 5:43 AM · VyOS 1.3 Equuleus (1.3.0-epa1)
gadams added a comment to T421: Add Pv6 prefix delegation support.

I'm sorry to say that with the current rolling release, still no dhcp6c is started when I add the PD configuration. Here is my test config:

May 28 2020, 5:37 AM · VyOS 1.3 Equuleus (1.3.0-epa1)

May 27 2020

Unknown Object (User) changed the status of T2527: bonding: the last slave interface is not deleted from Open to Confirmed.
May 27 2020, 8:53 PM · VyOS 1.3 Equuleus (1.3.0)
Unknown Object (User) changed the status of T2515: Ethernet interface is automatically disabled when removing it from bond from Open to Confirmed.
May 27 2020, 8:53 PM · VyOS 1.3 Equuleus (1.3.0)
jestabro added a comment to T2397: HTTP API: export OpenAPI definition.

Test package for 'vyos-api-tools' here:
https://github.com/jestabro/vyos-api-tools

May 27 2020, 8:26 PM · VyOS 1.4 Sagitta
c-po added a comment to T2490: Add serial (rs232) to ssh bridge service.

During testing I've found that there is a well known problem (we had for ethernet interfaces) also in the serial ports. They can be enumerated and mapped to /dev/ttyUSBxxx differently from boot to boot. This is especially painful on my development APU4 board which also has a Sierra Wireless MC7710 LTE module installed which operates via ttyUSB2 (when no serial console cable is attached) - on subsequent boots this can become ttyUSB3 or depending on the number of FT232 dongles I attach.

May 27 2020, 8:21 PM · VyOS 1.3 Equuleus (1.3.0)
Unknown Object (User) claimed T2527: bonding: the last slave interface is not deleted.
May 27 2020, 8:10 PM · VyOS 1.3 Equuleus (1.3.0)
Unknown Object (User) created T2527: bonding: the last slave interface is not deleted.
May 27 2020, 8:10 PM · VyOS 1.3 Equuleus (1.3.0)
c-po created T2526: Wake-On-Lan CLI implementation.
May 27 2020, 8:06 PM · VyOS 1.3 Equuleus (1.3.0), VyOS 1.2 Crux (VyOS 1.2.6)
jestabro closed T2396: Add debian package for flask-restx, a subtask of T2395: HTTP API move to flask/flask-restx as microframework, as Invalid.
May 27 2020, 7:28 PM · VyOS 1.3 Equuleus (1.3.0)
jestabro closed T2396: Add debian package for flask-restx as Invalid.

Dependency dropped.

May 27 2020, 7:28 PM · VyOS 1.3 Equuleus (1.3.0)
jestabro removed a parent task for T2397: HTTP API: export OpenAPI definition: T2395: HTTP API move to flask/flask-restx as microframework.
May 27 2020, 7:27 PM · VyOS 1.4 Sagitta
jestabro removed a subtask for T2395: HTTP API move to flask/flask-restx as microframework: T2397: HTTP API: export OpenAPI definition.
May 27 2020, 7:27 PM · VyOS 1.3 Equuleus (1.3.0)
jestabro closed T2395: HTTP API move to flask/flask-restx as microframework as Resolved.

The dependency on flask-restx was dropped, in favor of FastAPI. The move to Flask itself for stability was completed,

May 27 2020, 7:27 PM · VyOS 1.3 Equuleus (1.3.0)
jestabro changed the status of T2397: HTTP API: export OpenAPI definition, a subtask of T2395: HTTP API move to flask/flask-restx as microframework, from In progress to Needs testing.
May 27 2020, 7:14 PM · VyOS 1.3 Equuleus (1.3.0)
jestabro changed the status of T2397: HTTP API: export OpenAPI definition from In progress to Needs testing.

The dependencies, such as FastAPI, are to be collected in the debian package 'vyos-api-tools'. Screenshot of the redoc page below:

oas_screen.png (612×1 px, 62 KB)

May 27 2020, 7:14 PM · VyOS 1.4 Sagitta
jack9603301 added a comment to T421: Add Pv6 prefix delegation support.

@c-po It has to be said that this is really a troublesome problem. I'm still stuck in fault exploration, rather than making patches. Therefore, there may be some assumptions and verification processes, but it's really troublesome. When the system is restarted, the automatic operation of the service will fail, and I have to restart the service manually.

May 27 2020, 4:21 PM · VyOS 1.3 Equuleus (1.3.0-epa1)
jack9603301 added a comment to T421: Add Pv6 prefix delegation support.

@c-po Strangely, after rebooting the system, I specifically dhcp6c@pppoe0 Query and find that this service is manually restarted by using the vyos command to restart PPPoE 0 or by using systemctl dhcp6c@pppoe0 Before, this service was in failure status, and your Restart field of the service didn't work. I can't make it start normally during the configuration loading process after the system is restarted 。

May 27 2020, 4:18 PM · VyOS 1.3 Equuleus (1.3.0-epa1)
c-po added a comment to T421: Add Pv6 prefix delegation support.

@gadams your mentioned problem is already fixed in the latest rolling image

May 27 2020, 4:01 PM · VyOS 1.3 Equuleus (1.3.0-epa1)
c-po added a comment to T421: Add Pv6 prefix delegation support.

@jack9603301 your assumptions are invalid. I have a fully reboot-save PPPoE setup. Please stop making wrong assumptions! and search the code properly!

May 27 2020, 4:00 PM · VyOS 1.3 Equuleus (1.3.0-epa1)
Viacheslav added a comment to T2389: BGP community-list unknown command.

Bug with FRRouting 7.3.1

May 27 2020, 1:41 PM · VyOS 1.3 Equuleus (1.3.0), VyOS 1.2 Crux (VyOS 1.2.6)
Viacheslav added a comment to T2512: vyatta-op-quagga [show ip] to XML format.

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

May 27 2020, 12:13 PM · VyOS 1.3 Equuleus (1.3.0)
jack9603301 added a comment to T421: Add Pv6 prefix delegation support.

@c-po Trace the problem that the system cannot automatically perform prefix delegation after restarting:

May 27 2020, 11:36 AM · VyOS 1.3 Equuleus (1.3.0-epa1)
jjakob added a comment to T2524: Restarting vyos-router.service breaks router.

ps afx shows frr processes still running. systemctl stop vyos-router; pkill -f '*.frr*.'; systemctl start vyos-router makes vyos-router start successfully, but with these errors:

May 27 2020, 11:35 AM · VyOS 1.3 Equuleus (1.3.3)
jack9603301 added a comment to T421: Add Pv6 prefix delegation support.

@c-po I didn't find out where to call using wide DHCP. I intend to analyze the reason why restart can't automatically start allocating prefix in the 20200523 image.

May 27 2020, 11:08 AM · VyOS 1.3 Equuleus (1.3.0-epa1)
shthead added a comment to T2525: OSPFv3 missing route map, not establishing.

Additional information, it also appears to be broken in 1.2.5 (self built image) - seems to be the same problem.

May 27 2020, 10:41 AM · VyOS 1.3 Equuleus (1.3.0-epa1)
Viacheslav added a comment to T2512: vyatta-op-quagga [show ip] to XML format.

Show ip route without prefix don't work.

May 27 2020, 10:20 AM · VyOS 1.3 Equuleus (1.3.0)
danhusan added a comment to T2523: Upgrade from 1.2.5 to 1.3-rolling-202005261512 results in broken network config on second boot.

VyOS added those during the 2nd boot after upgrade. I would assume bug related to the fact that my config doesn't include eth0.

May 27 2020, 10:07 AM · VyOS 1.3 Equuleus (1.3.3)
shthead created T2525: OSPFv3 missing route map, not establishing.
May 27 2020, 10:05 AM · VyOS 1.3 Equuleus (1.3.0-epa1)
Viacheslav closed T1121: Can't search for prefixes by community: Community malformed: AA:NN as Resolved.
May 27 2020, 9:58 AM · VyOS 1.3 Equuleus (1.3.0-epa1)
jjakob renamed T2524: Restarting vyos-router.service breaks router from Restarting vyos-router.service results in a error loop requiring reboot to Restarting vyos-router.service breaks router.
May 27 2020, 9:49 AM · VyOS 1.3 Equuleus (1.3.3)
jjakob updated the task description for T2524: Restarting vyos-router.service breaks router.
May 27 2020, 9:43 AM · VyOS 1.3 Equuleus (1.3.3)
jjakob created T2524: Restarting vyos-router.service breaks router.
May 27 2020, 9:42 AM · VyOS 1.3 Equuleus (1.3.3)
Viacheslav added a comment to T2389: BGP community-list unknown command.
set policy community-list COM01 rule 10 action permit 
set policy community-list COM01 rule 10 regex 65001:0
commit
[edit]
vyos@r-roll#

commit without errors

vtysh -c "show run"
!
bgp community-list expanded COM01 permit 65001:0
!
May 27 2020, 8:57 AM · VyOS 1.3 Equuleus (1.3.0), VyOS 1.2 Crux (VyOS 1.2.6)
Viacheslav added a comment to T2523: Upgrade from 1.2.5 to 1.3-rolling-202005261512 results in broken network config on second boot.

Why 2 times hw-id for eth1 eth2 eth3

May 27 2020, 8:46 AM · VyOS 1.3 Equuleus (1.3.3)
danhusan added a comment to T2523: Upgrade from 1.2.5 to 1.3-rolling-202005261512 results in broken network config on second boot.
In T2523#65310, @c-po wrote:

Why is there no eth0 on VyOS 1.2.5?

May 27 2020, 6:07 AM · VyOS 1.3 Equuleus (1.3.3)
gadams added a comment to T421: Add Pv6 prefix delegation support.

I included all the bits I thought were relevant in T421#65109 (you'll need to click "Show older changes" at this point to see it).

May 27 2020, 5:47 AM · VyOS 1.3 Equuleus (1.3.0-epa1)
c-po added a comment to T421: Add Pv6 prefix delegation support.

@gadams, please describe use case where wide does not start and include config with expected result and VyOS version. Sure config can be adjusted, luckily its an open Git repo so just send a PR.

May 27 2020, 5:10 AM · VyOS 1.3 Equuleus (1.3.0-epa1)
jack9603301 added a comment to T421: Add Pv6 prefix delegation support.

@c-po @gadams In 20200523, I found several bug, although it will not affect my use too much (anyway, it can be restarted). For example, when pppoe is rebooted many times, the prefix will be reassigned, but the old prefix that has been assigned has not been deleted. Although I can keep it working, I still don't know how to solve it. I wonder whether restarting its interface can solve the problem when the current prefix allocation request is restarted.

May 27 2020, 3:03 AM · VyOS 1.3 Equuleus (1.3.0-epa1)
jack9603301 added a comment to T421: Add Pv6 prefix delegation support.

I will track and test whether the dhcpv6-pd is functioning properly to see if the previous problems still exist in my environment.

May 27 2020, 2:43 AM · VyOS 1.3 Equuleus (1.3.0-epa1)

May 26 2020

gadams added a comment to T421: Add Pv6 prefix delegation support.

Thanks for the response.

May 26 2020, 10:21 PM · VyOS 1.3 Equuleus (1.3.0-epa1)
c-po added a comment to T421: Add Pv6 prefix delegation support.

dhclient is not used, wide-dhcp client is started on demand. Also prefixes are properly assigned to interfaces, using this at home for pppoe. Specific prefix size request is implemented as of T2506.

May 26 2020, 9:52 PM · VyOS 1.3 Equuleus (1.3.0-epa1)
gadams added a comment to T421: Add Pv6 prefix delegation support.

Hey, @c-po, thanks for getting this moving again. As you may recall, I did a lot of development work on this some time ago that I never pushed to get merged. (I dropped the ball.) Unfortunately, you've had to re-do a lot of what I did, I'm sure. I'm happy to incorporate any of that past work or do some fresh development to polish this feature up.

May 26 2020, 9:34 PM · VyOS 1.3 Equuleus (1.3.0-epa1)
c-po added a comment to T421: Add Pv6 prefix delegation support.

Windows 10 works with SLAAC like a charm.

May 26 2020, 9:14 PM · VyOS 1.3 Equuleus (1.3.0-epa1)
c-po changed the status of T2523: Upgrade from 1.2.5 to 1.3-rolling-202005261512 results in broken network config on second boot from Open to On hold.
May 26 2020, 9:11 PM · VyOS 1.3 Equuleus (1.3.3)
c-po added a comment to T2523: Upgrade from 1.2.5 to 1.3-rolling-202005261512 results in broken network config on second boot.

I tried mocking with your configuration and thus needed to delete the policy statement as I have no policy installed. Maybe you can boot your system with the vyos-config-debug option and share the output? Or send the full config.boot.

May 26 2020, 9:08 PM · VyOS 1.3 Equuleus (1.3.3)
c-po added a comment to T2523: Upgrade from 1.2.5 to 1.3-rolling-202005261512 results in broken network config on second boot.

Why is there no eth0 on VyOS 1.2.5?

May 26 2020, 8:56 PM · VyOS 1.3 Equuleus (1.3.3)
c-po closed T2502: PPPoE default route not installed for IPv6 when "default-route auto" as Resolved.
May 26 2020, 8:02 PM · VyOS 1.3 Equuleus (1.3.0)
rob added a comment to T2461: documentation firewall state .

fixed, in https://github.com/vyos/vyos-documentation/pull/259

May 26 2020, 7:45 PM · Restricted Project
c-po closed T2458: Update FRR to 7.3.1 as Resolved.
May 26 2020, 7:20 PM · VyOS 1.3 Equuleus (1.3.0), VyOS 1.2 Crux (VyOS 1.2.6)
c-po moved T2458: Update FRR to 7.3.1 from Needs Triage to Finished on the VyOS 1.2 Crux (VyOS 1.2.6) board.
May 26 2020, 7:19 PM · VyOS 1.3 Equuleus (1.3.0), VyOS 1.2 Crux (VyOS 1.2.6)
danhusan created T2523: Upgrade from 1.2.5 to 1.3-rolling-202005261512 results in broken network config on second boot.
May 26 2020, 7:04 PM · VyOS 1.3 Equuleus (1.3.3)
c-po closed T2506: DHCPv6-PD add prefix hint CLI option as Resolved.
May 26 2020, 7:00 PM · VyOS 1.3 Equuleus (1.3.0)
c-po added a comment to T2520: show conntrack fails with Perl error.

https://github.com/vyos/vyatta-conntrack/commit/02c29a9f1f6ddb3c04aee948781e765a7ca2c829

May 26 2020, 6:24 PM · VyOS 1.3 Equuleus (1.3.0)
c-po closed T2520: show conntrack fails with Perl error, a subtask of T2322: CLI [op-mode] bugs. Root task, as Resolved.
May 26 2020, 6:22 PM · VyOS 1.3 Equuleus (1.3.0)
c-po closed T2520: show conntrack fails with Perl error as Resolved.
May 26 2020, 6:22 PM · VyOS 1.3 Equuleus (1.3.0)
Unknown Object (User) changed the status of T2478: login radius: use NAS-IP-Address if defined source address from In progress to Backport candidate.

Successfully tested on 1.3-rolling-202005261512, propose to backport it to CRUX.

May 26 2020, 5:47 PM · VyOS 1.3 Equuleus (1.3.0), VyOS 1.2 Crux (VyOS 1.2.6)
Viacheslav added a comment to T2512: vyatta-op-quagga [show ip] to XML format.
vyos@r-roll:~$ show ip 
  Invalid command: show [ip]

Need to remove from Makefile 2 strings

May 26 2020, 5:39 PM · VyOS 1.3 Equuleus (1.3.0)
Viacheslav changed the status of T2512: vyatta-op-quagga [show ip] to XML format, a subtask of T2511: Migrate vyatta-op-quagga to new XML format, from Open to Needs testing.
May 26 2020, 4:35 PM · VyOS 1.4 Sagitta, VyOS 1.5 Circinus
Viacheslav changed the status of T2512: vyatta-op-quagga [show ip] to XML format from Open to Needs testing.
May 26 2020, 4:35 PM · VyOS 1.3 Equuleus (1.3.0)
Unknown Object (User) closed T1933: Changes in /config/scripts/vyos-postconfig-bootup.script got lost during upgrade to 1.2.4 as Invalid.
May 26 2020, 3:59 PM · VyOS 1.3 Equuleus (1.3.0)
fetzerms added a comment to T2505: XCP-ng packet drops for small packets (e.g. icmp) under Xen and AWS.

Does anyone have some idea on how to test with different kernels? For now this is a deal breaker while using the 1.3.x branch. Tho I would really love to keep using bleeding edge in order to help testing things :-)

May 26 2020, 3:47 PM · VyOS 1.3 Equuleus (1.3.8), VyOS 1.4 Sagitta (1.4.0-GA)
carpenike added a comment to T421: Add Pv6 prefix delegation support.

One other question -- looks like SLAAC is working with the router-advert, but I believe Windows clients need DHCPv6 to receive addresses. I believe that the auto-config of DHCPv6 based on assigned prefix is not included yet, correct? Is that the 'Assisted' or 'Managed' modes that pfSense/Opnsense has?

May 26 2020, 3:38 PM · VyOS 1.3 Equuleus (1.3.0-epa1)
jack9603301 added a comment to T421: Add Pv6 prefix delegation support.

Thank you @c-po. It's very good. I fully understand you. Like you, most of the open-source contributors are amateurs. I don't mean anything else. I think you may have misunderstood my remarks. Please don't be too sensitive. Anyway, thank you. In addition, you can take a look at the comments above and the two questions I raised. I don't know how to solve it for the time being. If you or someone else has a good solution, thank you.
Thanks again

May 26 2020, 3:24 PM · VyOS 1.3 Equuleus (1.3.0-epa1)
c-po added a comment to T421: Add Pv6 prefix delegation support.

@jack9603301 please note that this is currently a beta implementation which of course contains bugs. Also the CLI will change in the near future to support requesting specific prefix sizes (T2506)

May 26 2020, 3:20 PM · VyOS 1.3 Equuleus (1.3.0-epa1)
c-po added a comment to T421: Add Pv6 prefix delegation support.

The ethernet TypeError is fixed in the upcoming rolling release

May 26 2020, 3:15 PM · VyOS 1.3 Equuleus (1.3.0-epa1)
c-po changed Difficulty level from easy to normal on T2506: DHCPv6-PD add prefix hint CLI option.
May 26 2020, 3:11 PM · VyOS 1.3 Equuleus (1.3.0)
c-po changed the status of T2506: DHCPv6-PD add prefix hint CLI option from Open to In progress.
May 26 2020, 3:11 PM · VyOS 1.3 Equuleus (1.3.0)