CVSROOT: /cvs Module name: src Changes by: ren...@cvs.openbsd.org 2016/05/23 10:33:32
Modified files: usr.sbin/ldpd : l2vpn.c lde.h ldp.h Log message: Minor adjustments in l2vpn code. * Define a new constant for the default pseudowire type; * On l2vpn_new(), initialize the l2vpn lists with LIST_NEW (cosmetic because the struct was calloc'ed); * Add a const qualifier to the second parameter of l2vpn_find(); * Remove l2vpn_if_del() and use just free() instead.