>>> from vyos.config import Config
>>> conf = Config()
>>> conf.get_config_dict(['service', 'ssh'])
{'ssh': {'disable-host-validation': {}, 'port': ['22']}}
>>> conf.get_config_dict(['service', 'non-existing'])
{}- Feed Queries
- All Stories
- Search
- Feed Search
- Transactions
- Transaction Logs
Aug 11 2021
Aug 10 2021
Aug 9 2021
Aug 8 2021
Aug 6 2021
@stepler interesting - this bahavior changes when running from frr-reload vs. vtysh.
Aug 5 2021
Aug 4 2021
@SrividyaA does this configuration work or not?
Aug 3 2021
@stepler I created https://github.com/FRRouting/frr/pull/9281 for "easier" debugging
I tried this locally and you can do no router bgp 100 vrf blue before no vni 2000, my vtysh instance does not scream for an error - it more feels like a programming issue on our side.
Aug 1 2021
Jul 31 2021
I have added a test which does not let you delete the default BGP instance when VRF bound instances exist.
I already backported it, but forgot to push. Will be part of the next 1.3 ISO/RC
Using timeouts is a pretty bad idea as they vary on the host CPU or utilisation of a hypervisor.
Closing as invalid as the error was towards aarch64 which is yet not supported by VyOS.
Jul 30 2021
Drivers for RTL8111 and RTL8168 are build into the kernel.