summaryrefslogtreecommitdiff
path: root/net/quagga/files/pkg-message.in
blob: 3c1b5716e9b66d27063d498f8eb579fc99fccc04 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
[
{ type: install
  message: <<EOM
vtysh is installed as %%PREFIX%%/bin/%%VTYSH%%

To enable quagga, add the following lines to rc.conf:

defaultrouter="NO"
quagga_enable="YES"

Also, you may wish to set the following options:"
quagga_daemons="zebra bgpd etc..."
quagga_flags="...."
quagga_extralibs_path="... ..."
router_enable="NO"
watchquagga_enable="YES"
EOM
}
]