Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-09-04 | move some things around to make intentions clear. not really a functional | Ted Unangst | |
change. ok claudio | |||
2010-09-01 | s/lfib/fib/ for more consistency with the other routing ctl tools. | Claudio Jeker | |
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@ | |||
2010-07-08 | Update after kroute.c change. As a goody print the route priority. | Claudio Jeker | |
OK michele@ | |||
2010-06-07 | Store all labels in ldpd in host byte order without any additional shifting. | Claudio Jeker | |
Add the necessary ntohl() and shifts in various places and cleanup the byte order mess we had before. michele@ agrees. | |||
2010-05-26 | Move imsg into libutil and add a man page. | Nicholas Marriott | |
Minor bump for libutil. Previous versions of this diff and man page looked at by various people. "you should just commit" deraadt | |||
2010-05-10 | Mention that commands may be abbreviated. ok claudio@ | Stuart Henderson | |
2010-04-13 | Use a more appropriate wording in ldpctl show lib and lfib outputs. | Michele Marchetto | |
In particular print "Untagged" when there is no label, and "imp-null" instead of label 3. Initial diff from Thomas Habets, commited a slightly modified one. ok claudio@ | |||
2010-03-03 | Must check for NO_LABEL here as well or we print strange label numbers. | Claudio Jeker | |
OK michele@ | |||
2010-01-13 | Fix problems with incomplete arrays that was fixed in other ospfctl | Jonathan Gray | |
based programs a few months back. ok claudio@ | |||
2010-01-02 | In the "ldpctl show lib" output print every known label and make clear if it | Michele Marchetto | |
is currently in use or not. ok claudio@ | |||
2009-11-03 | sort; | Jason McIntyre | |
2009-11-02 | Implement "log verbose" and "log brief" to enable or disable verbose debug | Claudio Jeker | |
logging. henning, sthen, michele like the idea | |||
2009-10-27 | write UNIX-domain in a more consistent way. | Igor Sobrado | |
2009-09-14 | Switch the various link state printing codes to use the new if_media | Claudio Jeker | |
independent LINK_STATE_DESCRIPTIONS. Code is now more or less a one to one copy of get_linkstate() in route/route.c. OK henning, michele, sthen, deraadt | |||
2009-08-02 | "ldpctl show lib" output cleanup. | Michele Marchetto | |
- Show only the remote/local labels of the prefixes currently present in fib. - Write a "-" instead of "0" when a remote label is not present (the prefix is directly connected). It avoids confusion with explicit null label. ok claudio@ | |||
2009-08-01 | Correctly print interface state and neighbor uptime in ldpctl show neighbor. | Michele Marchetto | |
2009-06-13 | Make ldpctl imsg-in-a-lib ready too. | Michele Marchetto | |
ok eric@ | |||
2009-06-01 | Welcome ldpd, the Label Distribution Protocol daemon. | Michele Marchetto | |
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@ |