summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkn <kn@openbsd.org>2020-09-24 11:05:32 +0000
committerkn <kn@openbsd.org>2020-09-24 11:05:32 +0000
commita30fa18da6a6571e17c710fb363374f944fe010e (patch)
tree5f80c7afebcb554d5101a98866fb3569060e2cf0
parentRemove trailing white spaces. (diff)
downloadwireguard-openbsd-a30fa18da6a6571e17c710fb363374f944fe010e.tar.xz
wireguard-openbsd-a30fa18da6a6571e17c710fb363374f944fe010e.zip
On removing an rtable
It is currently not possible to remove an rtable; claudio made the default rtable of an rdomain move back into the default rdomain upon deletion of the non-default rdmoain with sys/net/if_loop.c r1.90 - previously such orphaned rtables would also continue to exist as well be assigned to any existent rdomain. Document the status quo under CAVEATS as it seems unexpected behaviour and the manual otherwise does not talk about deletion/invaldation of an rtable at all. OK remi jmc
-rw-r--r--share/man/man4/rdomain.47
1 files changed, 5 insertions, 2 deletions
diff --git a/share/man/man4/rdomain.4 b/share/man/man4/rdomain.4
index 48cba0e8f8d..db93ec6373b 100644
--- a/share/man/man4/rdomain.4
+++ b/share/man/man4/rdomain.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: rdomain.4,v 1.16 2020/09/22 22:10:47 kn Exp $
+.\" $OpenBSD: rdomain.4,v 1.17 2020/09/24 11:05:32 kn Exp $
.\"
.\" Copyright (c) 2015 Peter Hessler <phessler@openbsd.org>
.\"
@@ -14,7 +14,7 @@
.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
.\"
-.Dd $Mdocdate: September 22 2020 $
+.Dd $Mdocdate: September 24 2020 $
.Dt RDOMAIN 4
.Os
.Sh NAME
@@ -151,3 +151,6 @@ and IPv6 support first appeared in
.Sh CAVEATS
No tool is available to assign more than one rtable to an rdomain
other than to the default one (0).
+.Pp
+An rtable cannot be deleted.
+Deleting an rdomain will move its rtable into the default rdomain.