Can we probably also increase the TAB witdh by one?
- Feed Queries
- All Stories
- Search
- Feed Search
- Transactions
- Transaction Logs
Oct 13 2019
Oct 12 2019
if you're using new enough version to use accel-ppp, then current config doesn't work as outside-next hop puts address in l2tp.config:
Found it.
Oct 11 2019
@jjakob Is that still an issue? I have the lastest 1.3 rolling form today and can't reproduce the issue.
@hagbard yea if there's no way to do it, there's no way to do it. Thanks though.
@bertleywjh any other input, or can I close the ticket?
Looks like it has changed already in ifconfig.py. Tested it successfully as well.
https://github.com/vyos/vyos-1x/commit/f5c04661e6c031baedb6092ecafee501cca7bc28#diff-def38e05f2ac1eb35139b37ec8d47338R1375
I‘d simply override the set_state() function in derived WireGuard Class without that check. If more interface have this (possibly VXLAN) it could be added to baseclass with a flag that the particular code is not executed.
Oct 10 2019
@cpo operstate will be unknown for wg interfaces, I think it's the only interface type having unknown. Anything else should be up or down, I think. I can re-implement with the wg class if that's better.
Let me know what you think, wg is working with no issues, so functionality isn't an issue here.
@bertleywjh wg state and link state is all is unfortunately all you will be able to see, plus like when was the last handshake and how many bytes were transfered. AFAIK there is no other way to see states of the handshake etc.