summaryrefslogtreecommitdiff
path: root/zebra/zebra_netns_id.c
AgeCommit message (Expand)Author
2024-01-09*: zebra.h should not have fcntl.hDonald Sharp
2024-01-09*: remove sys/stat.h from zebra.hDonald Sharp
2023-11-07*: Remove netlink headers from lib/zebra.hDonald Sharp
2023-02-09*: auto-convert to SPDX License IDsDavid Lamparter
2023-01-20*: introduce function for sequence numbersRafael Zalamena
2022-06-16zebra: ret is always -1 or 0 at this point so remove the if testDonald Sharp
2022-03-07zebra: remove unused variableDavid Lamparter
2020-09-23Merge pull request #7148 from pguibert6WIND/fix_fd_not_closedDonald Sharp
2020-09-22zebra: fix fd going out of scope leaks the handlePhilippe Guibert
2020-09-21vrf: VRF_DEFAULT must be 0, remove useless codeChristophe Gouault
2020-09-11zebra: dynamically detect vxlan link interfaces in other netnsPhilippe Guibert
2020-08-18zebra, lib: add an internal API to get relative default nsid in other nsPhilippe Guibert
2020-08-05evpn-netns: Revert PR5077, has been re-worked post-refactorPat Ruddy
2020-06-13zebra: clean up netlink apiJakub UrbaƄczyk
2020-05-18zebra: dynamically detect vxlan link interfaces in other netnsPhilippe Guibert
2020-05-18zebra, lib: add an internal API to get relative default nsid in other nsPhilippe Guibert
2020-04-08*: Do not cast to the same typeDonatas Abraitis
2018-10-02zebra: dead code (Coverity 1465497)F. Aragon
2018-09-19zebra: Start abstraction of zebra_dplane_info for context passingMark Stapp
2018-09-13*: style for EC replacementsQuentin Young
2018-09-13*: LIB_[ERR|WARN] -> EC_LIBQuentin Young
2018-09-13zebra: ZEBRA_[ERR|WARN] -> EC_ZEBRAQuentin Young
2018-09-06zebra: flog_warn conversionQuentin Young
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-06-21zebra: flow control (Coverity 1462467 1465497)paco
2018-03-27*: use C99 standard fixed-width integer typesQuentin Young
2018-03-20zebra: close fd when not neededDonald Sharp
2018-03-19zebra: Fix leaked fd.Donald Sharp
2018-03-06*: conform with COMMUNITY.md formatting rules, via 'make indent'Lou Berger
2018-02-27zebra: upon startup, a NSID is assigned to default netnsPhilippe Guibert
2018-02-27zebra: upon NS creation, collect the NSID via netlinkPhilippe Guibert