diff options
author | Rafael Zalamena <rzalamena@cvs.openbsd.org> | 2016-07-07 19:56:28 +0000 |
---|---|---|
committer | Rafael Zalamena <rzalamena@cvs.openbsd.org> | 2016-07-07 19:56:28 +0000 |
commit | 6555f6eb298ff52357d38e0f25595dc0b2380f16 (patch) | |
tree | ad4420c52259e5f7df9ddb5c80ea1ccf8f9e45e9 /usr.sbin/ldpd/ldpd.conf.5 | |
parent | 42f5217a039346d65885ec3d3d9fba5f00442fb5 (diff) |
Updated the ldpd.conf man page examples
The man page already contains the definition of the new neighbor-addr and
neighbor-id, but the examples were outdated. Now we may have an LSR-ID that
is different from its address.
ok renato@
Diffstat (limited to 'usr.sbin/ldpd/ldpd.conf.5')
-rw-r--r-- | usr.sbin/ldpd/ldpd.conf.5 | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/usr.sbin/ldpd/ldpd.conf.5 b/usr.sbin/ldpd/ldpd.conf.5 index 158c96824df..a5e95e8675f 100644 --- a/usr.sbin/ldpd/ldpd.conf.5 +++ b/usr.sbin/ldpd/ldpd.conf.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ldpd.conf.5,v 1.32 2016/07/02 05:58:00 jmc Exp $ +.\" $OpenBSD: ldpd.conf.5,v 1.33 2016/07/07 19:56:27 rzalamena Exp $ .\" .\" Copyright (c) 2013, 2016 Renato Westphal <renato@openbsd.org> .\" Copyright (c) 2009 Michele Marchetto <michele@openbsd.org> @@ -19,7 +19,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: July 2 2016 $ +.Dd $Mdocdate: July 7 2016 $ .Dt LDPD.CONF 5 .Os .Sh NAME @@ -287,11 +287,11 @@ l2vpn name type vpls { interface em1 pseudowire mpw1 { pw-id 100 - neighbor 192.168.1.10 + neighbor-id 192.168.1.10 } pseudowire mpw2 { pw-id 200 - neighbor 10.0.1.5 + neighbor-id 10.0.1.5 } } .Ed @@ -330,7 +330,7 @@ A pseudowire interface is specified by its name. .Bd -literal -offset indent pseudowire mpw5 { pw-id 5000 - neighbor 172.16.1.50 + neighbor-id 172.16.1.50 } .Ed .Pp |