diff options
author | Vincent JARDIN <vincent.jardin@6wind.com> | 2017-09-26 22:12:32 +0200 |
---|---|---|
committer | Vincent JARDIN <vincent.jardin@6wind.com> | 2017-09-26 22:12:32 +0200 |
commit | 337960ddedf40b1a4f21f0014a22ac0be0e37282 (patch) | |
tree | a17a5ea90a98b70c61c28f3d93fadaba4872a5f5 /zebra/zebra_ns.c | |
parent | Merge pull request #1069 from donaldsharp/rfc_plist (diff) | |
download | frr-337960ddedf40b1a4f21f0014a22ac0be0e37282.tar.xz frr-337960ddedf40b1a4f21f0014a22ac0be0e37282.zip |
zebra: static ns
it only for local usage, only accessors are used.
Diffstat (limited to 'zebra/zebra_ns.c')
-rw-r--r-- | zebra/zebra_ns.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/zebra/zebra_ns.c b/zebra/zebra_ns.c index 7014731e0..78072f43b 100644 --- a/zebra/zebra_ns.c +++ b/zebra/zebra_ns.c @@ -32,7 +32,7 @@ DEFINE_MTYPE(ZEBRA, ZEBRA_NS, "Zebra Name Space") -struct zebra_ns *dzns; +static struct zebra_ns *dzns; struct zebra_ns *zebra_ns_lookup(ns_id_t ns_id) { |