Documentation ¶
Overview ¶
SPDX-License-Identifier: BSD-3-Clause Copyright (c) 2022, Unikraft GmbH and The KraftKit Authors. Licensed under the BSD-3-Clause License (the "License"). You may not use this file except in compliance with the License.
SPDX-License-Identifier: BSD-3-Clause Copyright (c) 2022, Unikraft GmbH and The KraftKit Authors. Licensed under the BSD-3-Clause License (the "License"). You may not use this file except in compliance with the License.
Index ¶
Constants ¶
View Source
const (
LibraryName = "uknetdev"
)
Variables ¶
View Source
var ( ParamIpv4Addr = ukargparse.ParamStr("netdev", "ipv4_addr", nil) ParamIpv4SubnetMask = ukargparse.ParamStr("netdev", "ipv4_subnet_mask", nil) ParamIpv4GwAddr = ukargparse.ParamStr("netdev", "ipv4_gw_addr", nil) )
Functions ¶
func ExportedParams ¶
func ExportedParams() []ukargparse.Param
ExportedParams returns the parameters available by this exported library.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.