]> git.puffer.fish Git - mirror/frr.git/commit
lib: Remove debug associated with vrf_get 7128/head
authorDonald Sharp <sharpd@nvidia.com>
Fri, 18 Sep 2020 11:14:55 +0000 (07:14 -0400)
committerDonald Sharp <sharpd@nvidia.com>
Fri, 18 Sep 2020 11:14:55 +0000 (07:14 -0400)
commit0a822f99bfff45a28f1510d837902c5e5996c7f7
treee222ee22db589f533693ef108060e76f1abb44ea
parentc7384cf86a1673fbf8deb2689642e2d69b9f9993
lib: Remove debug associated with vrf_get

The vrf_get function is called throughout the code base
so much so that when you turn on vrf debugging it eclipses
everything else to a degree that is completely unreasonable.

Signed-off-by: Donald Sharp <sharpd@nvidia.com>
lib/vrf.c