]> git.ipfire.org Git - thirdparty/systemd.git/blob - src/network/networkd-brvlan.h
714f213b198ea2f075f835f3c8317f2de1807f54
[thirdparty/systemd.git] / src / network / networkd-brvlan.h
1 /* SPDX-License-Identifier: LGPL-2.1+ */
2 #pragma once
3
4 /***
5 Copyright (C) 2016 BISDN GmbH. All rights reserved.
6 ***/
7
8 #include <stdint.h>
9
10 #include "conf-parser.h"
11
12 typedef struct Link Link;
13
14 int br_vlan_configure(Link *link, uint16_t pvid, uint32_t *br_vid_bitmap, uint32_t *br_untagged_bitmap);
15
16 CONFIG_PARSER_PROTOTYPE(config_parse_brvlan_pvid);
17 CONFIG_PARSER_PROTOTYPE(config_parse_brvlan_vlan);
18 CONFIG_PARSER_PROTOTYPE(config_parse_brvlan_untagged);