It looks like wide dhcp client does not support setting the DUID as it is overwritten again after a restart :(
- Feed Queries
- All Stories
- Search
- Feed Search
- Transactions
- Transaction Logs
Dec 20 2020
Dec 19 2020
Dec 17 2020
The CLI command set interfaces ethernet <interface> offload-options xdp enables the XDP generic mode on the given interface.
Dec 16 2020
@vlesk once container support is added you have a better way by usibg a dedicates container on your VyOS installation.
Dec 15 2020
Why you would line to add a user to an additional group?
Dec 14 2020
Dec 13 2020
Dec 12 2020
@owensresearch it is still not supported by net-snmp
Dec 10 2020
Using udp4/6 can be automated if there is an v6 listen address or not, I will keep this in mind, thanks for the hint.
Dec 9 2020
Dec 8 2020
Unfortunately setting udp4 was never "valid" in the first place, this was only possible by a wrong regex here: https://github.com/vyos/vyos-1x/blob/406083932ae62ccde5ff547ef7d7960efe0269e3/interface-definitions/interfaces-openvpn.xml.in#L345 this has been corrected already which shows the above mentioned result in a not loading config.
Unfortunately this is the wrong way to go. If it is - for whatever reason - not possible to configure the VLAN parameters for this given interface b/c the enslaved interface is yet not present on the system, it should be later configured by the individual interface.
Dec 7 2020
Well this is from old Vyatta times, on system bootup this script is called (https://github.com/vyos/vyatta-cfg-system/blob/current/scripts/system/vyatta_interface_rescan#L137-L140) and a WIFI node is created if a wifi interface is detected. The script could be altered, too if monitor is not supported.
I guess the best thing would be to not add this interface at all
Dec 6 2020
Okay, debugging with @jack9603301 showed that there was/is an issue. If you are running DHCP client on the interface which is using mirroring, this indeed becomes an issue as traffic is dropped until the session is re-established.