projects
/
openwrt.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
[package] firewall: use uci_get_state() wrapper
[openwrt.git]
/
package
/
firewall
/
files
/
firewall.init
1
#!/bin/sh /etc/rc.common
2
# Copyright (C) 2008 OpenWrt.org
3
4
START
=
45
5
6
FW_LIBDIR
=/
lib
/
firewall
7
8
fw
() {
9
.
$FW_LIBDIR
/
core.sh
10
fw_
$1
11
}
12
13
boot
() { :; }
14
15
start
() {
16
fw start
17
}
18
19
stop
() {
20
fw stop
21
}
22
23
restart
() {
24
fw restart
25
}
26
27
reload
() {
28
fw reload
29
}
This page took
0.058365 seconds
and
5
git commands to generate.