summaryrefslogtreecommitdiff
path: root/lib/vconn-active.man
diff options
context:
space:
mode:
authorBen Pfaff <blp@ovn.org>2017-07-14 14:33:46 -0700
committerBen Pfaff <blp@ovn.org>2017-07-17 10:05:57 -0700
commit5d77b36b5ce5282bc39e52cb54f3cf37eee9334c (patch)
tree59dd3379c27b16a032ec6cbb37601f33e4a4051e /lib/vconn-active.man
parentfd245f1da9c4f87ebb737951a41429cdbe1d8cda (diff)
downloadopenvswitch-5d77b36b5ce5282bc39e52cb54f3cf37eee9334c.tar.gz
Support IPv6 link-local address scopes on Linux.
I hadn't even heard of this feature before, but it seems to be at least semi-standard to support Linux link-local address scopes via a % suffix, e.g. fe80::1234%eth0 for a link-local address scoped to eth0. This commit adds support. I'd appreciate feedback from folks who understand this feature better than me. Reported-by: Ali Volkan Atli <Volkan.Atli@argela.com.tr> Signed-off-by: Ben Pfaff <blp@ovn.org> Acked-by: Darrell Ball <dlu998@gmail.com> Tested-by: Numan Siddique <nusiddiq@redhat.com> Acked-by: Numan Siddique <nusiddiq@redhat.com>
Diffstat (limited to 'lib/vconn-active.man')
-rw-r--r--lib/vconn-active.man7
1 files changed, 5 insertions, 2 deletions
diff --git a/lib/vconn-active.man b/lib/vconn-active.man
index 3e789cc88..395879c8a 100644
--- a/lib/vconn-active.man
+++ b/lib/vconn-active.man
@@ -3,8 +3,11 @@
The specified \fIport\fR on the host at the given \fIip\fR, which must
be expressed as an IP address (not a DNS name) in IPv4 or IPv6 address
format. Wrap IPv6 addresses in square brackets,
-e.g. \fBtcp:[::1]:6653\fR. For \fBssl\fR, the \fB\-\-private\-key\fR,
-\fB\-\-certificate\fR, and \fB\-\-ca\-cert\fR options are mandatory.
+e.g. \fBtcp:[::1]:6653\fR. On Linux, use \fB%\fIdevice\fR to
+designate a scope for IPv6 link-level addresses,
+e.g. \fBtcp:[fe80::1234%eth0]:6653\fR. For \fBssl\fR, the
+\fB\-\-private\-key\fR, \fB\-\-certificate\fR, and \fB\-\-ca\-cert\fR
+options are mandatory.
.IP
If \fIport\fR is not specified, it defaults to 6653.
.TP