freebsd-ports/devel/libaravis/pkg-message
2019-08-13 16:01:59 +00:00

16 lines
269 B
Text

[
{ 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
}
]