diff options
author | Susant Sahani <susant@redhat.com> | 2017-04-27 07:14:22 +0200 |
---|---|---|
committer | Susant Sahani <susant@redhat.com> | 2017-04-29 19:03:50 +0200 |
commit | 9cdf4e3d7d6e8679f13b42f3441c8d46d32dc35a (patch) | |
tree | 50fa8f5ff12510776e2ed2492365c33a4c6eda11 /src/network/netdev/vxlan.h | |
parent | config parser: Introduce config_parse_ip_port (diff) | |
download | systemd-9cdf4e3d7d6e8679f13b42f3441c8d46d32dc35a.tar.xz systemd-9cdf4e3d7d6e8679f13b42f3441c8d46d32dc35a.zip |
networkd: replace geneve/vxlan port parsing with generic config_parse_ip_port
Diffstat (limited to '')
-rw-r--r-- | src/network/netdev/vxlan.h | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/src/network/netdev/vxlan.h b/src/network/netdev/vxlan.h index 7f97a9edc4..1eeda022a2 100644 --- a/src/network/netdev/vxlan.h +++ b/src/network/netdev/vxlan.h @@ -86,17 +86,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, |