It is also allowed in VyOS 1.2 but the Kernel errors out:
- Feed Queries
- All Stories
- Search
- Feed Search
- Transactions
- Transaction Logs
All Stories
Feb 2 2021
If you create a VIF and VIF-S interface with the same ID, the resulting device names collide:
This is caused by the omission of a call to conntrack --orig-dst in the new Python script.
I have successfully replicated this on 1.3-rolling-202101052023 and 1.4-rolling-202101240218. It's absent in 1.2.6. I'm going to investigate this regression.
Feb 1 2021
Looks good on 1.4-rolling-202102010218 and 1.3-beta-202102010443:
Looks good on 1.4-rolling-202102010218 and 1.3-beta-202102010443:
Looks good on 1.3-beta-202102010443:
vyos@vyos:~$ configure [edit] vyos@vyos# set interfaces ethernet eth0 dhcpv6-options [edit] vyos@vyos# commit [edit] vyos@vyos# exit Warning: configuration changes have not been saved. exit vyos@vyos:~$ ps ax | grep dhcp6c 1877 ttyS0 R+ 0:00 grep dhcp6c vyos@vyos:~$ show version
Looks good on 1.3-beta-202102010443:
vyos@vyos:~$ configure [edit] vyos@vyos# set interfaces dummy dum0 [edit] vyos@vyos# set interfaces ethernet eth0 dhcpv6-options pd 0 interface dum0 [edit] vyos@vyos# set interfaces ethernet eth0 dhcpv6-options duid 00:02:00:00:0d:e9:30:30:31:45:34:36:2d:58:58:58:58:58:58:58:58:58:58:58:58:58:58 [edit] vyos@vyos# commit [edit] vyos@vyos# exit Warning: configuration changes have not been saved. exit vyos@vyos:~$ show version
There's an easy workaround to hack this into your "configure" scripts:
On the other hand, it will not be possible to use login with "_"
https://github.com/vyos/vyos-1x/blob/current/data/templates/accel-ppp/chap-secrets.config_dict.tmpl#L6-L8
@dirtycache a lot of dependences which not present in 1.2, for example, dict_merge/node_changed/leaf_node_changed/render/call/airbag.
@Viacheslav , working on it and update you soon.
Jan 31 2021
@dmbaturin Hi, I would like to discuss with you the possibility of introducing load-balancing components based on direct-routing mode in VYOS. VYOS already has binary components that implement LVS
Jan 30 2021
Once confirmed in 1.4 this is a good backport candidate to 1.3. Thanks!