summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ldpd/parse.y (follow)
Commit message (Expand)AuthorAgeFilesLines
* (unsigned) means (unsigned int) which on ptrdiff_t or size_t or otherderaadt2019-02-131-3/+3
* teach ldpd to ask if a potential pseudowire interface can do pwe3dlg2019-01-231-2/+3
* factor out parsing of ldp router ids by making it part of the grammardlg2019-01-231-42/+26
* rework how tcp md5 signatures are configured.dlg2019-01-231-15/+165
* - odd condition/test in PF lexersashan2018-11-011-2/+3
* replace malloc()+strlcpy() with strndup() in cmdline_symset().miko2018-09-071-9/+4
* Do for most running out of memory err() what was done for most runningkrw2018-07-111-4/+4
* No need to mention which memory allocation entry point failed (malloc,krw2018-07-091-5/+5
* Fix an off-by-one line count when using include statements.denis2018-06-111-51/+83
* Plug leak in error case of the common 'varset' implementations.krw2018-04-261-1/+3
* Minor tweaks.renato2017-03-031-3/+3
* Allow to run on a non-default rdomain.renato2017-03-031-2/+32
* Replace hand-rolled for(;;) emptying of 'symhead' TAILQ with morekrw2017-01-051-3/+2
* Replace symset()'s hand-rolled for(;;) traversal of 'symhead' TAILQkrw2017-01-051-5/+7
* Add GTSM support (RFC 6720).renato2016-07-011-2/+20
* do not allow whitespace in macro names, i.e. "this is" = "a variable".benno2016-06-211-1/+9
* Do not allow configuring the same interface for both LDP and VPLS.renato2016-06-181-20/+30
* Improve security by calling exec after fork.renato2016-05-231-8/+2
* Update copyright information.renato2016-05-231-1/+2
* Remove superfluous includes.renato2016-05-231-9/+2
* Make functions and variables static whenever possible.renato2016-05-231-81/+82
* Add support for IPv6 (RFC 7552).renato2016-05-231-73/+227
* Assorted fixes and small cleanup.renato2016-05-231-50/+41
* Enable changing the router-id via config reload.renato2016-05-231-6/+5
* Don't create l2vpn targeted neighbors inside the config parser.renato2016-05-231-11/+6
* Fix bugs in pseudowire parameters negotiation.renato2016-05-231-15/+6
* Copy structs by assignment instead of memcpy.renato2016-05-231-6/+6
* Fix mess caused by my commit script.renato2016-05-231-41/+37
* Rework L2VPN code.renato2016-05-231-4/+4
* clear_config() should only deallocate memory and nothing else.renato2016-05-231-3/+3
* Do not accept incomplete pseudowires in the configuration.renato2016-05-231-1/+11
* Standardize some log messages and fix some inconsistencies.renato2016-05-231-2/+2
* Make neighbor parameters per lsr-id not per transport-address.renato2016-05-231-5/+5
* More renaming.renato2016-05-231-7/+7
* Several improvements in the parsing of UDP/Hello packets.renato2016-05-231-3/+1
* Add knob to configure the transport address.renato2016-05-231-2/+17
* Allow setting the session holdtime per neighbor.renato2016-05-231-4/+12
* Add support for including additional configuration files.renato2016-05-231-1/+19
* Fix router-id selection if static router-id is not given.renato2016-05-231-2/+2
* Bring in the findeol() fix from pfctl.renato2016-05-231-3/+5
* As done for bgpd recently, rename if_mediatype to if_type in ldpd.stsp2015-09-271-9/+9
* Validate ip addresses on configuration.renato2015-07-211-1/+25
* VPLS signaling support.renato2015-07-211-9/+320
* Reuse merge_config() logic to simplify the shutdown of each process.renato2015-07-211-3/+15
* Assorted fixes and code cleanup for targeted neighbors.renato2015-07-211-2/+5
* Add missing LIST_INIT's.renato2015-07-191-1/+6
* Implement md5 authentication support.renato2015-07-191-5/+73
* Remove incomplete support for unnecessary modes of operation.renato2015-07-191-50/+1
* Don't allow embedded nul characters in strings.jsg2014-11-201-1/+4
* Add gcc printf format attributes to yyerror() in parse.y files.doug2014-11-141-2/+4