diff options
author | Ondrej Zajicek (work) <santiago@crfreenet.org> | 2018-11-05 22:03:21 +0100 |
---|---|---|
committer | Ondrej Zajicek (work) <santiago@crfreenet.org> | 2018-11-05 22:03:21 +0100 |
commit | f2d8e6801e88a84b1e57da72d078d7569598a5f5 (patch) | |
tree | abf191000fb802dedd87b8b78abcc2f12c45d8b8 /doc | |
parent | 69b2f63d9a477ab5d083773e16ca15ed2e570144 (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 fdfae2a6..72c386f2 100644 --- a/doc/bird.sgml +++ b/doc/bird.sgml @@ -1606,7 +1606,8 @@ regarded as empty bgppath/*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 |