summaryrefslogtreecommitdiffstats
path: root/pceplib/pcep_session_logic_states.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* *: auto-convert to SPDX License IDsDavid Lamparter2023-02-091-13/+1
| | | | | | Done with a combination of regex'ing and banging my head against a wall. Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
* pceplib: Add missing enum's to switch statementDonald Sharp2023-01-311-3/+19
| | | | Signed-off-by: Donald Sharp <sharpd@nvidia.com>
* *: 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: Fixing coverity messages.Javier Garcia2021-03-201-0/+3
| | | | Signed-off-by: Javier Garcia <javier.garcia@voltanet.io>
* pathd: remove mid-string line breaksDavid Lamparter2021-03-171-2/+1
| | | | | | | | cf. workflow.rst ("lines over 80 characters are allowed for text strings to make it possible to search the code for them"), matching Linux kernel coding style. Signed-off-by: David Lamparter <equinox@diac24.net>
* pceplib: Integrate pcelib into frrJavier Garcia2021-03-051-0/+1133
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>