aboutsummaryrefslogtreecommitdiff
path: root/commands/freebsd/netgraph/_netgraph.sh
blob: d30ff7620b5566398e3dfc8124881505da80c66a (plain) (blame)
1
2
3
4
5
6
7
include_cmd_dir "../_freebsd.sh"

netgraph_prerun() {
  freebsd_ensure
  freebsd_ensure_kernel_module_loaded netgraph
  ensure_command_exists ngctl
}