User Details
- User Since
- Dec 28 2021, 6:18 PM (159 w, 6 d)
Feb 4 2022
Jan 9 2022
@Viacheslav Yes, You're right.
in.tftpd got started (but only a few seconds).
Dec 30 2021
Problem (2) with multiple IPv6 remotes fixed.
During multiple tests on my testlab I found two (or three) possible bugs:
1.)
vyos-cli does not prevent to mix IPv4 and IPv6 remotes. Mixing them is not possible with vxlan.
Dec 29 2021
PR started:
https://github.com/vyos/vyos-1x/pull/1127
Never done this before. I hope that PR is correct:
https://github.com/vyos/vyos-1x/pull/1126
Maybe "is_addr_assigned" on "python/vyos/validate.py" needs to be patched too.
When I set "listen-address fe80::abc2%eth0" to service tftp-server then "is_addr_assigned" got called and run into an error:
At the moment I am testing the patch with some common services and found a tiny issue inside the auto completion feature.