Date
1 - 1 of 1
[E] [ODL Discuss] about error in offramedecoder in openflowjava.
Sangwook Ha
The OpenFlow connection configuration files are located in CONTROLLER_HOME/etc/opendaylight/datastore/initial/config
And you can customize switch-idle-timeout in the configuration files. For example, if you are using port 6633 and want to set it to 300 seconds, then you can modify legacy-openflow-connection-config.xml like this: <port>6633</port> <switch-idle-timeout>300000</switch-idle-timeout><transport-protocol>TCP</transport-protocol> But this only works if the channel is interrupted. If the OpenFlow channel is disconnected by the simulator when it's stopped, then the switch will disappear from the controller regardless of the value. So you may have to block the OpenFlow channel before you stop the simulator, for example using iptables filter rules. Thanks, Sangwook Hi, i'm a student using odl controller and OPNET simulator. |
|