bird/proto
Ondrej Zajicek (work) a2527ee53d Filter: Improve handling of stack frames in filter bytecode
When f_line is done, we have to pop the stack frame. The old code just
removed nominal number of args/vars. Change it to use stored ventry value
modified by number of returned values. This allows to allocate variables
on a stack frame during execution of f_lines instead of just at start.

But we need to know the number of returned values for a f_line. It is 1
for term, 0 for cmd. Store that to f_line during linearization.
2022-06-27 21:13:32 +02:00
..
babel Preexport callback now takes the channel instead of protocol as argument 2022-06-27 19:04:24 +02:00
bfd BFD: Add 'strict bind' option 2022-04-07 19:33:40 +02:00
bgp Preexport callback now takes the channel instead of protocol as argument 2022-06-27 19:04:24 +02:00
mrt Routing tables list iteration should use explicit node struct position 2021-03-30 21:56:08 +02:00
ospf Preexport callback now takes the channel instead of protocol as argument 2022-06-27 19:04:24 +02:00
perf Perf: changed route update pattern to be more like common protocols 2020-03-12 09:26:05 +01:00
pipe Preexport callback now takes the channel instead of protocol as argument 2022-06-27 19:04:24 +02:00
radv Preexport callback now takes the channel instead of protocol as argument 2022-06-27 19:04:24 +02:00
rip Nest: Clean up main channel handling 2021-06-17 16:56:51 +02:00
rpki RPKI: Display cache server port on show protocol 2022-05-21 16:03:08 +02:00
static Filter: Improve handling of stack frames in filter bytecode 2022-06-27 21:13:32 +02:00
Doc Doc: Rename code documentation files back to Doc 2018-12-14 02:03:42 +01:00