From 9b77d13163cce652826e4446edc864a88be2e9e1 Mon Sep 17 00:00:00 2001 From: Renato Westphal Date: Mon, 23 May 2016 16:18:52 +0000 Subject: Make neighbor parameters per lsr-id not per transport-address. With the advent of IPv6 support, a single neighbor can have two different transport-addresses: one for ipv4 and one for ipv6. In order to define neighbor-specific parameters in an indistinguishable way, define them by lsr-id. This way we can switch between LDPov4 and LDPov6 and keep the same configuration. --- usr.sbin/ldpd/ldpd.conf.5 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'usr.sbin/ldpd/ldpd.conf.5') diff --git a/usr.sbin/ldpd/ldpd.conf.5 b/usr.sbin/ldpd/ldpd.conf.5 index 59e2bf2f3a0..6011d4b4312 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.23 2016/05/23 15:53:40 renato Exp $ +.\" $OpenBSD: ldpd.conf.5,v 1.24 2016/05/23 16:18:51 renato Exp $ .\" .\" Copyright (c) 2009 Michele Marchetto .\" Copyright (c) 2005, 2006 Esben Norby @@ -177,6 +177,7 @@ Note, however, that .Xr ldpd 8 uses the hello discovery mechanism to discover its neighbors. Without an underlying adjacency these commands have no effect. +A neighbor is identified by its LSR-ID, not by its remote address. .Bd -literal -offset indent neighbor A.B.C.D { } -- cgit v1.2.3