CVSROOT: /cvs Module name: src Changes by: ren...@cvs.openbsd.org 2016/06/17 19:33:02
Modified files: usr.sbin/ldpd : parse.y Log message: Do not allow configuring the same interface for both LDP and VPLS. Configuring an interface for both LDP signaling and as a member of a VPLS instance doesn't cause any harm as far as ldpd is concerned. But it certainly doesn't make any sense, so it's better to reject the configuration and warn the user instead of ignoring this silently.