Replies: 2 comments 21 replies
-
@dlqs, @qlyoung, @ton31337 I would really appreciate your insights or any guidance you could provide. |
Beta Was this translation helpful? Give feedback.
1 reply
-
How are you trying to get it? Using this function |
Beta Was this translation helpful? Give feedback.
20 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi everyone,
I’m working with FRR in Lua and trying to retrieve the nexthop address from the ctx.routeinfo structure. I’ve tried accessing it using constructs like ctx.rinfo.nhe.ng, but these seem to be empty or nil.
Has anyone successfully retrieved the nexthop address from ctx.routeinfo? What’s the correct way to access this information? Any examples or insights would be greatly appreciated.
Beta Was this translation helpful? Give feedback.
All reactions