index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
usr.sbin
/
ldpd
/
parse.y
Age
Commit message (
Expand
)
Author
2017-03-03
Minor tweaks.
Renato Westphal
2017-03-03
Allow to run on a non-default rdomain.
Renato Westphal
2017-01-05
Replace hand-rolled for(;;) emptying of 'symhead' TAILQ with more
Kenneth R Westerback
2017-01-05
Replace symset()'s hand-rolled for(;;) traversal of 'symhead' TAILQ
Kenneth R Westerback
2016-07-01
Add GTSM support (RFC 6720).
Renato Westphal
2016-06-21
do not allow whitespace in macro names, i.e. "this is" = "a variable".
Sebastian Benoit
2016-06-18
Do not allow configuring the same interface for both LDP and VPLS.
Renato Westphal
2016-05-23
Improve security by calling exec after fork.
Renato Westphal
2016-05-23
Update copyright information.
Renato Westphal
2016-05-23
Remove superfluous includes.
Renato Westphal
2016-05-23
Make functions and variables static whenever possible.
Renato Westphal
2016-05-23
Add support for IPv6 (RFC 7552).
Renato Westphal
2016-05-23
Assorted fixes and small cleanup.
Renato Westphal
2016-05-23
Enable changing the router-id via config reload.
Renato Westphal
2016-05-23
Don't create l2vpn targeted neighbors inside the config parser.
Renato Westphal
2016-05-23
Fix bugs in pseudowire parameters negotiation.
Renato Westphal
2016-05-23
Copy structs by assignment instead of memcpy.
Renato Westphal
2016-05-23
Fix mess caused by my commit script.
Renato Westphal
2016-05-23
Rework L2VPN code.
Renato Westphal
2016-05-23
clear_config() should only deallocate memory and nothing else.
Renato Westphal
2016-05-23
Do not accept incomplete pseudowires in the configuration.
Renato Westphal
2016-05-23
Standardize some log messages and fix some inconsistencies.
Renato Westphal
2016-05-23
Make neighbor parameters per lsr-id not per transport-address.
Renato Westphal
2016-05-23
More renaming.
Renato Westphal
2016-05-23
Several improvements in the parsing of UDP/Hello packets.
Renato Westphal
2016-05-23
Add knob to configure the transport address.
Renato Westphal
2016-05-23
Allow setting the session holdtime per neighbor.
Renato Westphal
2016-05-23
Add support for including additional configuration files.
Renato Westphal
2016-05-23
Fix router-id selection if static router-id is not given.
Renato Westphal
2016-05-23
Bring in the findeol() fix from pfctl.
Renato Westphal
2015-09-27
As done for bgpd recently, rename if_mediatype to if_type in ldpd.
Stefan Sperling
2015-07-21
Validate ip addresses on configuration.
Renato Westphal
2015-07-21
VPLS signaling support.
Renato Westphal
2015-07-21
Reuse merge_config() logic to simplify the shutdown of each process.
Renato Westphal
2015-07-21
Assorted fixes and code cleanup for targeted neighbors.
Renato Westphal
2015-07-19
Add missing LIST_INIT's.
Renato Westphal
2015-07-19
Implement md5 authentication support.
Renato Westphal
2015-07-19
Remove incomplete support for unnecessary modes of operation.
Renato Westphal
2014-11-20
Don't allow embedded nul characters in strings.
Jonathan Gray
2014-11-14
Add gcc printf format attributes to yyerror() in parse.y files.
Doug Hogan
2014-11-03
Convert the logic in yyerror(). Instead of creating a temporary
Alexander Bluhm
2014-01-22
relax the cfg file secrecy check slightly to allow group readability
Henning Brauer
2013-11-25
use u_char for buffers in yylex, for ctype calls
Sebastian Benoit
2013-10-15
Since a targeted neighbor can be created both by configuration and
Renato Westphal
2013-06-04
Implement support for adjacencies and targeted hellos
Claudio Jeker
2013-06-03
Fix bug in the fib-update command
Claudio Jeker
2013-06-03
Implement support for multiple addresses per interface.
Claudio Jeker
2013-06-01
The keepalive timeout should be configured on a global basis and not per
Claudio Jeker
2013-06-01
Drop support for per-interface labelspaces.
Claudio Jeker
2013-06-01
Drop support for passive interfaces.
Claudio Jeker
[next]