line length limited to 1024 characters
Brought to you by:
bquoitin
c-bgp will not accept commands longer than 1024 characters. Moreover a strange error message will be reporter (error: success) when a script that contains such a line is parsed.
The limitation comes from libgds:src/libgds/cli.h where a constant defines the maximum line length -> CLI_MAX_LINE_LENGTH