]> git.proxmox.com Git - mirror_frr.git/commit
lib: fix route-map YANG module on old gcc versions
authorRafael Zalamena <rzalamena@opensourcerouting.org>
Wed, 5 Feb 2020 14:09:31 +0000 (11:09 -0300)
committerRafael Zalamena <rzalamena@opensourcerouting.org>
Wed, 5 Feb 2020 14:09:31 +0000 (11:09 -0300)
commit79661106763d4f6d9c200a4f4d25439f1cfecf3a
treed594c8bd21a7ff57fa044e4405fd5f171dd6c601
parent54a35ff48b600cd59b715b6e5aea4e69de1b995f
lib: fix route-map YANG module on old gcc versions

Copy the fix made in 'lib/if.c' to 'lib/routemap_northbound.c' so we can
have a working YANG model when compiled with GCC version less than 5.

Signed-off-by: Rafael Zalamena <rzalamena@opensourcerouting.org>
lib/routemap_northbound.c