summaryrefslogtreecommitdiff
path: root/lib/vrf.c
AgeCommit message (Expand)Author
2024-04-16lib, zebra: fix exit commandsIgor Ryzhov
2024-03-15zebra: fix route deletion during zebra shutdownAlexander Skorichenko
2024-02-04lib, mgmtd: don't register NB config callbacks in mgmtdIgor Ryzhov
2024-02-02lib: fix "no vrf" commandIgor Ryzhov
2024-01-28zebra: convert vrf configuration output to NBIgor Ryzhov
2024-01-04*: Remove sys/ioctl.h from zebra.hDonald Sharp
2023-12-28zebra: support yielding between oper state routes queryChristian Hopps
2023-11-29lib: all: remove './' from xpath 22% speedupChristian Hopps
2023-06-26*: Rearrange vrf_bitmap_X api to reduce memory footprintDonald Sharp
2023-03-21*: Add a hash_clean_and_free() functionDonald Sharp
2023-02-09*: auto-convert to SPDX License IDsDavid Lamparter
2023-01-31lib: Add missing enum's to switch statementDonald Sharp
2023-01-27*: fix non-const northbound XPath format stringsDavid Lamparter
2023-01-19lib: remove dead logic codeRafael Zalamena
2022-11-22lib: disable vrf before terminating interfacesStephen Worley
2022-01-17Merge pull request #10183 from idryzhov/rework-vrf-renameRafael Zalamena
2021-12-21*: rework renaming the default VRFIgor Ryzhov
2021-12-14lib: default VRF may not exist on early exitDavid Lamparter
2021-11-23lib, yang: remove vrf from the interface list keyIgor Ryzhov
2021-11-22*: cleanup ifp->vrf_idIgor Ryzhov
2021-11-11lib: fix vrf deletion when the last interface is deletedIgor Ryzhov
2021-11-03lib: fix crash when terminating inactive VRFsIgor Ryzhov
2021-11-03zebra: fix stale pointer when netns is deletedIgor Ryzhov
2021-10-26Merge pull request #9846 from idryzhov/lib-zebra-netnsMark Stapp
2021-10-19lib: allow to create interfaces in non-existing VRFsIgor Ryzhov
2021-10-19lib: move zebra-only netns stuff to zebraIgor Ryzhov
2021-09-07vrf_name_to_id(): removeG. Paul Ziemba
2021-09-02lib: Remove unused function vrf_generate_idDonald Sharp
2021-08-26lib: remove unused argument from vrf_cmd_initIgor Ryzhov
2021-08-23lib, zebra: move vrf netns commands from lib to zebraIgor Ryzhov
2021-07-30lib, zebra: Preserve user-configured VRF on netns deletionXiao Liang
2021-06-21lib: remove vrf-interface config when removing the VRFIgor Ryzhov
2021-06-11lib: terminate default vrf lastStephen Worley
2021-06-04zebra: fix config after exit from vrfIgor Ryzhov
2021-06-02Merge pull request #8210 from LabNConsulting/chopps/always-batchDonald Sharp
2021-06-02northbound: KISS always batch yang config (file read), it's fasterChristian Hopps
2021-05-31lib: fix binding to a vrfIgor Ryzhov
2021-05-24lib: fix missing newlineIgor Ryzhov
2021-05-13lib: adapt to version 2 of libyangChristian Hopps
2021-03-29*: modify VRF_CONFIGURED flag only in VRF NB layerIgor Ryzhov
2021-03-17*: require semicolon after DEFINE_QOBJ & co.David Lamparter
2021-03-17*: require semicolon after DEFINE_MTYPE & coDavid Lamparter
2021-02-22lib: add definitions for vrf xpathsIgor Ryzhov
2021-02-14*: remove tabs & newlines from log messagesDavid Lamparter
2021-02-10Merge pull request #7508 from sudhanshukumar22/zebra-vrf-deleteStephen Worley
2021-02-09vrf: use wrappers to change VRF_CONFIGURED flagIgor Ryzhov
2021-02-09vrf: mark vrf as configured when entering vrf nodeIgor Ryzhov
2021-02-01zebra: treat vrf add for existing vrf as updatesudhanshukumar22
2020-09-21vrf: VRF_DEFAULT must be 0, remove useless codeChristophe Gouault
2020-09-21lib: optimize vrf_id_to_name(VRF_DEFAULT) caseChristophe Gouault