summaryrefslogtreecommitdiffstats
path: root/pceplib/test/pcep_session_logic_test.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* pceplib: Clean scan-build static analyzer messages.Javier Garcia2021-05-051-0/+17
| | | | Signed-off-by: Javier Garcia <javier.garcia@voltanet.io>
* *: make sure `config.h` or `zebra.h` is firstDavid Lamparter2021-04-231-0/+4
| | | | | | | | | | | | `config.h` has all the defines from autoconf, which may include things that switch behavior of other included headers (e.g. _GNU_SOURCE enabling prototypes for additional functions.) So, the first include in any `.c` file must be either `config.h` (with the appropriate guard) or `zebra.h` (which includes `config.h` first thing.) Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
* pceplib: Integrate pcelib into frrJavier Garcia2021-03-051-0/+360
Signed-off-by: Brady Johnson <brady@voltanet.io> Co-authored-by: Javier Garcia <javier.garcia@voltanet.io> Signed-off-by: Javier Garcia <javier.garcia@voltanet.io>