summaryrefslogtreecommitdiff
path: root/vrrpd/vrrp_vty.h
diff options
context:
space:
mode:
authorQuentin Young <qlyoung@cumulusnetworks.com>2018-11-19 20:51:52 +0000
committerQuentin Young <qlyoung@cumulusnetworks.com>2019-05-17 00:27:08 +0000
commit5435a2bf61c4179e8b69af5d3a808b42f5387177 (patch)
treef4f0f9f8b0d7304d84360928f31f640740c8fcde /vrrpd/vrrp_vty.h
parentdb95656d48ecc46555fc9e8524849aa73a357dcb (diff)
vrrpd: initial commit
Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
Diffstat (limited to 'vrrpd/vrrp_vty.h')
-rw-r--r--vrrpd/vrrp_vty.h23
1 files changed, 23 insertions, 0 deletions
diff --git a/vrrpd/vrrp_vty.h b/vrrpd/vrrp_vty.h
new file mode 100644
index 0000000000..2aa47ec20d
--- /dev/null
+++ b/vrrpd/vrrp_vty.h
@@ -0,0 +1,23 @@
+/*
+ * VRRP commands
+ * Copyright (C) 2018 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)
+ * any later version.
+ *
+ * This program is distributed in the hope that it will be useful, but WITHOUT
+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
+ * more details.
+ *
+ * You should have received a copy of the GNU General Public License along
+ * with this program; see the file COPYING; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
+ */
+#ifndef __VRRP_VTY_H__
+#define __VRRP_VTY_H__
+
+void vrrp_vty_init(void);
+#endif