pfappserver::PacketFence::Controller::Interface - Catalyst Controller
Catalyst Controller.
Currently, DHCP interfaces are not supported, which mean:
- DHCP configured interface will be reconfigured as static interfaces
- It is not possible to use DHCP to configure an existing interface.
This controller defaults view is HTML.
Interface controller dispatcher
Create an interface vlan
Usage: /interface/<logical_name>/create
Delete an existing vlan interface
Usage: /interface/<logical_name>/delete
Down the selected network interface
Usage: /interface/<logical_name>/down
Edit the configuration of the selected network interface
Usage: /interface/<logical_name>/update/<IP_address>/<netmask>
Activate the selected network interface
Usage: /interface/<logical_name>/up
Customize the parsing of the 'AdminRole' subroutine attribute. Returns a hash with the attribute value.
See https://metacpan.org/module/Catalyst::Controller#parse_-name-_attr
Construction of a new Catalyst::Action.
See https://metacpan.org/module/Catalyst::Controller#self-create_action-args
Copyright (C) 2005-2015 Inverse inc.
This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.