Skip to content

Commit

Permalink
describe carp_iface
Browse files Browse the repository at this point in the history
  • Loading branch information
jpcw committed Feb 7, 2014
1 parent 2bfe81c commit 25927fd
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,36 @@ Templates for OpenBSD stuff
--> carp_group hostname: ha
which generate ::

├── charybde
│   └── etc
│   ├── hostname.carp42
│   └── hostname.vlan42
└── scylla
└── etc
├── hostname.carp42
└── hostname.vlan42

::
$ cat charybde/etc/hostname.carp42
inet 192.168.1.1 255.255.255.0 192.168.1.255 vhid 42 carpdev vlan42 pass secret group ha description "Router Interface"
# subnet : 192.168.1.0/24
$ cat charybde/etc/hostname.vlan42
vlandev em0
$ cat scylla/etc/hostname.carp42
inet 192.168.1.1 255.255.255.0 192.168.1.255 vhid 42 carpdev vlan42 advskew 100 pass secret group ha description "Router Interface"
# subnet : 192.168.1.0/24
$ cat scylla/etc/hostname.vlan42
vlandev em0

Documentation
=============

http://bobbytemplatesopenbsd.readthedocs.org/


Tests
=====

Expand Down

0 comments on commit 25927fd

Please sign in to comment.