diff options
| author | David Lamparter <equinox@diac24.net> | 2019-02-07 16:25:33 +0100 |
|---|---|---|
| committer | David Lamparter <equinox@diac24.net> | 2019-02-19 22:00:34 +0100 |
| commit | d09b51d127750d7a24c7faf812a83b0d3ec236fd (patch) | |
| tree | dddb26560d01ca179db328d65e58f2504b4ece6b | |
| parent | 591f57cff3e035439dff7c39a9bd688892fa5363 (diff) | |
bgpd: make valgrind suppression more generic
No point in restriction the suppression that far down the call stack.
Signed-off-by: David Lamparter <equinox@diac24.net>
| -rw-r--r-- | bgpd/valgrind.supp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/bgpd/valgrind.supp b/bgpd/valgrind.supp index 28c3f82749..7a25c88363 100644 --- a/bgpd/valgrind.supp +++ b/bgpd/valgrind.supp @@ -6,8 +6,4 @@ fun:dlopen@@GLIBC_2.2.5 fun:ly_load_plugins_dir fun:ly_load_plugins - fun:ly_ctx_new - fun:yang_init - fun:frr_init - fun:main } |
