]> git.puffer.fish Git - matthieu/frr.git/commit
lib: register 'if_var_handlers' only once
authorRenato Westphal <renato@opensourcerouting.org>
Tue, 3 Oct 2017 01:06:00 +0000 (22:06 -0300)
committerRenato Westphal <renato@opensourcerouting.org>
Tue, 10 Oct 2017 12:01:24 +0000 (09:01 -0300)
commit5d56066e4645ce1104f766cb2a2b767b483c9ce5
tree2294c49deabf962efc8659b1e07b7402ba3255fd
parentbcc245799be7e90d912bd8d2774465fd9d407707
lib: register 'if_var_handlers' only once

There's no need to register 'if_var_handlers' for every VRF, we need
to do it only once.

Signed-off-by: Renato Westphal <renato@opensourcerouting.org>
lib/if.c