opnsense-ports/devel/libaravis/pkg-message
Franco Fichtner a309cd75a6 */*: sync with upstream
Taken from: HardenedBSD
2019-08-18 05:35:32 +02: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
}
]