summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ldpctl/parser.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Introduce the 'ldpctl clear neighbors' command.renato2016-05-231-1/+15
* Sync with the latest IPv6 bits in ldpd(8).renato2016-05-231-64/+85
* Replace legacy bzero and bcopy by memset and memcpy.renato2016-05-231-6/+6
* Change ldpctl(8) to use C99-style fixed-width integers.renato2016-05-231-4/+4
* Introduce two show commands for l2vpns.renato2015-07-211-3/+10
* Re-enable the reload command.renato2015-07-211-2/+2
* Introduce the 'ldpctl show discovery' commandclaudio2013-06-041-1/+8
* move some things around to make intentions clear. not really a functionaltedu2010-09-041-16/+20
* s/lfib/fib/ for more consistency with the other routing ctl tools.claudio2010-09-011-12/+12
* Fix problems with incomplete arrays that was fixed in other ospfctljsg2010-01-131-3/+3
* Implement "log verbose" and "log brief" to enable or disable verbose debugclaudio2009-11-021-1/+9
* Welcome ldpd, the Label Distribution Protocol daemon.michele2009-06-011-0/+305