summaryrefslogtreecommitdiff
path: root/devel/libaravis/pkg-message
blob: 9e6cb319dbf50a0116e05809c7986dfd6e5b17d3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[
{ type: install
  message: <<EOM
Aravis require broadcast to find devices.

Dont forget run:
# route add 255.255.255.255 -iface lan0

or add in rc.conf
static_routes="bcast:lan0"
route_bcast="255.255.255.255 -iface lan0"

where lan0 - network interface name.
EOM
}
]