The offender is the call to vyos.ifconfig.set_flow_control() which triggers /sbin/ethtool --pause eth0 autoneg on tx on rx on. we should only change this if it is really necessary and not on every commit.
- Feed Queries
- All Stories
- Search
- Feed Search
- Transactions
- Transaction Logs
Nov 10 2019
Colons in interface description should be allowed. There are tools like libreNMS which use defined prefixes for internal mapping and they have a colon inside.
There should be no reason the session is reset. This is an implementation "missdesign" by me when rewriting the ethernet interface. All interfaces are placed in admin down state on commit and will be placed in admin up state once the commit has run. and interface is not disabled.
Nov 9 2019
Backport to crux complete
Nov 8 2019
Nov 7 2019
The real problem is the config parser it seems as it can not deal with special characters used in a pre-login banner.
Nov 5 2019
Ah you were using bleeding edge equuleus builds. Ddclient 3.9.0 has been added to recent rolling image.
Nov 4 2019
Confirmed using a copy of the Hyper-V VM
This is weird. I can not reproduce it either with VMWare vSpher enot using Hyper-V.
What is your VMs CPU/RAM configuration?
Well, then there is a bug in the interface renaming script with later ifupdown scripts which should be fixed.
the interface name ppp0 is wrong. If we configure it to be pppoe0 on the CLI it should also have this name on the bare linux system. This sounds a bit like: T1242 which was fixed in commit https://github.com/vyos/vyatta-cfg-op-pppoe/commit/4330d41fcda30553ca1b3e2588d05eebdd59fc80
Nov 3 2019
Tested using the below configuration on VyOS 1.2-rolling-201911030217
Nov 2 2019
At first glance this looks like a very "easy" priority issue. Bonding interfaces are set up before the ethernet interfaces (makes no sense though).
@starcraft66 is it working as expected?
Nov 1 2019
Oct 31 2019
Merged to equuleus branch.
Oct 30 2019
@xrobau WOW! What a bisection and research on that problem! Thanks a lot!
Oct 28 2019
Hi @hexes well without knowing the details and diving into zabbix I suggest you just grab the diffs on the OpenVPN rewrite to see what was crucial. vyos-build repository should be the one if I remember correctly, or vyatta-cfg-system - one of those.
Oct 27 2019
I'd keep it open as a reminder what to add to the validator steps in a possible rewrite.