1
0
Fork 0
frr/lib/vlan.h
Daniel Baumann 3124f89aed
Adding upstream version 10.1.1.
Signed-off-by: Daniel Baumann <daniel@debian.org>
2025-02-05 10:03:58 +01:00

21 lines
339 B
C

// SPDX-License-Identifier: GPL-2.0-or-later
/* VLAN (802.1q) common header.
* Copyright (C) 2016, 2017 Cumulus Networks, Inc.
*/
#ifndef __VLAN_H__
#define __VLAN_H__
#ifdef __cplusplus
extern "C" {
#endif
/* VLAN Identifier */
typedef uint16_t vlanid_t;
#define VLANID_MAX 4095
#ifdef __cplusplus
}
#endif
#endif /* __VLAN_H__ */