On Fri, Jan 22, 2016 at 02:34:42PM +0530, saloni.jai...@gmail.com wrote: > From: Saloni Jain <saloni.j...@tcs.com> > > On change in a table state, the controller needs to be informed with > the OFPT_TABLE_STATUS message. The message is sent with reason > OFPTR_VACANCY_DOWN or OFPTR_VACANCY_UP in case of change in remaining > space eventually crossing any one of the threshold. > > Signed-off-by: Saloni Jain <saloni.j...@tcs.com> > Co-authored-by: Rishi Bamba <rishi.ba...@tcs.com> > Signed-off-by: Rishi Bamba <rishi.ba...@tcs.com> > --- > > Difference between v8 <-> v9 > - Changed the definition of current vacancy from occupany to free space > and also done corresponding changes in the code such as, > When the current_vacancy < vacancy_down, Vacancy down event is generated > When the current_vacancy > vacancy_up, Vacancy Up event is generated > - Rebased with latest master
A test fails, as follows. Please fix it. # -*- compilation -*- 766. ofproto.at:1978: testing ofproto - table description (OpenFlow 1.4) ... ../../tests/ofproto.at:1979: ovsdb-tool create conf.db $abs_top_srcdir/vswitchd/vswitch.ovsschema ../../tests/ofproto.at:1979: ovsdb-server --detach --no-chdir --pidfile --log-file --remote=punix:$OVS_RUNDIR/db.sock stderr: 2016-02-06T00:19:40Z|00001|vlog|INFO|opened log file /home/blp/nicira/ovs/_build/tests/testsuite.dir/0766/ovsdb-server.log ../../tests/ofproto.at:1979: sed < stderr ' /vlog|INFO|opened log file/d /ovsdb_server|INFO|ovsdb-server (Open vSwitch)/d' ../../tests/ofproto.at:1979: ovs-vsctl --no-wait init ../../tests/ofproto.at:1979: ovs-vswitchd --enable-dummy --disable-system --detach --no-chdir --pidfile --log-file -vvconn -vofproto_dpif stderr: 2016-02-06T00:19:40Z|00001|vlog|INFO|opened log file /home/blp/nicira/ovs/_build/tests/testsuite.dir/0766/ovs-vswitchd.log 2016-02-06T00:19:40Z|00002|ovs_numa|INFO|Discovered 8 CPU cores on NUMA node 0 2016-02-06T00:19:40Z|00003|ovs_numa|INFO|Discovered 1 NUMA nodes and 8 CPU cores 2016-02-06T00:19:40Z|00004|reconnect|INFO|unix:/home/blp/nicira/ovs/_build/tests/testsuite.dir/0766/db.sock: connecting... 2016-02-06T00:19:40Z|00005|reconnect|INFO|unix:/home/blp/nicira/ovs/_build/tests/testsuite.dir/0766/db.sock: connected ../../tests/ofproto.at:1979: sed < stderr ' /ovs_numa|INFO|Discovered /d /vlog|INFO|opened log file/d /vswitchd|INFO|ovs-vswitchd (Open vSwitch)/d /reconnect|INFO|/d /ofproto|INFO|using datapath ID/d /netdev_linux|INFO|.*device has unknown hardware address family/d /ofproto|INFO|datapath ID changed to fedcba9876543210/d' ../../tests/ofproto.at:1979: ovs-vsctl -- add-br br0 -- set bridge br0 datapath-type=dummy other-config:datapath-id=fedcba9876543210 other-config:hwaddr=aa:55:aa:55:00:00 protocols=[OpenFlow10,OpenFlow11,OpenFlow12,OpenFlow13,OpenFlow14,OpenFlow15] fail-mode=secure -- ../../tests/ofproto.at:1988: ovs-ofctl -O OpenFlow14 dump-table-desc br0 | sed '/^$/d /^OFPST_TABLE_DESC/d' ../../tests/ofproto.at:1992: ovs-ofctl -O Openflow14 mod-table br0 0 evict ../../tests/ofproto.at:1996: ovs-ofctl -O OpenFlow14 dump-table-desc br0 | sed '/^$/d /^OFPST_TABLE_DESC/d' ../../tests/ofproto.at:1999: ovs-ofctl -O Openflow14 mod-table br0 0 vacancy:20,80 ../../tests/ofproto.at:2003: ovs-ofctl -O OpenFlow14 dump-table-desc br0 | sed '/^$/d /^OFPST_TABLE_DESC/d' --- expout 2016-02-05 16:19:40.729457569 -0800 +++ /home/blp/nicira/ovs/_build/tests/testsuite.dir/at-groups/766/stdout 2016-02-05 16:19:40.733457569 -0800 @@ -1,6 +1,6 @@ table 0: eviction=on eviction_flags=OTHER|IMPORTANCE|LIFETIME - vacancy=on vacancy_down=20% vacancy_up=80% vacancy=100% + vacancy=on vacancy_down=20% vacancy_up=80% vacancy=0% table 1: eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME vacancy=off ovsdb-server.log: > 2016-02-06T00:19:40.356Z|00001|vlog|INFO|opened log file > /home/blp/nicira/ovs/_build/tests/testsuite.dir/0766/ovsdb-server.log > 2016-02-06T00:19:40.359Z|00002|ovsdb_server|INFO|ovsdb-server (Open vSwitch) > 2.5.90 ovs-vswitchd.log: > 2016-02-06T00:19:40.367Z|00001|vlog|INFO|opened log file > /home/blp/nicira/ovs/_build/tests/testsuite.dir/0766/ovs-vswitchd.log > 2016-02-06T00:19:40.368Z|00002|ovs_numa|INFO|Discovered 8 CPU cores on NUMA > node 0 > 2016-02-06T00:19:40.368Z|00003|ovs_numa|INFO|Discovered 1 NUMA nodes and 8 > CPU cores > 2016-02-06T00:19:40.368Z|00004|reconnect|INFO|unix:/home/blp/nicira/ovs/_build/tests/testsuite.dir/0766/db.sock: > connecting... > 2016-02-06T00:19:40.368Z|00005|reconnect|INFO|unix:/home/blp/nicira/ovs/_build/tests/testsuite.dir/0766/db.sock: > connected > 2016-02-06T00:19:40.370Z|00006|bridge|INFO|ovs-vswitchd (Open vSwitch) 2.5.90 > 2016-02-06T00:19:40.379Z|00007|ofproto_dpif|INFO|dummy@ovs-dummy: Datapath > supports recirculation > 2016-02-06T00:19:40.379Z|00008|ofproto_dpif|INFO|dummy@ovs-dummy: MPLS label > stack length probed as 3 > 2016-02-06T00:19:40.379Z|00009|ofproto_dpif|INFO|dummy@ovs-dummy: Datapath > supports unique flow ids > 2016-02-06T00:19:40.379Z|00010|ofproto_dpif|INFO|dummy@ovs-dummy: Datapath > does not support ct_state > 2016-02-06T00:19:40.379Z|00011|ofproto_dpif|INFO|dummy@ovs-dummy: Datapath > does not support ct_zone > 2016-02-06T00:19:40.379Z|00012|ofproto_dpif|INFO|dummy@ovs-dummy: Datapath > does not support ct_mark > 2016-02-06T00:19:40.379Z|00013|ofproto_dpif|INFO|dummy@ovs-dummy: Datapath > does not support ct_label > 2016-02-06T00:19:40.379Z|00014|ofproto_dpif|INFO|dummy@ovs-dummy: Datapath > does not support ct_state_nat > 2016-02-06T00:19:40.380Z|00015|bridge|INFO|bridge br0: added interface br0 on > port 65534 > 2016-02-06T00:19:40.380Z|00016|bridge|INFO|bridge br0: using datapath ID > fedcba9876543210 > 2016-02-06T00:19:40.380Z|00017|connmgr|INFO|br0: added service controller > "punix:/home/blp/nicira/ovs/_build/tests/testsuite.dir/0766/br0.mgmt" > 2016-02-06T00:19:40.555Z|00018|vconn|DBG|unix: sent (Success): OFPT_HELLO > (OF1.5) (xid=0x1): > version bitmap: 0x01, 0x02, 0x03, 0x04, 0x05, 0x06 > 2016-02-06T00:19:40.555Z|00019|vconn|DBG|unix: received: OFPT_HELLO (OF1.4) > (xid=0x1): > version bitmap: 0x05 > 2016-02-06T00:19:40.555Z|00020|vconn|DBG|unix: negotiated OpenFlow version > 0x05 (we support version 0x06 and earlier, peer supports version 0x05) > 2016-02-06T00:19:40.555Z|00021|vconn|DBG|unix: received: OFPST_TABLE_DESC > request (OF1.4) (xid=0x2): > 2016-02-06T00:19:40.655Z|00022|vconn|DBG|unix: sent (Success): > OFPST_TABLE_DESC reply (OF1.4) (xid=0x2): > table 0: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 1: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 2: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 3: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 4: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 5: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 6: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 7: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 8: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 9: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 10: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 11: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 12: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 13: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 14: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 15: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 16: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 17: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 18: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 19: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 20: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 21: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 22: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 23: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 24: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 25: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 26: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 27: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 28: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 29: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 30: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 31: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 32: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 33: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 34: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 35: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 36: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 37: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 38: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 39: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 40: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 41: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 42: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 43: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 44: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 45: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 46: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 47: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 48: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 49: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 50: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 51: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 52: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 53: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 54: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 55: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 56: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 57: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 58: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 59: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 60: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 61: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 62: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 63: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 64: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 65: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 66: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 67: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 68: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 69: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 70: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 71: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 72: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 73: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 74: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 75: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 76: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 77: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 78: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 79: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 80: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 81: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 82: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 83: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 84: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 85: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 86: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 87: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 88: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 89: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 90: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 91: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 92: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 93: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 94: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 95: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 96: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 97: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 98: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 99: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 100: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 101: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 102: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 103: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 104: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 105: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 106: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 107: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 108: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 109: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 110: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 111: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 112: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 113: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 114: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 115: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 116: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 117: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 118: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 119: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 120: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 121: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 122: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 123: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 124: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 125: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 126: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 127: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 128: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 129: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 130: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 131: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 132: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 133: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 134: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 135: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 136: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 137: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 138: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 139: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 140: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 141: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 142: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 143: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 144: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 145: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 146: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 147: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 148: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 149: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 150: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 151: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 152: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 153: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 154: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 155: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 156: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 157: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 158: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 159: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 160: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 161: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 162: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 163: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 164: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 165: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 166: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 167: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 168: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 169: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 170: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 171: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 172: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 173: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 174: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 175: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 176: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 177: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 178: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 179: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 180: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 181: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 182: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 183: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 184: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 185: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 186: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 187: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 188: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 189: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 190: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 191: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 192: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 193: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 194: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 195: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 196: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 197: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 198: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 199: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 200: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 201: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 202: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 203: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 204: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 205: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 206: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 207: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 208: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 209: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 210: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 211: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 212: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 213: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 214: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 215: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 216: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 217: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 218: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 219: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 220: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 221: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 222: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 223: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 224: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 225: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 226: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 227: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 228: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 229: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 230: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 231: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 232: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 233: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 234: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 235: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 236: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 237: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 238: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 239: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 240: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 241: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 242: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 243: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 244: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 245: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 246: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 247: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 248: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 249: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 250: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 251: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 252: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 253: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > 2016-02-06T00:19:40.655Z|00023|vconn|DBG|unix: sent (Success): OFPT_HELLO > (OF1.5) (xid=0x2): > version bitmap: 0x01, 0x02, 0x03, 0x04, 0x05, 0x06 > 2016-02-06T00:19:40.656Z|00024|vconn|DBG|unix: received: OFPT_HELLO (OF1.4) > (xid=0x1): > version bitmap: 0x05 > 2016-02-06T00:19:40.656Z|00025|vconn|DBG|unix: negotiated OpenFlow version > 0x05 (we support version 0x06 and earlier, peer supports version 0x05) > 2016-02-06T00:19:40.656Z|00026|vconn|DBG|unix: received: OFPST_TABLE_DESC > request (OF1.4) (xid=0x2): > 2016-02-06T00:19:40.699Z|00027|vconn|DBG|unix: sent (Success): > OFPST_TABLE_DESC reply (OF1.4) (xid=0x2): > table 0: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 1: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 2: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 3: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 4: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 5: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 6: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 7: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 8: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 9: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 10: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 11: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 12: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 13: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 14: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 15: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 16: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 17: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 18: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 19: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 20: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 21: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 22: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 23: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 24: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 25: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 26: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 27: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 28: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 29: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 30: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 31: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 32: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 33: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 34: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 35: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 36: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 37: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 38: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 39: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 40: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 41: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 42: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 43: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 44: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 45: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 46: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 47: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 48: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 49: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 50: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 51: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 52: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 53: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 54: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 55: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 56: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 57: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 58: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 59: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 60: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 61: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 62: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 63: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 64: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 65: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 66: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 67: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 68: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 69: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 70: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 71: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 72: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 73: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 74: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 75: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 76: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 77: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 78: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 79: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 80: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 81: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 82: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 83: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 84: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 85: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 86: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 87: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 88: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 89: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 90: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 91: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 92: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 93: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 94: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 95: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 96: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 97: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 98: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 99: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 100: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 101: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 102: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 103: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 104: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 105: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 106: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 107: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 108: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 109: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 110: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 111: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 112: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 113: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 114: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 115: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 116: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 117: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 118: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 119: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 120: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 121: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 122: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 123: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 124: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 125: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 126: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 127: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 128: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 129: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 130: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 131: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 132: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 133: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 134: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 135: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 136: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 137: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 138: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 139: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 140: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 141: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 142: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 143: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 144: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 145: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 146: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 147: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 148: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 149: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 150: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 151: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 152: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 153: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 154: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 155: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 156: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 157: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 158: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 159: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 160: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 161: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 162: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 163: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 164: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 165: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 166: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 167: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 168: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 169: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 170: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 171: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 172: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 173: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 174: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 175: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 176: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 177: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 178: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 179: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 180: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 181: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 182: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 183: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 184: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 185: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 186: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 187: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 188: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 189: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 190: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 191: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 192: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 193: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 194: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 195: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 196: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 197: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 198: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 199: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 200: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 201: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 202: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 203: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 204: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 205: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 206: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 207: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 208: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 209: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 210: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 211: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 212: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 213: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 214: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 215: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 216: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 217: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 218: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 219: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 220: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 221: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 222: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 223: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 224: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 225: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 226: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 227: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 228: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 229: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 230: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 231: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 232: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 233: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 234: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 235: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 236: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 237: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 238: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 239: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 240: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 241: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 242: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 243: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 244: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 245: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 246: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 247: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 248: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 249: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 250: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 251: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 252: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 253: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > 2016-02-06T00:19:40.699Z|00028|vconn|DBG|unix: received: OFPT_TABLE_MOD > (OF1.4) (xid=0x3): table_id=0, eviction=on, vacancy=off > 2016-02-06T00:19:40.699Z|00029|vconn|DBG|unix: received: OFPT_BARRIER_REQUEST > (OF1.4) (xid=0x4): > 2016-02-06T00:19:40.699Z|00030|vconn|DBG|unix: sent (Success): > OFPT_BARRIER_REPLY (OF1.4) (xid=0x4): > 2016-02-06T00:19:40.702Z|00031|vconn|DBG|unix: sent (Success): OFPT_HELLO > (OF1.5) (xid=0x3): > version bitmap: 0x01, 0x02, 0x03, 0x04, 0x05, 0x06 > 2016-02-06T00:19:40.702Z|00032|vconn|DBG|unix: received: OFPT_HELLO (OF1.4) > (xid=0x1): > version bitmap: 0x05 > 2016-02-06T00:19:40.702Z|00033|vconn|DBG|unix: negotiated OpenFlow version > 0x05 (we support version 0x06 and earlier, peer supports version 0x05) > 2016-02-06T00:19:40.702Z|00034|vconn|DBG|unix: received: OFPST_TABLE_DESC > request (OF1.4) (xid=0x2): > 2016-02-06T00:19:40.716Z|00035|vconn|DBG|unix: sent (Success): > OFPST_TABLE_DESC reply (OF1.4) (xid=0x2): > table 0: > eviction=on eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 1: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 2: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 3: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 4: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 5: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 6: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 7: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 8: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 9: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 10: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 11: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 12: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 13: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 14: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 15: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 16: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 17: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 18: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 19: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 20: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 21: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 22: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 23: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 24: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 25: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 26: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 27: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 28: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 29: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 30: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 31: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 32: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 33: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 34: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 35: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 36: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 37: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 38: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 39: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 40: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 41: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 42: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 43: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 44: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 45: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 46: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 47: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 48: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 49: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 50: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 51: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 52: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 53: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 54: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 55: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 56: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 57: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 58: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 59: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 60: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 61: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 62: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 63: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 64: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 65: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 66: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 67: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 68: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 69: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 70: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 71: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 72: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 73: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 74: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 75: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 76: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 77: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 78: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 79: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 80: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 81: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 82: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 83: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 84: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 85: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 86: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 87: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 88: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 89: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 90: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 91: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 92: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 93: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 94: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 95: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 96: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 97: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 98: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 99: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 100: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 101: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 102: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 103: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 104: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 105: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 106: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 107: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 108: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 109: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 110: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 111: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 112: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 113: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 114: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 115: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 116: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 117: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 118: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 119: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 120: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 121: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 122: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 123: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 124: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 125: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 126: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 127: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 128: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 129: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 130: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 131: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 132: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 133: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 134: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 135: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 136: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 137: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 138: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 139: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 140: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 141: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 142: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 143: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 144: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 145: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 146: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 147: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 148: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 149: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 150: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 151: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 152: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 153: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 154: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 155: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 156: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 157: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 158: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 159: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 160: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 161: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 162: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 163: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 164: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 165: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 166: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 167: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 168: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 169: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 170: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 171: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 172: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 173: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 174: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 175: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 176: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 177: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 178: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 179: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 180: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 181: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 182: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 183: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 184: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 185: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 186: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 187: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 188: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 189: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 190: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 191: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 192: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 193: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 194: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 195: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 196: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 197: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 198: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 199: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 200: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 201: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 202: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 203: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 204: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 205: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 206: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 207: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 208: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 209: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 210: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 211: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 212: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 213: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 214: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 215: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 216: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 217: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 218: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 219: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 220: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 221: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 222: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 223: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 224: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 225: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 226: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 227: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 228: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 229: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 230: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 231: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 232: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 233: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 234: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 235: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 236: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 237: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 238: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 239: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 240: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 241: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 242: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 243: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 244: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 245: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 246: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 247: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 248: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 249: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 250: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 251: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 252: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 253: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > 2016-02-06T00:19:40.717Z|00036|vconn|DBG|unix: sent (Success): OFPT_HELLO > (OF1.5) (xid=0x4): > version bitmap: 0x01, 0x02, 0x03, 0x04, 0x05, 0x06 > 2016-02-06T00:19:40.717Z|00037|vconn|DBG|unix: received: OFPT_HELLO (OF1.4) > (xid=0x1): > version bitmap: 0x05 > 2016-02-06T00:19:40.717Z|00038|vconn|DBG|unix: negotiated OpenFlow version > 0x05 (we support version 0x06 and earlier, peer supports version 0x05) > 2016-02-06T00:19:40.717Z|00039|vconn|DBG|unix: received: OFPST_TABLE_DESC > request (OF1.4) (xid=0x2): > 2016-02-06T00:19:40.731Z|00040|vconn|DBG|unix: sent (Success): > OFPST_TABLE_DESC reply (OF1.4) (xid=0x2): > table 0: > eviction=on eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 1: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 2: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 3: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 4: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 5: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 6: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 7: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 8: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 9: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 10: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 11: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 12: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 13: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 14: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 15: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 16: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 17: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 18: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 19: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 20: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 21: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 22: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 23: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 24: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 25: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 26: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 27: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 28: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 29: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 30: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 31: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 32: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 33: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 34: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 35: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 36: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 37: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 38: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 39: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 40: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 41: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 42: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 43: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 44: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 45: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 46: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 47: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 48: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 49: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 50: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 51: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 52: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 53: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 54: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 55: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 56: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 57: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 58: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 59: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 60: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 61: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 62: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 63: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 64: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 65: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 66: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 67: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 68: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 69: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 70: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 71: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 72: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 73: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 74: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 75: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 76: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 77: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 78: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 79: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 80: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 81: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 82: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 83: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 84: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 85: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 86: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 87: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 88: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 89: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 90: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 91: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 92: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 93: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 94: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 95: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 96: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 97: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 98: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 99: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 100: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 101: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 102: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 103: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 104: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 105: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 106: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 107: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 108: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 109: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 110: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 111: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 112: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 113: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 114: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 115: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 116: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 117: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 118: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 119: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 120: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 121: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 122: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 123: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 124: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 125: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 126: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 127: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 128: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 129: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 130: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 131: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 132: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 133: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 134: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 135: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 136: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 137: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 138: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 139: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 140: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 141: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 142: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 143: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 144: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 145: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 146: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 147: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 148: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 149: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 150: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 151: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 152: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 153: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 154: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 155: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 156: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 157: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 158: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 159: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 160: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 161: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 162: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 163: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 164: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 165: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 166: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 167: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 168: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 169: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 170: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 171: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 172: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 173: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 174: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 175: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 176: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 177: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 178: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 179: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 180: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 181: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 182: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 183: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 184: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 185: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 186: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 187: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 188: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 189: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 190: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 191: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 192: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 193: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 194: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 195: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 196: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 197: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 198: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 199: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 200: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 201: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 202: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 203: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 204: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 205: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 206: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 207: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 208: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 209: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 210: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 211: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 212: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 213: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 214: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 215: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 216: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 217: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 218: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 219: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 220: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 221: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 222: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 223: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 224: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 225: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 226: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 227: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 228: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 229: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 230: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 231: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 232: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 233: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 234: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 235: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 236: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 237: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 238: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 239: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 240: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 241: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 242: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 243: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 244: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 245: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 246: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 247: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 248: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 249: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 250: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 251: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 252: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > > table 253: > eviction=off eviction_flags=OTHER|IMPORTANCE|LIFETIME > vacancy=off > 2016-02-06T00:19:40.731Z|00041|vconn|DBG|unix: received: OFPT_TABLE_MOD > (OF1.4) (xid=0x3): table_id=0, eviction=***error***, vacancy=on vacancy:20,80 > 2016-02-06T00:19:40.731Z|00042|vconn|DBG|unix: received: OFPT_BARRIER_REQUEST > (OF1.4) (xid=0x4): > 2016-02-06T00:19:40.731Z|00043|vconn|DBG|unix: sent (Success): > OFPT_BARRIER_REPLY (OF1.4) (xid=0x4): > 2016-02-06T00:19:40.733Z|00044|vconn|DBG|unix: sent (Success): OFPT_HELLO > (OF1.5) (xid=0x5): > version bitmap: 0x01, 0x02, 0x03, 0x04, 0x05, 0x06 > 2016-02-06T00:19:40.733Z|00045|vconn|DBG|unix: received: OFPT_HELLO (OF1.4) > (xid=0x1): > version bitmap: 0x05 > 2016-02-06T00:19:40.733Z|00046|vconn|DBG|unix: negotiated OpenFlow version > 0x05 (we support version 0x06 and earlier, peer supports version 0x05) > 2016-02-06T00:19:40.733Z|00047|vconn|DBG|unix: received: OFPST_TABLE_DESC > request (OF1.4) (xid=0x2): 766. ofproto.at:1978: 766. ofproto - table description (OpenFlow 1.4) (ofproto.at:1978): FAILED (ofproto.at:2003) _______________________________________________ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev