From 2bfe81cb7046ac289e69bd05b4dacd52ce37a62b Mon Sep 17 00:00:00 2001 From: Jean-Philippe Camguilhem Date: Fri, 7 Feb 2014 14:35:29 +0100 Subject: [PATCH] describe carp_iface --- README.rst | 30 +++++++++++++++++++++++++++++- 1 file changed, 29 insertions(+), 1 deletion(-) diff --git a/README.rst b/README.rst index c8bc8a3..db7c96c 100644 --- a/README.rst +++ b/README.rst @@ -7,7 +7,35 @@ Templates for OpenBSD stuff **mr.bobby** templates : http://mrbobby.readthedocs.org/en/latest/ -+ carp_iface : provide carp ifaces master and slave which muste be based on a vlan interface ++ carp_iface : provide carp ifaces master and slave which could be based on a vlan interface + + :: + + --> cidr ip: 192.168.1.1/24 + + --> vhid: 42 + + --> slave advskew: 100 + + --> description: Router Interface + + --> password: secret + + --> physical device card name: em0 + + +.. note:: here vlan default value is based on vhid + + :: + + --> vlan id (1 to 4094, 0 -> no vlan carpdev) [42]: + + --> master hostname: charybde + + --> slave hostname: scylla + + --> carp_group hostname: ha + Documentation =============