mirror of
https://gitlab.labs.nic.cz/labs/bird.git
synced 2024-05-11 16:54:54 +00:00
Channel: configurable feed block size
This commit is contained in:
@@ -320,6 +320,7 @@ channel_item_:
|
||||
this_channel->out_filter = $4;
|
||||
}
|
||||
| EXPORT imexport { this_channel->out_filter = $2; }
|
||||
| EXPORT BLOCK expr { this_channel->feed_block_size = $3; }
|
||||
| RECEIVE LIMIT limit_spec { this_channel->rx_limit = $3; }
|
||||
| IMPORT LIMIT limit_spec { this_channel->in_limit = $3; }
|
||||
| EXPORT LIMIT limit_spec { this_channel->out_limit = $3; }
|
||||
|
Reference in New Issue
Block a user