diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2018-01-24 11:38:45 +0100 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2018-01-24 11:38:45 +0100 |
| commit | ef6d3c0e038ea61d82b6140ea71ce96929d4a274 (patch) | |
| tree | 3f0a3d60dfe877a58fb73d0dd1889b77bcfe39d4 /sys/linux/vnet_amd64.const | |
| parent | ca9c302d807f47a55552d0a20a2dfcdb0fcc6e28 (diff) | |
sys/linux: add IPPROTO_L2TP to vnet protos
Diffstat (limited to 'sys/linux/vnet_amd64.const')
| -rw-r--r-- | sys/linux/vnet_amd64.const | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/linux/vnet_amd64.const b/sys/linux/vnet_amd64.const index 6a68669ca..375cdcd4f 100644 --- a/sys/linux/vnet_amd64.const +++ b/sys/linux/vnet_amd64.const @@ -272,6 +272,7 @@ IPPROTO_IGMP = 2 IPPROTO_IP = 0 IPPROTO_IPIP = 4 IPPROTO_IPV6 = 41 +IPPROTO_L2TP = 115 IPPROTO_MH = 135 IPPROTO_MPLS = 137 IPPROTO_MTP = 92 |
