summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ldpctl/parser.c (follow)
Commit message (Collapse)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
| | | | | bzero(), bcopy() and bcmp() were deprecated in POSIX.1-2001 and removed in POSIX.1-2008 in deference to memset(), memcpy() and memcmp().
* 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
| | | | ok claudio@
* Re-enable the reload command.renato2015-07-211-2/+2
| | | | ok claudio@
* Introduce the 'ldpctl show discovery' commandclaudio2013-06-041-1/+8
| | | | Diff by Renato Westphal
* move some things around to make intentions clear. not really a functionaltedu2010-09-041-16/+20
| | | | change. ok claudio
* s/lfib/fib/ for more consistency with the other routing ctl tools.claudio2010-09-011-12/+12
| | | | | | While I also made the code more consistent the most noticable change is the rename of the commandline arguments for fib coupling and viewing. OK michele@
* Fix problems with incomplete arrays that was fixed in other ospfctljsg2010-01-131-3/+3
| | | | | | based programs a few months back. ok claudio@
* Implement "log verbose" and "log brief" to enable or disable verbose debugclaudio2009-11-021-1/+9
| | | | logging. henning, sthen, michele like the idea
* Welcome ldpd, the Label Distribution Protocol daemon.michele2009-06-011-0/+305
Built using the imsg/three process framework, its main aim is to redistribute MPLS labels between peers. Right now it has some really basic functionalities, the basic protocol works and peers are able to exchange labels and insert them in the kernel. It still does not react to changes of topology. Not yet connected to the builds. ok claudio@ deraadt@