summaryrefslogtreecommitdiffstats
path: root/zebra/zebra_mpls_openbsd.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* zebra: openbsd LSP update codeMark Stapp2019-01-221-63/+29
* zebra: infra for LSP updates using dplaneMark Stapp2019-01-221-0/+5
* zebra: Create zebra_dplane.c and .hMark Stapp2018-09-201-20/+20
* *: LIB_[ERR|WARN] -> EC_LIBQuentin Young2018-09-131-7/+7
* zebra: ZEBRA_[ERR|WARN] -> EC_ZEBRAQuentin Young2018-09-131-1/+1
* zebra: fix includesQuentin Young2018-09-061-0/+1
* zebra: flog_warn conversionQuentin Young2018-09-061-12/+13
* *: use frr_elevate_privs() (1/2: coccinelle)David Lamparter2018-08-141-10/+6
* *: rename ferr_zlog -> flog_err_sysQuentin Young2018-08-141-8/+8
* *: rename zlog_fer -> flog_errQuentin Young2018-08-141-8/+8
* zebra, lib: error references for zebraQuentin Young2018-08-141-8/+12
* bgpd, lib, zebra: Convert LIB_ERR_PRIVILEGESDonald Sharp2018-08-141-4/+5
* zebra: Add `enum dp_req_result` to lsp install/deletesDonald Sharp2018-05-301-8/+12
* zebra: Rename SOUTHBOUND_XXX to DP_XXXDonald Sharp2018-05-301-10/+10
* *: use C99 standard fixed-width integer typesQuentin Young2018-03-271-1/+1
* *: conform with COMMUNITY.md formatting rules, via 'make indent'Lou Berger2018-03-061-13/+8
* zebra: Fix lsp add/del from kernel using SETFLAGDonald Sharp2017-11-291-21/+34
* zebra: Move some LSP flag handling to common codeDonald Sharp2017-11-161-9/+0
* zebra: increase maximum label stack depthRenato Westphal2017-08-221-0/+9
* zebra: add support to openbsd's mpw(4) for pseudowiresRenato Westphal2017-08-091-0/+90
* build: zebra: remove *_method Makefile hacksDavid Lamparter2017-07-311-0/+5
* *: reindentreindent-master-afterwhitespace / reindent2017-07-171-297/+290
* Merge branch 'stable/3.0'David Lamparter2017-06-131-4/+28
|\
| * zebra: fix uninstallation of mpls lsps in openbsdRenato Westphal2017-06-071-4/+28
* | *: make consistent & update GPLv2 file headersDavid Lamparter2017-05-151-4/+3
|/
* zebra-mpls: replace legacy bzero by memsetRenato Westphal2017-03-281-7/+7
* zebra-mpls: add support for MPLSv6 in OpenBSDRenato Westphal2017-03-281-8/+123
* bgpd, zebra: Allow setting ecmp from daemon cliDonald Sharp2017-03-011-1/+1
* zebra: add missing license headers to two filesRenato Westphal2016-11-281-0/+21
* zebra: check at startup if the kernel supports MPLSRenato Westphal2016-09-231-3/+5
* mpls: add support to the OpenBSD kernelRenato Westphal2016-09-231-0/+206