summaryrefslogtreecommitdiffstats
path: root/vrrpd/vrrp_vty.h
diff options
context:
space:
mode:
authorQuentin Young <qlyoung@cumulusnetworks.com>2019-01-29 20:59:01 +0100
committerQuentin Young <qlyoung@cumulusnetworks.com>2019-05-17 02:27:08 +0200
commit63d4bd12ca9a7fc666dcd112c940f4ac693b32ae (patch)
tree7ea0c8ee29499c0e26a235b74b8fbfbf86ebf77a /vrrpd/vrrp_vty.h
parentvrrpd: improve show vrrp (diff)
downloadfrr-63d4bd12ca9a7fc666dcd112c940f4ac693b32ae.tar.xz
frr-63d4bd12ca9a7fc666dcd112c940f4ac693b32ae.zip
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_vty.h')
-rw-r--r--vrrpd/vrrp_vty.h10
1 files changed, 6 insertions, 4 deletions
diff --git a/vrrpd/vrrp_vty.h b/vrrpd/vrrp_vty.h
index 2aa47ec20..377321ec4 100644
--- a/vrrpd/vrrp_vty.h
+++ b/vrrpd/vrrp_vty.h
@@ -1,7 +1,8 @@
/*
- * VRRP commands
- * Copyright (C) 2018 Cumulus Networks, Inc.
- * Quentin Young
+ * VRRP CLI commands.
+ * 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
* Software Foundation; either version 2 of the License, or (at your option)
@@ -20,4 +21,5 @@
#define __VRRP_VTY_H__
void vrrp_vty_init(void);
-#endif
+
+#endif /* __VRRP_VTY_H__ */