Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | lib: add comments for functions | Donald Lee | 2021-06-25 | 1 | -3/+19 |
* | lib: Use noop decoder for bgp_script values | Donald Lee | 2021-06-21 | 1 | -2/+5 |
* | bgpd: Update bgp_script encoders and decoders | Donald Lee | 2021-06-21 | 1 | -2/+6 |
* | lib: Add decoder functions | Donald Lee | 2021-06-21 | 1 | -2/+12 |
* | lib: Add basic encoders | Donald Lee | 2021-06-21 | 1 | -2/+12 |
* | lib: make frrscript_call encode args based on type | Donald Lee | 2021-06-21 | 1 | -2/+27 |
* | lib: add support for scripts directory | Quentin Young | 2020-12-02 | 1 | -3/+4 |
* | build: HAVE_LUA -> HAVE_SCRIPTING | Quentin Young | 2020-12-02 | 1 | -0/+6 |
* | lib: add ability to decode from lua scripts | Quentin Young | 2020-12-02 | 1 | -33/+47 |
* | lib: change encoder_func signature | Quentin Young | 2020-12-02 | 1 | -1/+1 |
* | lib: cleanup / refactor scripting foo | Quentin Young | 2020-12-02 | 1 | -1/+2 |
* | lib: allow passing arguments to scripts | Quentin Young | 2020-12-02 | 1 | -0/+31 |
* | lib: make encoder type a typedef | Quentin Young | 2020-12-02 | 1 | -2/+3 |
* | lib: start adding generic scripting stuff | Quentin Young | 2020-12-02 | 1 | -0/+84 |