Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | lib: zclient.c remove extern struct thread_master * | Donald Sharp | 2015-10-27 | 1 | -1/+1 |
| | | | | | | | | | | | | zclient.c depended upon link time inclusion of a extern struct thread_master *master. This is a violation of the namespace of the calling daemon. If a library needs the pointer pass it in and save it for future use. This code change also makes the zclient code consistent with the other lib functions that need to schedule work on your behalf Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com> | ||||
* | pimd: -z command-line switch to specify zebra socket path. | Everton Marques | 2015-02-04 | 1 | -1/+1 |
| | |||||
* | C18 MFC never recovers from removal of static route to source | Everton Marques | 2015-02-04 | 1 | -0/+2 |
| | |||||
* | [pim] Initial pim 0.155 | Everton Marques | 2015-02-04 | 1 | -0/+40 |