[14:08] i am trying to configure an interface with neighbor surpression, however netplan is telling me that the key does not exists, i use it as: neigh-suppress: true [14:08] but get the message that the key does not exists [14:39] roltux: which version are you using? neigh-suppress is only available in 0.105 onward. [14:43] 0.104 :( schopin [14:43] That explains a lot [14:44] I am wondering what my best course is to achieve the same thing [14:45] roltux: are you using Ubuntu? If so, I'm guessing Focal? [14:45] eah [14:45] correct schopin [14:49] roltux: you might want to subscribe to https://bugs.launchpad.net/ubuntu/+source/netplan.io/+bug/1988447 for availability of 0.105 on Focal [14:49] Meanwhile... slyon: do we have an equivalent of passthrough: for networkd? [14:52] schopin: roltux: we don't have no passthrough mode for the networkd backend, but you could be using a sd-networkd override config file as a workaround, e.g.: /etc/systemd/networkd/10-netplan-MYITF.network.d/override.conf [14:52] [Bridge] [14:52] NeighborSuppression=false [14:54] to basically extend the config generated by netplan in /run/systemd/network/10-netplan-*.network [14:54] slyon: we might want to have an how-to for this kind of things ;) [14:55] yeah, we should put that into our docs/FAQ somewhere