For SNAT, don't store the pre-fragment L2 header before actions are applied.
[sliver-openvswitch.git] / debian / ofp-switch-setup.8
1 .TH ofp-switch-setup 8 "June 2008" "OpenFlow" "OpenFlow Manual"
2
3 .SH NAME
4 ofp\-switch\-setup \- interactive setup for OpenFlow switch
5
6 .SH SYNOPSIS
7 .B ofp\-switch\-setup
8
9 .SH DESCRIPTION
10 The \fBofp\-switch\-setup\fR program is an interactive program that
11 assists the system administrator in configuring an OpenFlow switch,
12 including the underlying public key infrastructure (PKI).
13
14 .SH OPTIONS
15 ofp\-switch\-setup does not accept any command-line options.
16
17 .SH FILES
18 .IP /etc/default/openflow-switch
19 Main configuration file for OpenFlow switch.
20
21 .IP /etc/openflow-switch/cacert.pem
22 Default location of CA certificate for OpenFlow controllers.
23
24 .IP /etc/openflow-switch/of0-cert.pem
25 Default location of certificate for the OpenFlow switch's private key.
26
27 .IP /etc/openflow-switch/of0-privkey.pem
28 Default location of the OpenFlow switch's private key.  This file
29 should be readable only by \fBroot\fR.
30
31 .IP /etc/openflow-switch/of0-req.pem
32 Default location of certificate request for the OpenFlow switch's
33 certificate.  This file is not used after the signed certificate
34 (typically \fB/etc/openflow-switch/of0-cert.pem\fR, above) has been
35 obtained from the OpenFlow PKI server.
36
37 .SH "SEE ALSO"
38
39 .BR ofp-pki (8),
40 .BR dpctl (8),
41 .BR secchan (8)