Lines Matching defs:unit
137 int config_parse_vxlan_group_address(const char *unit,
158 log_syntax(unit, LOG_ERR, filename, line, r, "vxlan multicast group address is invalid, ignoring assignment: %s", rvalue);
163 log_syntax(unit, LOG_ERR, filename, line, 0, "vxlan multicast group incompatible, ignoring assignment: %s", rvalue);
173 int config_parse_port_range(const char *unit,
195 log_syntax(unit, LOG_ERR, filename, line, r, "Failed to extract VXLAN port range, ignoring: %s", rvalue);
204 log_syntax(unit, LOG_ERR, filename, line, r, "Failed to parse VXLAN port range '%s'", word);
209 log_syntax(unit, LOG_ERR, filename, line, r,
215 log_syntax(unit, LOG_ERR, filename, line, r,
226 int config_parse_destination_port(const char *unit,
247 log_syntax(unit, LOG_ERR, filename, line, r, "Failed to parse VXLAN destination port '%s'.", rvalue);