]> git.puffer.fish Git - matthieu/frr.git/commit
lib: avoid pointless search for built-in IETF YANG
authorDavid Lamparter <equinox@opensourcerouting.org>
Sun, 16 Jan 2022 21:24:40 +0000 (22:24 +0100)
committerDavid Lamparter <equinox@opensourcerouting.org>
Mon, 17 Jan 2022 08:46:15 +0000 (09:46 +0100)
commit908e4c85b87b3fcb88258db475a89b62293637b9
tree4ace989949b60550c8614567211131fd2cf6df7e
parent1f325f84383bfd1fce5fd5a14db66d2b931e27c6
lib: avoid pointless search for built-in IETF YANG

This causes confusing/annoying log messages at startup otherwise:
`YANG model "ietf-inet-types@*" "*@*"not embedded, trying external file`

Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
lib/yang.c