Skip to content

Commit

Permalink
changed ipv4
Browse files Browse the repository at this point in the history
Signed-off-by: uzair <uzaxirr@gmail.com>
  • Loading branch information
uzaxirr committed Apr 9, 2024
1 parent 6d0ea6e commit ab3ac6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/network/network.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ func init() {
// Flag binding for networkConnectCmd
networkConnectCmd.Flags().IntVar(&vlanID, "vlan-id", 0, "VLAN ID to connect")
networkConnectCmd.Flags().StringVar(&vlanCIDRV4, "cidr-v4", "", "CIDR v4 of the VLAN")
networkConnectCmd.Flags().StringVar(&vlanGatewayIPv4, "gateway-ip-v4", "", "Gateway IPv4 address for the VLAN")
networkConnectCmd.Flags().StringVar(&vlanGatewayIPv4, "gateway-ipv4", "", "Gateway IPv4 address for the VLAN")
networkConnectCmd.Flags().StringVar(&vlanHardwareAddr, "hardware-addr", "", "Hardware address for the VLAN connection")
networkConnectCmd.Flags().StringVar(&vlanAllocationStartV4, "allocation-pool-v4-start", "", "Start of the IPv4 allocation pool for the VLAN")
networkConnectCmd.Flags().StringVar(&vlanAllocationEndV4, "allocation-pool-v4-end", "", "End of the IPv4 allocation pool for the VLAN")
Expand Down

0 comments on commit ab3ac6d

Please sign in to comment.