CVSROOT: /cvs Module name: src Changes by: ren...@cvs.openbsd.org 2016/05/23 10:18:51
Modified files: usr.sbin/ldpd : ldpd.c ldpd.conf.5 neighbor.c packet.c parse.y printconf.c Log message: 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.