]> git.ipfire.org Git - thirdparty/systemd.git/blame - src/network/networkd-brvlan.h
tree-wide: drop 'This file is part of systemd' blurb
[thirdparty/systemd.git] / src / network / networkd-brvlan.h
CommitLineData
53e1b683 1/* SPDX-License-Identifier: LGPL-2.1+ */
13b498f9
TJ
2#pragma once
3
4/***
13b498f9 5 Copyright (C) 2016 BISDN GmbH. All rights reserved.
13b498f9
TJ
6***/
7
8#include <stdint.h>
9
a2106925
LP
10#include "conf-parser.h"
11
13b498f9
TJ
12typedef struct Link Link;
13
14int br_vlan_configure(Link *link, uint16_t pvid, uint32_t *br_vid_bitmap, uint32_t *br_untagged_bitmap);
15
a2106925
LP
16CONFIG_PARSER_PROTOTYPE(config_parse_brvlan_pvid);
17CONFIG_PARSER_PROTOTYPE(config_parse_brvlan_vlan);
18CONFIG_PARSER_PROTOTYPE(config_parse_brvlan_untagged);