User Details
- User Since
- Feb 13 2020, 7:10 AM (256 w, 1 d)
Nov 12 2024
Nov 11 2024
Nov 8 2024
Sep 6 2024
@yzguy I'm not sure about this.
But as I know, Linux Desktop will use NetworkManager with ModemManager to bring up a wwan interface.
And network-manager will check the bearer to setup the IP address.
Jul 29 2024
I think this issue is duplicated to T6401.
Please close it thank you
https://vyos.dev/T6401
Jul 25 2024
Jun 21 2024
Feb 19 2024
Jan 4 2024
This might fix this problem
https://github.com/vyos/vyos-1x/pull/2752
Nov 8 2023
@c-po It seems you only implement the "type bridge_slave neigh_suppress on"
And "type bridge_slave learning on" is not implemented in this PR.
Will you add this also?
Thank you
Oct 21 2023
vni100 should be the bridge slave here.
So those options could be in the same level of "allowed-vlan" and "native-vlan"
Oct 19 2023
Aug 28 2023
@Apachez thanks to you.
Let me check it.
Aug 27 2023
@sdev I saw c-po revert the merge.
and I didn't expect that it will cost lots of time also.
It's better to revert it.
Currently, I will maintain kernel configs in my own branch.
It should be fixed via https://github.com/vyos/vyos-build/pull/382
Aug 26 2023
Raspberry pi 4 wifi driver requires some missing files.
Aug 22 2023
Aug 16 2023
I will suggest to move all arm64 kernel flavour to "arm64-vyos" as "amd64-vyos" in x86_64.
It will be better not to have "LOCALVERSION=-v8" in kernel configs.
Jul 29 2022
Jul 19 2021
@zsdc
please take a look on this
it might be some similar issue in this patch?
https://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next.git/commit/?id=0fb4d21956f4a9af225594a46857ccf29bd747bc
Jul 17 2021
something like this in 1.4 nft
https://www.spinics.net/lists/netfilter/msg58240.html
It seems 1.4-rolling has this bug also
i setup vrf wg with all wireguard clients (with private ip)
and setup vrf leak to vrf default
NAT didn't work on it.
it will send un-NAT packet to eth0
Jun 20 2021
Jun 19 2021
Mar 5 2020
Feb 20 2020
I tested vyos-1.3-rolling-202002200217-amd64.iso
It works now.
Thanks for help!
Feb 19 2020
I have tested vyos 1.3-rolling-202002130217 (FRR version 7.4-dev-20200118-04-g9e1ecdbaa-0), it failed.
I tested ubuntu with frr master brnach(60092db3fdead2a72e9368aaaa1e789c741c7ce8) and dev/7.3 (df80bf16869314ec9455fb7e4db63dcf1fdba2c2). It worked.
I tested ubuntu with frr 9e1ecdbaa, It failed.