Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | *: reindentreindent-master-after | whitespace / reindent | 2017-07-17 | 1 | -31/+25 |
| | | | | | | 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 | -1/+2 |
| | | | | | | | | | | | 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> | ||||
* | *: fix remaining vty->index & add coccinelle patch | David Lamparter | 2016-12-09 | 1 | -0/+34 |
Fix instances that the coccinelle patch didn't catch (or which coccinelle couldn't parse), and add the patch file for future posterity (and application to yet-unmerged branches). Signed-off-by: David Lamparter <equinox@opensourcerouting.org> |