]> git.puffer.fish Git - mirror/frr.git/commit
lib: fix issue with yang_str2enum
authorEmanuele Di Pascale <emanuele@voltanet.io>
Mon, 10 Dec 2018 13:27:37 +0000 (14:27 +0100)
committerEmanuele Di Pascale <emanuele@voltanet.io>
Tue, 18 Dec 2018 14:15:26 +0000 (15:15 +0100)
commitbb359ba2f25590fc72dd5126a196fb1720d18e6f
tree602d0498c39fc050cc552ab2f0b83f47fe1fded0
parent8427e0e67445d42dbcc4d6ad8ba018865a4532f2
lib: fix issue with yang_str2enum

The same issue with derived enum types that was already fixed
for yang_data_new_enum was still present here, so I simply
applied the same fix.

Signed-off-by: Emanuele Di Pascale <emanuele@voltanet.io>
lib/yang_wrappers.c