summaryrefslogtreecommitdiff
path: root/zebra/zebra_mpls_openbsd.c
AgeCommit message (Expand)Author
2024-01-04*: sys/uio.h does not need to be in zebra.hDonald Sharp
2024-01-04*: Remove sys/ioctl.h from zebra.hDonald Sharp
2023-11-17zebra: reduce number of switch statements with dplane opcodesMark Stapp
2023-07-05zebra: Add code to get/set interface to pass up from dplaneDonald Sharp
2023-02-09*: auto-convert to SPDX License IDsDavid Lamparter
2023-01-31zebra: Add missing enums to switch statementsDonald Sharp
2021-09-02zebra: Convert to `struct zebra_nhlfe` as per our internal standardDonald Sharp
2021-06-11zebra: add boolean to control pw reachability checkingMark Stapp
2020-07-14*: un-split strings across linesDavid Lamparter
2020-06-01zebra: convert LSP nhlfe lists to use typesafe listsMark Stapp
2020-02-09*: Remove parenthesis on return for constantsDonatas Abraitis
2019-09-03*: frr_elevate_privs -> frr_with_privsDavid Lamparter
2019-07-25zebra: consolidate dataplane interface name and ifindex attrsMark Stapp
2019-05-14zebra: Move multipath_num into zrouterDonald Sharp
2019-03-07zebra: use const in dplane pw nhlfe accessorsMark Stapp
2019-03-07zebra: rename pseudowire destination apiMark Stapp
2019-02-25*: remove unnecessary semicolon from switchesQuentin Young
2019-01-25zebra: convert PW updates to async dataplaneMark Stapp
2019-01-22zebra: openbsd LSP update codeMark Stapp
2019-01-22zebra: infra for LSP updates using dplaneMark Stapp
2018-09-19zebra: Create zebra_dplane.c and .hMark Stapp
2018-09-13*: LIB_[ERR|WARN] -> EC_LIBQuentin Young
2018-09-13zebra: ZEBRA_[ERR|WARN] -> EC_ZEBRAQuentin Young
2018-09-06zebra: fix includesQuentin Young
2018-09-06zebra: flog_warn conversionQuentin Young
2018-08-14*: use frr_elevate_privs() (1/2: coccinelle)David Lamparter
2018-08-14*: rename ferr_zlog -> flog_err_sysQuentin Young
2018-08-14*: rename zlog_fer -> flog_errQuentin Young
2018-08-14zebra, lib: error references for zebraQuentin Young
2018-08-14bgpd, lib, zebra: Convert LIB_ERR_PRIVILEGESDonald Sharp
2018-05-30zebra: Add `enum dp_req_result` to lsp install/deletesDonald Sharp
2018-05-30zebra: Rename SOUTHBOUND_XXX to DP_XXXDonald Sharp
2018-03-27*: use C99 standard fixed-width integer typesQuentin Young
2018-03-06*: conform with COMMUNITY.md formatting rules, via 'make indent'Lou Berger
2017-11-29zebra: Fix lsp add/del from kernel using SETFLAGDonald Sharp
2017-11-16zebra: Move some LSP flag handling to common codeDonald Sharp
2017-08-22zebra: increase maximum label stack depthRenato Westphal
2017-08-09zebra: add support to openbsd's mpw(4) for pseudowiresRenato Westphal
2017-07-31build: zebra: remove *_method Makefile hacksDavid Lamparter
2017-07-17*: reindentreindent-master-afterwhitespace / reindent
2017-06-13Merge branch 'stable/3.0'David Lamparter
2017-06-07zebra: fix uninstallation of mpls lsps in openbsdRenato Westphal
2017-05-15*: make consistent & update GPLv2 file headersDavid Lamparter
2017-03-27zebra-mpls: replace legacy bzero by memsetRenato Westphal
2017-03-27zebra-mpls: add support for MPLSv6 in OpenBSDRenato Westphal
2017-03-01bgpd, zebra: Allow setting ecmp from daemon cliDonald Sharp
2016-11-28zebra: add missing license headers to two filesRenato Westphal
2016-09-23zebra: check at startup if the kernel supports MPLSRenato Westphal
2016-09-23mpls: add support to the OpenBSD kernelRenato Westphal