On 20.03.23 20:05, Valdrin MUJA wrote:
Hello folks, I have successfully configured the VPLS by following the instruction on https://pawa.lt/posts/2018/01/vpls-with-openbsd/. Everything worked like a charm. But when I tried to use veb(4) instead of bridge(4) , I got 'Device Busy' error. I'm guessing ldpd(8) doesn't support the veb interface. Is it true? I'm just trying to be sure. If this is the case, I hope one day ldpd(8) will get veb(4) support. Thanks for these great efforts.
hi you need to use bridge(4) because vebs are not able to pass labels ( MPLS ) Holger