ipsec{4,6} depend on kmod-crypto-aead to allow esp4 and esp6 to successfully load...
[openwrt.git] / package / qos-scripts / files / etc / init.d / qos
1 #!/bin/sh /etc/rc.common
2 # Copyright (C) 2006 OpenWrt.org
3
4 START=50
5
6 boot() {
7 /usr/lib/qos/generate.sh firewall | sh
8 }
9
10 start() {
11 qos-start
12 }
13
14 stop() {
15 qos-stop
16 }
This page took 0.052007 seconds and 5 git commands to generate.