diff options
| author | Rob Gulewich <robert.gulewich@joyent.com> | 2012-11-28 04:36:21 +0000 |
|---|---|---|
| committer | Rob Gulewich <robert.gulewich@joyent.com> | 2012-11-28 04:36:21 +0000 |
| commit | 82b839f8150b5e521f86c7fbf84bc038a8642dc7 (patch) | |
| tree | dee5e84e27cab9d455c3e84610440879a9bfea29 /usr/src/cmd/ipf | |
| parent | ec2a65d6980fcfc23a69a5564078d9bf879d42d8 (diff) | |
| download | illumos-joyent-82b839f8150b5e521f86c7fbf84bc038a8642dc7.tar.gz | |
OS-777 ipfilter should support loading / modifying per-zone rules from the GZ (missing declaration)
Diffstat (limited to 'usr/src/cmd/ipf')
| -rw-r--r-- | usr/src/cmd/ipf/tools/ipfzone.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/usr/src/cmd/ipf/tools/ipfzone.h b/usr/src/cmd/ipf/tools/ipfzone.h index f21c8f1c78..f1998e43f3 100644 --- a/usr/src/cmd/ipf/tools/ipfzone.h +++ b/usr/src/cmd/ipf/tools/ipfzone.h @@ -14,6 +14,7 @@ void getzonearg(int, char *[], const char *); void getzoneopt(int, char *[], const char *); +int setzone(int); void setzonename(const char *); extern zoneid_t zoneid; |
