I simply added hostname/fqdn to address and here is my test result:
- Feed Queries
- All Stories
- Search
- Feed Search
- Transactions
- Transaction Logs
All Stories
Nov 15 2024
I'm migrating my EdgeRouter to VyOS, its module 'https://github.com/WireGuard/wireguard-vyatta-ubnt/releases' supports endpoint as domain:port, which is same as wg set or wg-quick.
I created a PR https://github.com/vyos/vyos-1x/pull/4194
I'm back home now, feel free to send them to me and I'll take a look at it today (I have a few minutes now, but likely will need to look at it in about 12 hours).
Update - I cloned the current vyo.vyos changes, created a branch and made the changes that Maxime proposed.
sure, ok - I will do needful for it to be tests ready
It does not appear a huge change to me
Maybe ask the author to resubmit against the current?
I believe it was forked a while ago (in March this year) and never refreshed after that - so the fork (and PK) is using older version of the repo
was that after rebasing it onto our current main branch or applying changes directly? Or something else?
Nov 14 2024
Sanity tests are failing pretty much all:
FATAL: The 5 sanity test(s) listed below (out of 34) failed. See error output above for details.
action-plugin-docs
import --python 3.12
pep8
pylint
validate-modules
Yeah, changes are pretty small and also pretty isolated. I’m guessing the merge might be fast, unless there are significant conflicts. However if there are conflicts probably faster to re-apply the change.
Or I may just re-introduce the changes into the working current branch given they are all straight forward
Started to look into this - but it seems to be based on older version of collection (57 commits behind) and failing all the sanity checks.
I will try and refresh that branch and re-test
On it, @syncer
Let’s get tests at least for the changes here before we check it in. It should be trivial to test, especially since it looks like there is no version difference to take into account.
@evgmol can you please review the pull request provided, if ok we should merge it
For KEA6 its defined as "The IPv6 address of a TFTP server" with example of IPv6-address:
If its common of this misuse of option66 I would suggest that VyOS would allow for URI characters (@, :, / and what else) but type a warning during re/config like:
@syncer Yeah, it was at the forum:
DHCP option 66 is not intended to carry an HTTP URL. According to RFC 2132, option 66 is specifically designed to provide the TFTP (Trivial File Transfer Protocol) server name, typically used to specify a hostname or IP address of a server from which the client can download a boot file via TFTP, not HTTP.
Interesting interpretation of the standard. Guess it's time to go bare metal again
can be ipv4 or hostname
This is not a bug, this is according to RFC
This is not a bug, this is according to RFC
@Apachez I recall you have cited it but do not recall where it was here or at the forum