]>
git.proxmox.com Git - mirror_frr.git/blob - lib/vlan.h
1 // SPDX-License-Identifier: GPL-2.0-or-later
2 /* VLAN (802.1q) common header.
3 * Copyright (C) 2016, 2017 Cumulus Networks, Inc.
14 typedef uint16_t vlanid_t
;
15 #define VLANID_MAX 4095
21 #endif /* __VLAN_H__ */