summaryrefslogtreecommitdiff
path: root/usr.sbin/ldpd/parse.y
AgeCommit message (Expand)Author
2019-02-13(unsigned) means (unsigned int) which on ptrdiff_t or size_t or otherTheo de Raadt
2019-01-23teach ldpd to ask if a potential pseudowire interface can do pwe3David Gwynne
2019-01-23factor out parsing of ldp router ids by making it part of the grammarDavid Gwynne
2019-01-23rework how tcp md5 signatures are configured.David Gwynne
2018-11-01- odd condition/test in PF lexerAlexandr Nedvedicky
2018-09-07replace malloc()+strlcpy() with strndup() in cmdline_symset().miko
2018-07-11Do for most running out of memory err() what was done for most runningKenneth R Westerback
2018-07-09No need to mention which memory allocation entry point failed (malloc,Kenneth R Westerback
2018-06-11Fix an off-by-one line count when using include statements.denis
2018-04-26Plug leak in error case of the common 'varset' implementations.Kenneth R Westerback
2017-03-03Minor tweaks.Renato Westphal
2017-03-03Allow to run on a non-default rdomain.Renato Westphal
2017-01-05Replace hand-rolled for(;;) emptying of 'symhead' TAILQ with moreKenneth R Westerback
2017-01-05Replace symset()'s hand-rolled for(;;) traversal of 'symhead' TAILQKenneth R Westerback
2016-07-01Add GTSM support (RFC 6720).Renato Westphal
2016-06-21do not allow whitespace in macro names, i.e. "this is" = "a variable".Sebastian Benoit
2016-06-18Do not allow configuring the same interface for both LDP and VPLS.Renato Westphal
2016-05-23Improve security by calling exec after fork.Renato Westphal
2016-05-23Update copyright information.Renato Westphal
2016-05-23Remove superfluous includes.Renato Westphal
2016-05-23Make functions and variables static whenever possible.Renato Westphal
2016-05-23Add support for IPv6 (RFC 7552).Renato Westphal
2016-05-23Assorted fixes and small cleanup.Renato Westphal
2016-05-23Enable changing the router-id via config reload.Renato Westphal
2016-05-23Don't create l2vpn targeted neighbors inside the config parser.Renato Westphal
2016-05-23Fix bugs in pseudowire parameters negotiation.Renato Westphal
2016-05-23Copy structs by assignment instead of memcpy.Renato Westphal
2016-05-23Fix mess caused by my commit script.Renato Westphal
2016-05-23Rework L2VPN code.Renato Westphal
2016-05-23clear_config() should only deallocate memory and nothing else.Renato Westphal
2016-05-23Do not accept incomplete pseudowires in the configuration.Renato Westphal
2016-05-23Standardize some log messages and fix some inconsistencies.Renato Westphal
2016-05-23Make neighbor parameters per lsr-id not per transport-address.Renato Westphal
2016-05-23More renaming.Renato Westphal
2016-05-23Several improvements in the parsing of UDP/Hello packets.Renato Westphal
2016-05-23Add knob to configure the transport address.Renato Westphal
2016-05-23Allow setting the session holdtime per neighbor.Renato Westphal
2016-05-23Add support for including additional configuration files.Renato Westphal
2016-05-23Fix router-id selection if static router-id is not given.Renato Westphal
2016-05-23Bring in the findeol() fix from pfctl.Renato Westphal
2015-09-27As done for bgpd recently, rename if_mediatype to if_type in ldpd.Stefan Sperling
2015-07-21Validate ip addresses on configuration.Renato Westphal
2015-07-21VPLS signaling support.Renato Westphal
2015-07-21Reuse merge_config() logic to simplify the shutdown of each process.Renato Westphal
2015-07-21Assorted fixes and code cleanup for targeted neighbors.Renato Westphal
2015-07-19Add missing LIST_INIT's.Renato Westphal
2015-07-19Implement md5 authentication support.Renato Westphal
2015-07-19Remove incomplete support for unnecessary modes of operation.Renato Westphal
2014-11-20Don't allow embedded nul characters in strings.Jonathan Gray
2014-11-14Add gcc printf format attributes to yyerror() in parse.y files.Doug Hogan