cni.dev icon indicating copy to clipboard operation
cni.dev copied to clipboard

documentation is incomplete on some paramter for macvlan

Open maxadamo opened this issue 2 years ago • 0 comments

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.

maxadamo avatar Mar 09 '23 17:03 maxadamo