DNS forwarding was last changed back in August by commit https://github.com/vyos/vyos-1x/commit/fdae741be5ffaa3719ce889d0342c3091ad3c92c
- Feed Queries
- All Stories
- Search
- Feed Search
- Transactions
- Transaction Logs
Dec 8 2019
I can not reproduce this issue. I just upgraded to the specified version.
Please share commands to reproduce this. We do kot hve a 1.2.3 rolling version.
Dec 6 2019
SNMP community should stay. If it should be removed it can be handled via dedicates task
backported 20822ca3 to crux
I pick this up as I did the rewrite of this whole stuff
@Viacheslav thank you for testing!
Dec 5 2019
Wha cant the change which adds the completion helper be backported? Git best practice is you should group changes per commit. But in this commit you add the completion helper and also other regexes (BAD!)
Dec 4 2019
Thanks
Can this please be splittet in a host and a port node? Only WireGuard uses this notation all other services have a dedicated port node
Dec 3 2019
Personally I would keep it under the interface itself but @dmbaturin should have the final decission
If FRR has all we need we should use it - drops one additional dependency
I just have a gut feeling its better suited under the interface instead of a dedicated service. For FRR, have a look into the BFD implementation
- What other nodes will be unter the prefix tagNode?
- How would namesevrers be configured?
On the other hand it still can live in the interface directly which would spare the migrator. VLANs are a good example - I‘ve written a common function to parse it in each interface. I am not fully convinced on any implementation be it under an interface or as dedicated service.
Dec 2 2019
That is definately much better then before. But it doe not fix the second problem.
Works as expected. Now I can use VyOS 1.3 on my PPPoE link(s)
Backported
Dec 1 2019
As noone complained that this option is not working (and it is an extension to regular ppp) I propose to remove it.
This is not possible as it requires changing the C source code of vyatta-bash during runtime.
Nov 30 2019
This should be done when rewriting the whole flow-accounting portion
Nov 29 2019
An alpha version can be found here: https://github.com/c-po/vyos-1x/tree/pppoe-rewrite
Nov 28 2019
aone migrator for all interfaces is sufficient (see mew bridge interface and migrator 0-to-1 in interfaces)
How is it planned to implement this in the new style configuration? As own service bound to interfaces (denest) or as part of an interface?
Thanks, should be backported to crux then as I found it there
done