summaryrefslogtreecommitdiffstats
path: root/zebra/zebra_netns_notify.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* *: frr_elevate_privs -> frr_with_privsDavid Lamparter2019-09-031-4/+4
* zebra: Move the master thread handler to the zrouter structureDonald Sharp2019-01-311-5/+5
* Merge pull request #3511 from pguibert6WIND/handle_multiple_netns_delete_eventDonald Sharp2019-01-111-3/+4
|\
| * zebra: handle multiple events for netns deletion eventPhilippe Guibert2019-01-041-3/+4
* | zebra: do not create vrf if name already set to default vrf at startupPhilippe Guibert2019-01-091-0/+12
|/
* zebra: Allow ns delete to happen after under/over flow checksDonald Sharp2018-12-181-2/+3
* lib, zebra: default vrf configured will not be overwritten by discoveryPhilippe Guibert2018-11-211-2/+2
* zebra: improve safety of netns_notify_close()Mark Stapp2018-10-251-2/+5
* *: LIB_[ERR|WARN] -> EC_LIBQuentin Young2018-09-131-4/+4
* zebra: ZEBRA_[ERR|WARN] -> EC_ZEBRAQuentin Young2018-09-131-6/+6
* zebra: flog_warn conversionQuentin Young2018-09-061-19/+30
* zebra: detect if a netns is the default netnsPhilippe Guibert2018-08-281-0/+50
* *: use frr_elevate_privs() (1/2: coccinelle)David Lamparter2018-08-141-21/+13
* *: rename zlog_fer -> flog_errQuentin Young2018-08-141-8/+8
* bgpd, lib, zebra: Convert LIB_ERR_PRIVILEGESDonald Sharp2018-08-141-8/+9
* zebra: cancel vrf creation if netns activation failedPhilippe Guibert2018-07-191-0/+1
* zebra: sometimes, it is not possible to assign a NSID to a vrfPhilippe Guibert2018-07-181-0/+2
* lib zebra: str-z check (2) (Coverity 1465494)paco2018-06-271-0/+6
* zebra: untrusted array index (2) (Coverity 1470113)paco2018-06-221-1/+3
* zebra: untrusted array index (Coverity 1470113)paco2018-06-201-1/+0
* zebra: string null termination (Coverity 1465494)paco2018-06-191-0/+5
* zebra: add an indirection table for ns_idPhilippe Guibert2018-04-131-3/+7
* Update zebra_netns_notify.cPhilippe Guibert2018-03-241-1/+1
* zebra: handle the zebra netns delete notificationsPhilippe Guibert2018-03-231-2/+31
* zebra: upon associating netns with vrf, prileges are raisedPhilippe Guibert2018-03-131-0/+4
* *: conform with COMMUNITY.md formatting rules, via 'make indent'Lou Berger2018-03-061-18/+15
* zebra: prevent from discovering a NS with same NSID as previous onePhilippe Guibert2018-02-271-4/+11
* zebra: adapt the vrf and logical router initialisationPhilippe Guibert2018-02-271-1/+1
* zebra: collect and get netnamespaces informationPhilippe Guibert2018-02-271-0/+264