Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
bgpd: Use int, not long long for route-map action in Lua script
This is an issue for big-endian architectures, that causes incorrect castings. lua_tointegerp() uses int*, not long long*. Signed-off-by: Donatas Abraitis <donatas@opensourcerouting.org>
- Loading branch information