Vladislav Odintsov
Vladislav Odintsov
Hi, I've tried latest vscode extention and on ovn-northd-ddlog code found that escaping is not rendered properly. See screenshot:  If I remove `join()` arguments, code renders correctly:  vscode...
I run FRR with next `/etc/frr/daemons` config: ``` bgpd=yes vtysh_enable=yes zebra_options=" -A 127.0.0.1 -s 90000000 --vrfwnetns" bgpd_options=" -A 127.0.0.1" ``` Sometimes when adding or deleting netns-based VRF zebra daemon crashes...
Hi, I want dataplaneapi to run and listen on unix socket with `socket_path` option, but I'm unable to. Running as root dataplaneapi manually with next config: ``` config_version: 2 dataplaneapi:...
We've faced with a regression after we moved from frr 8.5 to a newer versions (9.0, 9.1, 10.0, 10.1). In our automation we start frr from python code using subprocess...
Hi @svinota! It has already left a significant amount of time since last tag/release (it was on Feb 10, 2024). Would you mind bumping a new version of pyroute2? We're...