]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - src/network/netdev/vxlan.h
Add SPDX license identifiers to source files under the LGPL
[thirdparty/systemd.git] / src / network / netdev / vxlan.h
index 7f97a9edc471b48829febc043451314b15556df1..3bb88843804c2f2afa4077ba59e71f7a039e87e2 100644 (file)
@@ -1,3 +1,4 @@
+/* SPDX-License-Identifier: LGPL-2.1+ */
 #pragma once
 
 /***
@@ -86,17 +87,6 @@ int config_parse_port_range(const char *unit,
                             void *data,
                             void *userdata);
 
-int config_parse_destination_port(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_flow_label(const char *unit,
                             const char *filename,
                             unsigned line,