diff options
author | Ondrej Zajicek (work) <santiago@crfreenet.org> | 2018-11-05 21:55:18 +0100 |
---|---|---|
committer | Ondrej Zajicek (work) <santiago@crfreenet.org> | 2018-11-05 21:55:18 +0100 |
commit | 716b904f4eb14349cdf66656eea0d90b040d51e5 (patch) | |
tree | 73efc901c3c66996255ec4807639b81314b6b876 /doc | |
parent | fff79b1c1e0577f487b4fb67f79a74b054d734b6 (diff) |
Filter: Make ifname attribute modifiable
Allow to change an interface associated with a route by setting
ifname attribute. It will also change the route to a direct one.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/bird.sgml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/bird.sgml b/doc/bird.sgml index 7cbb4de6..46a93655 100644 --- a/doc/bird.sgml +++ b/doc/bird.sgml @@ -1405,7 +1405,8 @@ clist for most purposes. <tag><label id="rta-ifname"><m/string/ ifname</tag> Name of the outgoing interface. Sink routes (like blackhole, unreachable or prohibit) and multipath routes have no interface associated with - them, so <cf/ifname/ returns an empty string for such routes. Read-only. + them, so <cf/ifname/ returns an empty string for such routes. Setting it + would also change route to a direct one (remove gateway). <tag><label id="rta-ifindex"><m/int/ ifindex</tag> Index of the outgoing interface. System wide index of the interface. May |