ip_route_attribute_validate
Description:
[ Version ( replacement = "IPRoute.attribute_validate" , since = "1.8" ) ]
public bool ip_route_attribute_validate (string name, Variant value, int family, out bool known) throws Error
Validates a route attribute, i.
e. checks that the attribute is a known one and the value is of the correct type and well-formed.
Parameters:
name |
the attribute name |
value |
the attribute value |
family |
IP address family of the route |
known |
on return, whether the attribute name is a known one |
Returns:
true if the attribute is valid, false otherwise |
Namespace: NM
Package: libnm