- Feed Queries
- All Stories
- Search
- Feed Search
- Transactions
- Transaction Logs
Aug 13 2021
@Viacheslav we have other "objects" in VyOS which also require deletion first under certain circumstances.
Aug 12 2021
You can comment in the sections. it only creates an error when deleting vrf bgp instances
Waiting on 3rd party fix: https://github.com/FRRouting/frr/issues/9384
https://github.com/vyos/vyos-1x/pull/965
We have this problem in more then one case. The solution so gar is to use " as quote which we later on render in Jinja2
Sounds like a missing validator. Wo should prevent users from doing such things ;)
@Viacheslav, when we use a migrator we should enable the ipv4 afi for each and every ipv4 neighbor if its not configured explicitly. What do you think? If a peer group is configured for that neighbour, too - that will be no issue.
Aug 11 2021
Hi @paunadeu yeah that is an open issue (https://github.com/vyos/vyos-1x/commit/d77709252de54757d3f3e76ce6c52492ba967488) it got disabled recently.
Aug 10 2021
Aug 9 2021
Aug 8 2021
>>> 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'])
{}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.