Module Name: src Committed By: andvar Date: Sun Mar 20 20:37:59 UTC 2022
Modified Files: src/sys/net: if_types.h Log Message: s/Multilik/Multilink/ To generate a diff of this commit: cvs rdiff -u -r1.33 -r1.34 src/sys/net/if_types.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/sys/net/if_types.h diff -u src/sys/net/if_types.h:1.33 src/sys/net/if_types.h:1.34 --- src/sys/net/if_types.h:1.33 Sun Mar 20 20:19:34 2022 +++ src/sys/net/if_types.h Sun Mar 20 20:37:59 2022 @@ -1,4 +1,4 @@ -/* $NetBSD: if_types.h,v 1.33 2022/03/20 20:19:34 andvar Exp $ */ +/* $NetBSD: if_types.h,v 1.34 2022/03/20 20:37:59 andvar Exp $ */ /* * Copyright (c) 1989, 1993, 1994 @@ -204,7 +204,7 @@ #define IFT_USB 0xa0 /* USB Interface */ #define IFT_IEEE8023ADLAG 0xa1 /* IEEE 802.3ad Link Aggregate*/ #define IFT_BGPPOLICYACCOUNTING 0xa2 /* BGP Policy Accounting */ -#define IFT_FRF16MFRBUNDLE 0xa3 /* FRF.16 Multilik Frame Relay*/ +#define IFT_FRF16MFRBUNDLE 0xa3 /* FRF.16 Multilink Frame Relay*/ #define IFT_H323GATEKEEPER 0xa4 /* H323 Gatekeeper */ #define IFT_H323PROXY 0xa5 /* H323 Voice and Video Proxy */ #define IFT_MPLS 0xa6 /* MPLS */