Markus Vahlenkamp

Results 45 comments of Markus Vahlenkamp

This would be the netconf rpc. ``` key ```

Hi @jk2lx, in #1274 I've implemented the request-license-add rpc. I'm also able to validate that it arrives and is properly interpreted by the node. However, I don't have access to...

A second option seems to be, to utilize a bind mount as described here: https://supportportal.juniper.net/s/article/vMX-is-not-accepting-the-correct-license-keys-release-19-4R2?language=en_US

This is a non-trivial enhancement. The biggest issue is the connectivity. If the namespace of one side of a veth pair disappers (e.g. node reboot) the entire veth disappears. Thereby...

Copy the pubkey code or import from clab? Tried importing, which gave me strange ignite runtime compile erorrs. Can try fixing them if importing is the preferred way.

@ankudinov since you did unfortunately not provide the command you started the podman container with, I want to ask you if you've started podman with the `--priviledged` flag or not?

Love to, but very busy with other stuff. Can't promis when it will happen.... Sorry!

Checking and setup of the bridge should be simple via implementing the PreDeploy() func on the bridge node. The destroy action is a little more tricky. It is not a...

I took a look @hellt. In the test you need to set the `NoReplace` flag to false and the test succeeds. Not sure if I understand the flag correctly, but...