inet_types

package
v0.0.0-...-50def94 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 2, 2023 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Overview

This module contains a collection of generally useful derived YANG data types for Internet addresses and related things.

Copyright (c) 2013 IETF Trust and the persons identified as authors of the code. All rights reserved.

Redistribution and use in source and binary forms, with or without modification, is permitted pursuant to, and subject to the license terms contained in, the Simplified BSD License set forth in Section 4.c of the IETF Trust's Legal Provisions Relating to IETF Documents (http://trustee.ietf.org/license-info).

This version of this YANG module is part of RFC 6991; see the RFC itself for full legal notices.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type IpVersion

type IpVersion string

IpVersion represents to the InetVersion textual convention of the SMIv2.

const (
	// An unknown or unspecified version of the Internet
	// protocol.
	IpVersion_unknown IpVersion = "unknown"

	// The IPv4 protocol as defined in RFC 791.
	IpVersion_ipv4 IpVersion = "ipv4"

	// The IPv6 protocol as defined in RFC 2460.
	IpVersion_ipv6 IpVersion = "ipv6"
)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL