summaryrefslogtreecommitdiff
path: root/pysnmp/carrier/sockfix.py
diff options
context:
space:
mode:
Diffstat (limited to 'pysnmp/carrier/sockfix.py')
-rw-r--r--pysnmp/carrier/sockfix.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/pysnmp/carrier/sockfix.py b/pysnmp/carrier/sockfix.py
index 02480bb2..fab6d1aa 100644
--- a/pysnmp/carrier/sockfix.py
+++ b/pysnmp/carrier/sockfix.py
@@ -14,7 +14,8 @@ SYMBOLS = {
'IP_TRANSPARENT': 19,
'SOL_IPV6': 41,
'IPV6_RECVPKTINFO': 49,
- 'IPV6_PKTINFO': 50
+ 'IPV6_PKTINFO': 50,
+ 'IPV6_TRANSPARENT': 75
}
for symbol, value in SYMBOLS.items():