Skip to content

Unable to set false for enforce_unique flag for VRF #86

@abhide

Description

@abhide

Seems like setting enforce_unique=false while creating VRF seems to have no effect.
enforce_unique is always set to true.

Repro Steps:

        name := "test_vrf"
        rd := "test_rd"
        description "= "test description"
	vrfParams := ipam.NewIpamVrfsCreateParams().WithData(
		&models.WritableVRF{
			Description:   description,
			EnforceUnique: false,
			Name:          &name,
			Rd:            &rd,
		},

Check in the UI, enforce_unique will still be set to true.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions