# SPDX-License-Identifier: BSD-3-Clause
#
# Copyright 2020 Raritan Inc. All rights reserved.
#
# This file was generated by IdlC from Security.idl.

use strict;

package Raritan::RPC::security::IpfwPolicy;

use constant ACCEPT => 0;
use constant DROP => 1;
use constant REJECT => 2;

1;
