Details of firmware (i) Openflow with WRT54G. (ii) Can someone specifically tell me the error, because on using the standard configuration mentioned in the following link is not helping me. http://www.openflow.org/wk/index.php/Pantou_:_OpenFlow_1.0_for_OpenWRT#Network_Configuration
root@OpenWrt:~# /etc/init.d/openflow start eth0.1 Configuring OpenFlow switch for out-of-band control *Jan 01 02:00:18|00001|netdev|ERR|ioctl(SIOCGIFTXQLEN) on eth0.1 device failed: Operation not supported ofdatapath: failed to add port eth0.1 (Operation not supported) *No need for further configuration for out-of-band control #### VLAN configuration config switch eth0 option enable 1 config switch_vlan eth0_0 option device "eth0" option vlan 0 option ports "1 2 3 4 5" config switch_vlan eth0_1 option device "eth0" option vlan 1 option ports "0 5" #### Loopback configuration config interface loopback option ifname "lo" option proto static option ipaddr 127.0.0.1 option netmask 255.0.0.0 #### LAN configuration config interface lan option type bridge option ifname "eth0.0" option proto static option ipaddr 192.168.1.1 option netmask 255.255.255.0 #### WAN configuration config interface wan option ifname "eth0.1" option proto dhcp *root@OpenWrt* <root@OpenWrt>*:~# cat /etc/config/openflow * config 'ofswitch' option 'dp' 'dp0' option 'dpid' '000000000001' option 'ofports' 'eth0.1' option 'ofctl' 'tcp:192.168.1.10:6633' option 'mode' 'outofband'
_______________________________________________ openflow-discuss mailing list openflow-discuss@lists.stanford.edu https://mailman.stanford.edu/mailman/listinfo/openflow-discuss