Cisco and Arista support such addresses as interface addresses, and the anycast bit doesn't preclude unicast usage, so we should allow that.
- Feed Queries
- All Stories
- Search
- Feed Search
- Transactions
- Transaction Logs
All Stories
Tue, Dec 2
Cisco and Arista also don't support multiple ports on the same IP address/host.
One way to get around the problem is to point multiple hostnames at the same IP/IPv6 address and use them in the VyOS config with different ports (suggestion from @c-po).
I still couldn't reproduce the issue either in rolling or in 1.4.3, so I'm inclined to think that some unrelated change that I can't find had fixed it.
Mon, Dec 1
Not sure if it is the correct fix but something with this logic https://github.com/vyos/vyos-utils/blob/dbecbd0c4f25f8b8d7055e5ed3ffc8e5be59b1f0/src/vyos_op_run.ml#L297
Sun, Nov 30
Are you able to update the status of this Mafifest, add a link to a new PR or other doc please?
Thank you
Are you able to update the status of this Mafifest, add a link to PR or other doc please?
Thank you
Are you able to update the status of this Mafifest, add a link to PR or other doc please?
Thank you
Thank you for the question.
The latest supported Ansible core version for this collection is 2.18.2
2.19+ unfortunately has a lot of changes that require the code rework, most notably, the community collections we use alongside with ours are not compatible as well (e.g. ansible.netcommon).
There is an issue https://github.com/vyos/vyos.vyos/issues/417 lodged to embrace 2.19+ at some point, but right now we have to wait for the adoption of this version by wider user base.
Sat, Nov 29
FRR case where there is a long explanation: https://github.com/FRRouting/frr/issues/15400
Fri, Nov 28
This comment in ipaddrcheck explains why I disallowed all-zero host part addresses: https://github.com/vyos/ipaddrcheck/blob/current/src/ipaddrcheck_functions.c#L337-L346
I think this should be handled in documentation and not alter the code behaviour.
Thu, Nov 27
@fernando it has be merged and will be available in the next rolling release, fill free to test/check this feature.