aboutsummaryrefslogtreecommitdiff
path: root/lib/tc.def
diff options
context:
space:
mode:
authorHartmut Brandt <harti@FreeBSD.org>2020-03-31 17:50:32 +0000
committerHartmut Brandt <harti@FreeBSD.org>2020-03-31 17:50:32 +0000
commitd5efa260d9c878d89fea33cb2c5d637ba91eea45 (patch)
treeec17b997212dba12844effe35416883ffc546aed /lib/tc.def
parentcf7f444550f07e0e64bc037f6454eb721dd3df67 (diff)
Import version 1.14 of bsnmp. This mainly consists of bug fixesvendor/bsnmp/1.14vendor/bsnmp
in the ASN.1 functions and comes with a test suite for these functions.
Notes
Notes: svn path=/vendor/bsnmp/dist/; revision=359490 svn path=/vendor/1.14/; revision=359491; tag=vendor/bsnmp/1.14
Diffstat (limited to 'lib/tc.def')
-rw-r--r--lib/tc.def8
1 files changed, 8 insertions, 0 deletions
diff --git a/lib/tc.def b/lib/tc.def
index 1930346ecabb..1c408b844122 100644
--- a/lib/tc.def
+++ b/lib/tc.def
@@ -46,3 +46,11 @@ typedef StorageType ENUM (
5 readOnly
)
+typedef InetAddressType ENUM (
+ 0 unknown
+ 1 ipv4
+ 2 ipv6
+ 3 ipv4z
+ 4 ipv6z
+ 16 dns
+)