containernetworking / cni.dev

CNI website
https://cni.dev
Apache License 2.0
48 stars 55 forks source link

documentation is incomplete on some paramter for macvlan #116

Open maxadamo opened 1 year ago

maxadamo commented 1 year ago

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.