Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-01-24 | bgp: T3247: bugfix import/export filter-list | Christian Poessinger | |
2021-01-24 | bgp: T3247: bugfix import/export prefix-list and distribution-list | Christian Poessinger | |
This is an amendment to commit 5ab6882f ("bgp: T2347: bugfix import/export route-map") which did not take care about fixing the other two if/elif statements. | |||
2021-01-24 | bgp: T2347: bugfix import/export route-map | Christian Poessinger | |
There can be both an import and an export route-map - the Jinja2 template syntax only allowed one direction and not the other. | |||
2021-01-24 | bgp: T2850: bugfix templating neighbor interface statements | Christian Poessinger | |
2021-01-22 | bgp: T1875: update CLI description under protocols and template indention level | Christian Poessinger | |
2021-01-21 | Merge pull request #690 from Cheeze-It/current | Christian Poessinger | |
bgp: T1875: Adding BGP listen range FRR feature | |||
2021-01-20 | bgp: T1875: Adding BGP listen range FRR feature | Cheeze_It | |
In this commit we are adding the FRR BGP listen range feature. Specifically it is useful for being able to specify a range in which BGP peers can connect to the local router. | |||
2021-01-18 | bgp: T2174: use better variable names when creating peers | Christian Poessinger | |
2021-01-14 | bgp: T2174: remove invalid "no bgp default ipv4-unicast" from default config | Christian Poessinger | |
2021-01-13 | bgp: T2174: bugfix FRR template generation | Christian Poessinger | |
2021-01-12 | bgp: T2387: Fix template for bgp redistribute proto ospv3 | sever-sever | |
2020-12-08 | bgp: T2174: Fix Template. Update to use FRRConfig framework | sever-sever | |
2020-11-22 | bgp: T2174: refactor Jinja template and reduce redundant paths | Christian Poessinger | |
The Jinja2 template contained a lot of redundant paths which only differed in either the address-family or neighbor vs. peer-group. This paths have been combined into for loops and a macro for generating a neighbor statement as peer-groups and regular neighbors share ~95% of the config. | |||
2020-11-03 | bgp: T2850: Fixing the priority of template processing and missing params | sever-sever | |
2020-11-02 | bgp-xml: T2387: Fix validators and add capability for new format bgp | sever-sever | |
2020-10-29 | bgp: T2850: Fix FRR template for new bgp scheme | sever-sever | |
2020-10-27 | bgp: T2387: Fix XML sheme for new bgp and bgp.py handler | sever-sever | |
2020-09-01 | frr-template: T2850: Add BGP template for FRR | sever-sever | |
2020-08-04 | cleanup: convert multiple files from DOS to UNIX line ending | Christian Poessinger | |
2020-06-01 | bgp: T2387: proof-of-concept using get_config_dict() | Christian Poessinger | |