Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | *: auto-convert to SPDX License IDs | David Lamparter | 2023-02-09 | 1 | -14/+1 |
| | | | | | | Done with a combination of regex'ing and banging my head against a wall. Signed-off-by: David Lamparter <equinox@opensourcerouting.org> | ||||
* | *: reindentreindent-master-after | whitespace / reindent | 2017-07-17 | 1 | -6/+6 |
| | | | | | | indent.py `git ls-files | pcregrep '\.[ch]$' | pcregrep -v '^(ldpd|babeld|nhrpd)/'` Signed-off-by: David Lamparter <equinox@opensourcerouting.org> | ||||
* | *: make consistent & update GPLv2 file headers | David Lamparter | 2017-05-15 | 1 | -4/+4 |
| | | | | | | | | | | | The FSF's address changed, and we had a mixture of comment styles for the GPL file header. (The style with * at the beginning won out with 580 to 141 in existing files.) Note: I've intentionally left intact other "variations" of the copyright header, e.g. whether it says "Zebra", "Quagga", "FRR", or nothing. Signed-off-by: David Lamparter <equinox@opensourcerouting.org> | ||||
* | isisd: add support to import routes from other protocols | Christian Franke | 2016-03-30 | 1 | -0/+25 |
Signed-off-by: Christian Franke <chris@opensourcerouting.org> |