[ Version ( since = "1.18" ) ]
public void set_iifname (string? iifname)
The name supports C backslash escaping for non-UTF-8 characters.
Note that ip_routing_rule_from_string too uses backslash escaping when tokenizing the words by whitespace. So, in string representation you'd get double backslashes.
this |
the IPRoutingRule instance. |
iifname |
the iifname to set or null to unset. |