Enrique Llorente Pastora
Enrique Llorente Pastora
We can go a step beyond and think on a scenario with hundred of nodes with static routes each, the NNCP should just define the specific parts of each nodes...
``` libnmstate.error.NmstateValueError Invalid IP address 'fe80::5872:93ff:fe61:37da%eth0' does not appear to be an IPv4 or IPv6 address ```
We have to implement this use case with [copy-mac-from](https://github.com/nmstate/nmstate/blob/2599d3afa48a507d6631ce6924e3c3564dd81630/libnmstate/schema.py#L34)
Let's adapt the default interface mac bonding test and examples to use two interfaces and do the mac cloning with https://github.com/nmstate/nmstate/blob/2599d3afa48a507d6631ce6924e3c3564dd81630/libnmstate/schema.py#L34
> The go binding is using JSON as API because we are considering yaml not fit for API due to [yaml 1.1 vs 1.2 issue](https://github.com/yaml/pyyaml/issues/98). > > @qinqon Can we...
It's about adding an example and integration tests.
Looks like there is an issue at the NNCP yaml ``` AttributeError: 'bool' object has no attribute 'items' ```
Also openshift is the "owner" of "br-ext" admins should not touch it, if something need to be done with that it has to be done at "day 1" using ignition...
/hold DNM
Looks like the nmstate-rust when the type is unknown report directly the rust type kind of and also add a struct to it ```yaml type: other: Other("IpTun") ``` It should...