summaryrefslogtreecommitdiff
path: root/lib/netns_linux.c
AgeCommit message (Expand)Author
2024-10-16lib: guard close() in netns codeDavid Lamparter
2024-01-09*: zebra.h should not have fcntl.hDonald Sharp
2023-12-11zebra: On shutdown properly free up ns memoryDonald Sharp
2023-02-09*: auto-convert to SPDX License IDsDavid Lamparter
2021-10-05lib: fix spelling nits in more lib filesewlumpkin
2021-03-17*: require semicolon after DEFINE_MTYPE & coDavid Lamparter
2020-09-21vrf: VRF_DEFAULT must be 0, remove useless codeChristophe Gouault
2020-09-11lib, zebra: reuse and adapt ns_list walk functionalityPhilippe Guibert
2020-08-18zebra, lib: new API to get absolute netns val from relative netns valPhilippe Guibert
2020-08-18zebra, lib: add an internal API to get relative default nsid in other nsPhilippe Guibert
2020-08-18zebra: importation of bgp evpn rt5 from vni with other netnsPhilippe Guibert
2020-08-05evpn-netns: Revert PR5077, has been re-worked post-refactorPat Ruddy
2020-05-18lib, zebra: reuse and adapt ns_list walk functionalityPhilippe Guibert
2020-05-18zebra, lib: new API to get absolute netns val from relative netns valPhilippe Guibert
2020-05-18zebra, lib: add an internal API to get relative default nsid in other nsPhilippe Guibert
2020-05-18zebra: importation of bgp evpn rt5 from vni with other netnsPhilippe Guibert
2020-04-20*: sprintf -> snprintfQuentin Young
2020-02-04zebra, lib: Remove return from void functionsDonatas Abraitis
2019-12-13lib: make some variables staticDavid Lamparter
2019-02-25*: remove null check before XFREEQuentin Young
2018-09-13*: style for EC replacementsQuentin Young
2018-09-13*: LIB_[ERR|WARN] -> EC_LIBQuentin Young
2018-09-06lib: Convert netns_linux.c to new error-code workDonald Sharp
2018-08-29lib: remove spurious message when netns is not availablePhilippe Guibert
2018-08-14*: rename ferr_zlog -> flog_err_sysQuentin Young
2018-08-14*: rename zlog_fer -> flog_errQuentin Young
2018-08-14lib: Add LIB_ERR_NS to error subsystemDonald Sharp
2018-08-14lib: Add LIB_ERR_SYSTEM_CALL and convert VRF_SOCKET to SOCKETDonald Sharp
2018-07-06lib: add the pathname to get the realpath in case of failurePhilippe Guibert
2018-04-13lib: rename parameter for netns functionPhilippe Guibert
2018-04-13lib: Update netns_linux.cPhilippe Guibert
2018-04-13zebra: add an indirection table for ns_idPhilippe Guibert
2018-03-31lib: Namespaces should only complain about failure if we have itDonald Sharp
2018-03-07Merge pull request #1428 from LabNConsulting/working/master/indentDonald Sharp
2018-03-06*: conform with COMMUNITY.md formatting rules, via 'make indent'Lou Berger
2018-03-06lib: NS_DEFAULT wrong valuePhilippe Guibert
2018-02-27lib: do not use ENOSYS errno when returning from nsPhilippe Guibert
2018-02-27lib: netns checkstyle fixPhilippe Guibert
2018-02-27lib: add debug guard for ns informational tracesPhilippe Guibert
2018-02-27lib: split logicalrouter and vrf netns featurePhilippe Guibert