summaryrefslogtreecommitdiff
path: root/sys/netmpls/mpls_proto.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/netmpls/mpls_proto.c')
-rw-r--r--sys/netmpls/mpls_proto.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/netmpls/mpls_proto.c b/sys/netmpls/mpls_proto.c
index f3e4f510f3c..d2e987ca0df 100644
--- a/sys/netmpls/mpls_proto.c
+++ b/sys/netmpls/mpls_proto.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: mpls_proto.c,v 1.2 2008/04/23 11:22:23 norby Exp $ */
+/* $OpenBSD: mpls_proto.c,v 1.3 2008/12/15 16:13:55 michele Exp $ */
/*
* Copyright (C) 1999, 2000 and 2001 AYAME Project, WIDE Project.
@@ -71,6 +71,6 @@ struct domain mplsdomain = {
mplssw,
&mplssw[sizeof(mplssw)/sizeof(mplssw[0])], 0,
rn_inithead,
- offsetof(struct sockaddr_mpls, smpls_in_ifindex) << 3,
+ offsetof(struct sockaddr_mpls, smpls_in_label) << 3,
sizeof(struct sockaddr_mpls)
};