41 | | For the sake of sanity checking, IP addresses were assigned to the VLAN interfaces for 5 and 3733 on sw-top and sw-outside, respectively. If successful, pings will work between the two VLAN interfaces. |
| 41 | The NetFPGA host implements !OpenFlow features via the following processes: |
| 42 | {{{ |
| 43 | root 1374 1 0 10:55 ? 00:00:00 /opt/netfpga2.1.1/openflow/udatapath/ofdatapath -D punix:/var/run/test -d 002320080ff7 -i nf2c0 nf2c1 nf2c2 nf2c3 |
| 44 | root 1452 1 0 10:55 ? 00:00:00 /opt/netfpga2.1.1/openflow/secchan/ofprotocol -D unix:/var/run/test tcp:nox.orbit-lab.org:6633 --out-of-band |
| 45 | }}} |
| 46 | To check for flows on the host itself, `dpctl` should be used. The commands to pull the switch's status and current flows (e.g. traces) are: |
| 47 | {{{ |
| 48 | dpctl show unix:/var/run/test |
| 49 | dpctl status unix:/var/run/test |
| 50 | dpctl montior unix:/var/run/test |
| 51 | }}} |
| 52 | This is similar to the commands `show [DPID] status` and `show [DPID] trace detail` on the controller CLI. |
| 53 | |
| 54 | An external test involved IP address assignments to the VLAN interfaces for VLANs 5 and 3733 on sw-top and sw-outside, respectively. The IP addresses were pinged from each side; Pings pass between the two VLAN interfaces when stitched correctly. |