[ Version ( since = "1.18" ) ]
public void set_oifname (string? oifname)
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. |
oifname |
the oifname to set or null to unset. |