Merge pull request #546 from fedepaol/vrffixsupporter

VRF: extend supported version to 0.3.1 too
This commit is contained in:
Casey Callendrello 2020-11-11 17:55:36 +01:00 committed by GitHub
commit b7af044cdc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -38,7 +38,7 @@ type VRFNetConf struct {
}
func main() {
skel.PluginMain(cmdAdd, cmdCheck, cmdDel, version.PluginSupports("0.4.0"), bv.BuildString("vrf"))
skel.PluginMain(cmdAdd, cmdCheck, cmdDel, version.PluginSupports("0.3.1", "0.4.0"), bv.BuildString("vrf"))
}
func cmdAdd(args *skel.CmdArgs) error {