]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - src/network/networkd-brvlan.h
networkd: apply bridge vlan configuration correct
[thirdparty/systemd.git] / src / network / networkd-brvlan.h
index 6aa6883bfcc21e51185ebad3223992c197be3ef6..b37633f94f506d427898183124f0e2e033aebe88 100644 (file)
@@ -25,5 +25,6 @@ typedef struct Link Link;
 
 int br_vlan_configure(Link *link, uint16_t pvid, uint32_t *br_vid_bitmap, uint32_t *br_untagged_bitmap);
 
+int config_parse_brvlan_pvid(const char *unit, const char *filename, unsigned line, const char *section, unsigned section_line, const char *lvalue, int ltype, const char *rvalue, void *data, void *userdata);
 int config_parse_brvlan_vlan(const char *unit, const char *filename, unsigned line, const char *section, unsigned section_line, const char *lvalue, int ltype, const char *rvalue, void *data, void *userdata);
 int config_parse_brvlan_untagged(const char *unit, const char *filename, unsigned line, const char *section, unsigned section_line, const char *lvalue, int ltype, const char *rvalue, void *data, void *userdata);