diff options
| author | Quentin Young <qlyoung@cumulusnetworks.com> | 2019-01-29 19:59:01 +0000 |
|---|---|---|
| committer | Quentin Young <qlyoung@cumulusnetworks.com> | 2019-05-17 00:27:08 +0000 |
| commit | 63d4bd12ca9a7fc666dcd112c940f4ac693b32ae (patch) | |
| tree | 7ea0c8ee29499c0e26a235b74b8fbfbf86ebf77a /vrrpd/vrrp_zebra.h | |
| parent | 5302f67b1300219479edded34e01126691a9f689 (diff) | |
vrrpd: fix headers
* Add include guards where missing
* Add include guard comments where missing
* Fix copyright notices
* Sort includes
Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
Diffstat (limited to 'vrrpd/vrrp_zebra.h')
| -rw-r--r-- | vrrpd/vrrp_zebra.h | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/vrrpd/vrrp_zebra.h b/vrrpd/vrrp_zebra.h index 70871cd89b..5e8ff09543 100644 --- a/vrrpd/vrrp_zebra.h +++ b/vrrpd/vrrp_zebra.h @@ -1,7 +1,7 @@ /* - * Zebra interfacing - * Copyright (C) 2018 Cumulus Networks, Inc. - * Quentin Young + * VRRP Zebra interfacing. + * Copyright (C) 2018-2019 Cumulus Networks, Inc. + * Quentin Young * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the Free @@ -22,4 +22,5 @@ extern void vrrp_zebra_init(void); extern void vrrp_zebra_radv_set(struct vrrp_router *r, bool enable); -#endif + +#endif /* __VRRP_ZEBRA_H__ */ |
