cni.dev
cni.dev copied to clipboard
documentation is incomplete on some paramter for macvlan
I struggled for quite some time, because the documentation does not mention the parameters below for macvlan plugin.
I mistakenly added them to macvlan, and they work, and they solved all my problems:
"isDefaultGateway": <bool>,
"forceAddress": <bool>,
"ipMasq": <bool>,
"forceAddress": <bool>,
I wonder if these paramters work for ipvlan too.