Re: [PATCH] wg-quick: Fix alternate routing table syntax on OpenBSD

2019-08-05 Thread Jason A. Donenfeld
Hi Janne, Thanks. I wonder how I came up with the rdomain syntax in the first place. Perhaps out of ifconfig.c incorrectly. Jason ___ WireGuard mailing list WireGuard@lists.zx2c4.com https://lists.zx2c4.com/mailman/listinfo/wireguard

Re: [PATCH] wg-quick: Fix alternate routing table syntax on OpenBSD

2019-08-05 Thread Janne Johansson
According to "man route" on openbsd, the -T is how its supposed to be run: The other commands relating to adding, changing, or deleting routes have the syntax: *route* [*-dnqtv*] [*-T* rtable] *add* [modifiers] destination gateway The manpage for "route" doesn't even contain "

Re: [PATCH] wg-quick: Fix alternate routing table syntax on OpenBSD

2019-08-05 Thread Jason A. Donenfeld
Hi Ankur, Thanks for this. Could you provide your Signed-off-by line? Also, why is this required? Is this a recent change in syntax? A new syntax? Was the syntax always wrong? What's the deal? Thanks, Jason ___ WireGuard mailing list WireGuard@lists.zx2

[PATCH] wg-quick: Fix alternate routing table syntax on OpenBSD

2019-08-05 Thread Ankur Kothari
--- src/tools/wg-quick/openbsd.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tools/wg-quick/openbsd.bash b/src/tools/wg-quick/openbsd.bash index b234609..2cadeec 100755 --- a/src/tools/wg-quick/openbsd.bash +++ b/src/tools/wg-quick/openbsd.bash @@ -293,7 +293,7 @@ ad