summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ldpd/l2vpn.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Send VPLS MAC withdrawals.renato2017-03-041-2/+29
* Implement RFC 6667 (Typed Wildcard FEC for PWid).renato2017-03-041-6/+18
* Implement support for PWid group wildcards.renato2017-03-041-8/+65
* More renaming and whitespace cleanup.renato2016-07-011-9/+7
* Be more compliant with RFC 4447.renato2016-07-011-3/+7
* Remove superfluous call to l2vpn_pw_exit().renato2016-06-271-2/+1
* Fix memory leak found with valgrind.renato2016-06-181-1/+10
* Fix small LIB<->LFIB synchronization issue.renato2016-06-181-5/+5
* Remove superfluous includes.renato2016-05-231-8/+3
* Make functions and variables static whenever possible.renato2016-05-231-7/+3
* Add support for IPv6 (RFC 7552).renato2016-05-231-13/+27
* Assorted fixes and small cleanup.renato2016-05-231-15/+16
* Don't create l2vpn targeted neighbors inside the config parser.renato2016-05-231-5/+10
* Create network sockets on the parent process.renato2016-05-231-2/+2
* Fix bugs in pseudowire parameters negotiation.renato2016-05-231-5/+12
* Fix mess caused by my commit script.renato2016-05-231-24/+19
* Rework L2VPN code.renato2016-05-231-16/+16
* Check for local label before trying to install pseudowire.renato2016-05-231-2/+6
* Do not accept incomplete pseudowires in the configuration.renato2016-05-231-13/+1
* Minor adjustments in l2vpn code.renato2016-05-231-10/+7
* Standardize some log messages and fix some inconsistencies.renato2016-05-231-4/+4
* More renaming.renato2016-05-231-3/+3
* Move some code around.renato2016-05-231-6/+6
* VPLS signaling support.renato2015-07-211-0/+498