All I see are the LLDP packets being received. Are you sure that packets from the end hosts are making it to Nox? If not, perhaps there is a switch mis-configuration.

What happens if you run "switch" instead of routing? If this doesn't work as well, then it is almost certainly a switch issue.

.martin

Here you go, thanks! a...@pcepatr39[src]$ sudo nox_core -v -i ptcp:2525 routing 00001|nox|DBG:Starting nox_core (nox_core) 00002|pyrt|DBG:Loading a component description file '/usr/local/bin/nox/webapps/storagews/meta.xml'. 00003|pyrt|DBG:Loading a component description file '/usr/local/bin/nox/webapps/webserver/meta.xml'. 00004|pyrt|DBG:Loading a component description file '/usr/local/bin/nox/coreapps/pyrt/meta.xml'. 00005|pyrt|DBG:Loading a component description file '/usr/local/bin/nox/coreapps/switch/meta.xml'. 00006|pyrt|DBG:Loading a component description file '/usr/local/bin/nox/coreapps/simple_c_app/meta.xml'. 00007|pyrt|DBG:Loading a component description file '/usr/local/bin/nox/coreapps/simple_c_py_app/meta.xml'. 00008|pyrt|DBG:Loading a component description file '/usr/local/bin/nox/coreapps/hub/meta.xml'. 00009|pyrt|DBG:Loading a component description file '/usr/local/bin/nox/coreapps/examples/meta.xml'. 00010|pyrt|DBG:Loading a component description file '/usr/local/bin/nox/netapps/discovery/meta.xml'. 00011|pyrt|DBG:Loading a component description file '/usr/local/bin/nox/netapps/storage/meta.xml'. 00012|pyrt|DBG:Loading a component description file '/usr/local/bin/nox/netapps/directory/meta.xml'. 00013|pyrt|DBG:Loading a component description file '/usr/local/bin/nox/netapps/bindings_storage/meta.xml'. 00014|pyrt|DBG:Loading a component description file '/usr/local/bin/nox/netapps/flow_fetcher/meta.xml'. 00015|pyrt|DBG:Loading a component description file '/usr/local/bin/nox/netapps/tests/meta.xml'. 00016|pyrt|DBG:Loading a component description file '/usr/local/bin/nox/netapps/topology/meta.xml'. 00017|pyrt|DBG:Loading a component description file '/usr/local/bin/nox/netapps/authenticator/meta.xml'. 00018|pyrt|DBG:Loading a component description file '/usr/local/bin/nox/netapps/switchstats/meta.xml'. 00019|pyrt|DBG:Loading a component description file '/usr/local/bin/nox/netapps/user_event_log/meta.xml'. 00020|pyrt|DBG:Loading a component description file '/usr/local/bin/nox/netapps/routing/meta.xml'. 00021|pyrt|DBG:Loading a component description file '/usr/local/bin/nox/netapps/configuration/meta.xml'. 00022|pyrt|DBG:Loading a component description file 'nox/coreapps/pyrt/meta.xml'. 00023|pyrt|DBG:Loading a component description file 'nox/coreapps/switch/meta.xml'. 00024|pyrt|DBG:Loading a component description file 'nox/coreapps/simple_c_app/meta.xml'. 00025|pyrt|DBG:Loading a component description file 'nox/coreapps/simple_c_py_app/meta.xml'. 00026|pyrt|DBG:Loading a component description file 'nox/coreapps/hub/meta.xml'. 00027|pyrt|DBG:Loading a component description file 'nox/coreapps/examples/meta.xml'. 00028|pyrt|DBG:Loading a component description file 'nox/netapps/discovery/meta.xml'. 00029|pyrt|DBG:Loading a component description file 'nox/netapps/storage/meta.xml'. 00030|pyrt|DBG:Loading a component description file 'nox/netapps/directory/meta.xml'. 00031|pyrt|DBG:Loading a component description file 'nox/netapps/bindings_storage/meta.xml'. 00032|pyrt|DBG:Loading a component description file 'nox/netapps/flow_fetcher/meta.xml'. 00033|pyrt|DBG:Loading a component description file 'nox/netapps/tests/meta.xml'. 00034|pyrt|DBG:Loading a component description file 'nox/netapps/topology/meta.xml'. 00035|pyrt|DBG:Loading a component description file 'nox/netapps/authenticator/meta.xml'. 00036|pyrt|DBG:Loading a component description file 'nox/netapps/switchstats/meta.xml'. 00037|pyrt|DBG:Loading a component description file 'nox/netapps/user_event_log/meta.xml'. 00038|pyrt|DBG:Loading a component description file 'nox/netapps/routing/meta.xml'. 00039|pyrt|DBG:Loading a component description file 'nox/netapps/configuration/meta.xml'. 00040|pyrt|DBG:Loading a component description file 'nox/webapps/storagews/meta.xml'. 00041|pyrt|DBG:Loading a component description file 'nox/webapps/miscws/meta.xml'. 00042|pyrt|DBG:Loading a component description file 'nox/webapps/switchconfig/meta.xml'. 00043|pyrt|DBG:Loading a component description file 'nox/webapps/default_switch_approval/meta.xml'. 00044|pyrt|DBG:Loading a component description file 'nox/webapps/webserver/meta.xml'. 00045|pyrt|DBG:Loading a component description file 'nox/webapps/webservice/meta.xml'. 00046|sqlite3-impl|WARN:Transactional storage file not given in the command line; defaulting to 'testing.sqlite'
00047|sqlite3-impl|DBG:Opening the SQLite database at 'testing.sqlite'.
00048|sqlite3-impl|DBG:SQLite> 'CREATE TABLE IF NOT EXISTS NOX_SCHEMA_META (GUID INTEGER PRIMARY KEY NOT NULL,NOX_TABLE TEXT' 00049|sqlite3-impl|DBG:SQLite> 'CREATE TABLE IF NOT EXISTS NOX_SCHEMA_TABLE (GUID INTEGER PRIMARY KEY NOT NULL,NOX_TABLE TEX' 00050|sqlite3-impl|DBG:SQLite> 'CREATE TABLE IF NOT EXISTS NOX_SCHEMA_INDEX (GUID INTEGER PRIMARY KEY NOT NULL,NOX_TABLE TEX'
00051|sqlite3-impl|DBG:Reading the meta data tables in.
00052|sqlite3-impl|DBG:SQLite> 'SELECT * FROM NOX_SCHEMA_META'
00053|sqlite3-impl|DBG:Closing a statement
00054|sqlite3-impl|DBG:SQLite> 'SELECT * FROM NOX_SCHEMA_TABLE'
00055|sqlite3-impl|DBG:Closing a statement
00056|sqlite3-impl|DBG:SQLite> 'SELECT * FROM NOX_SCHEMA_INDEX'
00057|sqlite3-impl|DBG:Closing a statement
00058|sqlite3-impl|DBG:SQLite> 'CREATE TEMP TRIGGER TRIGGER_FOR_PROPERTIES_INSERT AFTER INSERT ON PROPERTIES BEGIN SELECT IN' 00059|sqlite3-impl|DBG:SQLite> 'CREATE TEMP TRIGGER TRIGGER_FOR_PROPERTIES_UPDATE AFTER UPDATE ON PROPERTIES BEGIN SELECT UP' 00060|sqlite3-impl|DBG:SQLite> 'CREATE TEMP TRIGGER TRIGGER_FOR_PROPERTIES_DELETE AFTER DELETE ON PROPERTIES BEGIN SELECT DE' 00061|sqlite3-impl|DBG:SQLite> 'CREATE TEMP TRIGGER TRIGGER_FOR_NOX_SCHEMA_TABLE_INSERT AFTER INSERT ON NOX_SCHEMA_TABLE BEG' 00062|sqlite3-impl|DBG:SQLite> 'CREATE TEMP TRIGGER TRIGGER_FOR_NOX_SCHEMA_TABLE_UPDATE AFTER UPDATE ON NOX_SCHEMA_TABLE BEG' 00063|sqlite3-impl|DBG:SQLite> 'CREATE TEMP TRIGGER TRIGGER_FOR_NOX_SCHEMA_TABLE_DELETE AFTER DELETE ON NOX_SCHEMA_TABLE BEG' 00064|sqlite3-impl|DBG:SQLite> 'CREATE TEMP TRIGGER TRIGGER_FOR_nox_directories_INSERT AFTER INSERT ON nox_directories BEGIN' 00065|sqlite3-impl|DBG:SQLite> 'CREATE TEMP TRIGGER TRIGGER_FOR_nox_directories_UPDATE AFTER UPDATE ON nox_directories BEGIN' 00066|sqlite3-impl|DBG:SQLite> 'CREATE TEMP TRIGGER TRIGGER_FOR_nox_directories_DELETE AFTER DELETE ON nox_directories BEGIN' 00067|sqlite3-impl|DBG:SQLite> 'CREATE TEMP TRIGGER TRIGGER_FOR_NOX_SCHEMA_INDEX_INSERT AFTER INSERT ON NOX_SCHEMA_INDEX BEG' 00068|sqlite3-impl|DBG:SQLite> 'CREATE TEMP TRIGGER TRIGGER_FOR_NOX_SCHEMA_INDEX_UPDATE AFTER UPDATE ON NOX_SCHEMA_INDEX BEG' 00069|sqlite3-impl|DBG:SQLite> 'CREATE TEMP TRIGGER TRIGGER_FOR_NOX_SCHEMA_INDEX_DELETE AFTER DELETE ON NOX_SCHEMA_INDEX BEG' 00070|sqlite3-impl|DBG:SQLite> 'CREATE TEMP TRIGGER TRIGGER_FOR_NOX_SCHEMA_META_INSERT AFTER INSERT ON NOX_SCHEMA_META BEGIN' 00071|sqlite3-impl|DBG:SQLite> 'CREATE TEMP TRIGGER TRIGGER_FOR_NOX_SCHEMA_META_UPDATE AFTER UPDATE ON NOX_SCHEMA_META BEGIN' 00072|sqlite3-impl|DBG:SQLite> 'CREATE TEMP TRIGGER TRIGGER_FOR_NOX_SCHEMA_META_DELETE AFTER DELETE ON NOX_SCHEMA_META BEGIN'
00073|dht-storage|DBG:Reading the meta data tables.
00074|sqlite3-impl|DBG:Getting shared for id:1, s:0 e:0
00075|sqlite3-impl|DBG:Shared lock acquired 1.
00076|sqlite3-impl|DBG:SQLite> 'SELECT * FROM NOX_SCHEMA_META'
00077|sqlite3-impl|DBG:Closing a cursor (1)
00078|sqlite3-impl|DBG:Closing a statement
00079|sqlite3-impl|DBG:Releasing lock 1
00080|sqlite3-impl|DBG:Releasing lock id:1, s:1 e:0
00081|sqlite3-impl|DBG:Getting shared for id:2, s:0 e:0
00082|sqlite3-impl|DBG:Shared lock acquired 2.
00083|sqlite3-impl|DBG:Comparing with index 'NOX_SCHEMA_TABLE_INDEX_1'
00084|sqlite3-impl|DBG:SQLite> 'SELECT * FROM NOX_SCHEMA_TABLE WHERE NOX_TABLE = ?'
00085|sqlite3-impl|DBG:Closing a cursor (2)
00086|sqlite3-impl|DBG:Closing a statement
00087|sqlite3-impl|DBG:Releasing lock 2
00088|sqlite3-impl|DBG:Releasing lock id:2, s:1 e:0
00089|sqlite3-impl|DBG:Getting shared for id:3, s:0 e:0
00090|sqlite3-impl|DBG:Shared lock acquired 3.
00091|sqlite3-impl|DBG:Comparing with index 'NOX_SCHEMA_TABLE_INDEX_1'
00092|sqlite3-impl|DBG:SQLite> 'SELECT * FROM NOX_SCHEMA_TABLE WHERE NOX_TABLE = ?'
00093|sqlite3-impl|DBG:Closing a cursor (3)
00094|sqlite3-impl|DBG:Closing a statement
00095|sqlite3-impl|DBG:Releasing lock 3
00096|sqlite3-impl|DBG:Releasing lock id:3, s:1 e:0
00097|sqlite3-impl|DBG:Getting shared for id:4, s:0 e:0
00098|sqlite3-impl|DBG:Shared lock acquired 4.
00099|sqlite3-impl|DBG:Comparing with index 'NOX_SCHEMA_TABLE_INDEX_1'
00100|sqlite3-impl|DBG:SQLite> 'SELECT * FROM NOX_SCHEMA_TABLE WHERE NOX_TABLE = ?'
00101|sqlite3-impl|DBG:Closing a cursor (4)
00102|sqlite3-impl|DBG:Closing a statement
00103|sqlite3-impl|DBG:Releasing lock 4
00104|sqlite3-impl|DBG:Releasing lock id:4, s:1 e:0
00105|sqlite3-impl|DBG:Getting shared for id:5, s:0 e:0
00106|sqlite3-impl|DBG:Shared lock acquired 5.
00107|sqlite3-impl|DBG:Comparing with index 'NOX_SCHEMA_TABLE_INDEX_1'
00108|sqlite3-impl|DBG:SQLite> 'SELECT * FROM NOX_SCHEMA_TABLE WHERE NOX_TABLE = ?'
00109|sqlite3-impl|DBG:Closing a cursor (5)
00110|sqlite3-impl|DBG:Closing a statement
00111|sqlite3-impl|DBG:Releasing lock 5
00112|sqlite3-impl|DBG:Releasing lock id:5, s:1 e:0
00113|sqlite3-impl|DBG:Getting shared for id:6, s:0 e:0
00114|sqlite3-impl|DBG:Shared lock acquired 6.
00115|sqlite3-impl|DBG:Comparing with index 'NOX_SCHEMA_TABLE_INDEX_1'
00116|sqlite3-impl|DBG:SQLite> 'SELECT * FROM NOX_SCHEMA_TABLE WHERE NOX_TABLE = ?'
00117|sqlite3-impl|DBG:Closing a cursor (6)
00118|sqlite3-impl|DBG:Closing a statement
00119|sqlite3-impl|DBG:Releasing lock 6
00120|sqlite3-impl|DBG:Releasing lock id:6, s:1 e:0
00121|sqlite3-impl|DBG:Getting shared for id:7, s:0 e:0
00122|sqlite3-impl|DBG:Shared lock acquired 7.
00123|sqlite3-impl|DBG:Comparing with index 'NOX_SCHEMA_TABLE_INDEX_1'
00124|sqlite3-impl|DBG:SQLite> 'SELECT * FROM NOX_SCHEMA_TABLE WHERE NOX_TABLE = ?'
00125|sqlite3-impl|DBG:Closing a cursor (7)
00126|sqlite3-impl|DBG:Closing a statement
00127|sqlite3-impl|DBG:Releasing lock 7
00128|sqlite3-impl|DBG:Releasing lock id:7, s:1 e:0
00129|sqlite3-impl|DBG:Getting shared for id:8, s:0 e:0
00130|sqlite3-impl|DBG:Shared lock acquired 8.
00131|sqlite3-impl|DBG:Comparing with index 'NOX_SCHEMA_TABLE_INDEX_1'
00132|sqlite3-impl|DBG:SQLite> 'SELECT * FROM NOX_SCHEMA_TABLE WHERE NOX_TABLE = ?'
00133|sqlite3-impl|DBG:Closing a cursor (8)
00134|sqlite3-impl|DBG:Closing a statement
00135|sqlite3-impl|DBG:Releasing lock 8
00136|sqlite3-impl|DBG:Releasing lock id:8, s:1 e:0
00137|sqlite3-impl|DBG:Getting shared for id:9, s:0 e:0
00138|sqlite3-impl|DBG:Shared lock acquired 9.
00139|sqlite3-impl|DBG:Comparing with index 'NOX_SCHEMA_INDEX_INDEX_1'
00140|sqlite3-impl|DBG:SQLite> 'SELECT * FROM NOX_SCHEMA_INDEX WHERE NOX_TABLE = ?'
00141|sqlite3-impl|DBG:Closing a cursor (9)
00142|sqlite3-impl|DBG:Closing a statement
00143|sqlite3-impl|DBG:Releasing lock 9
00144|sqlite3-impl|DBG:Releasing lock id:9, s:1 e:0
00145|sqlite3-impl|DBG:Getting shared for id:10, s:0 e:0
00146|sqlite3-impl|DBG:Shared lock acquired 10.
00147|sqlite3-impl|DBG:Comparing with index 'NOX_SCHEMA_INDEX_INDEX_1'
00148|sqlite3-impl|DBG:SQLite> 'SELECT * FROM NOX_SCHEMA_INDEX WHERE NOX_TABLE = ?'
00149|sqlite3-impl|DBG:Closing a cursor (10)
00150|sqlite3-impl|DBG:Closing a statement
00151|sqlite3-impl|DBG:Releasing lock 10
00152|sqlite3-impl|DBG:Releasing lock id:10, s:1 e:0
00153|sqlite3-impl|DBG:Getting shared for id:11, s:0 e:0
00154|sqlite3-impl|DBG:Shared lock acquired 11.
00155|sqlite3-impl|DBG:Comparing with index 'NOX_SCHEMA_INDEX_INDEX_1'
00156|sqlite3-impl|DBG:SQLite> 'SELECT * FROM NOX_SCHEMA_INDEX WHERE NOX_TABLE = ?'
00157|sqlite3-impl|DBG:Closing a cursor (11)
00158|sqlite3-impl|DBG:Closing a statement
00159|sqlite3-impl|DBG:Releasing lock 11
00160|sqlite3-impl|DBG:Releasing lock id:11, s:1 e:0
00161|sqlite3-impl|DBG:Getting shared for id:12, s:0 e:0
00162|sqlite3-impl|DBG:Shared lock acquired 12.
00163|sqlite3-impl|DBG:Comparing with index 'NOX_SCHEMA_INDEX_INDEX_1'
00164|sqlite3-impl|DBG:SQLite> 'SELECT * FROM NOX_SCHEMA_INDEX WHERE NOX_TABLE = ?'
00165|sqlite3-impl|DBG:Closing a cursor (12)
00166|sqlite3-impl|DBG:Closing a statement
00167|sqlite3-impl|DBG:Releasing lock 12
00168|sqlite3-impl|DBG:Releasing lock id:12, s:1 e:0
00169|sqlite3-impl|DBG:Getting shared for id:13, s:0 e:0
00170|sqlite3-impl|DBG:Shared lock acquired 13.
00171|sqlite3-impl|DBG:Comparing with index 'NOX_SCHEMA_INDEX_INDEX_1'
00172|sqlite3-impl|DBG:SQLite> 'SELECT * FROM NOX_SCHEMA_INDEX WHERE NOX_TABLE = ?'
00173|sqlite3-impl|DBG:Closing a cursor (13)
00174|sqlite3-impl|DBG:Closing a statement
00175|sqlite3-impl|DBG:Releasing lock 13
00176|sqlite3-impl|DBG:Releasing lock id:13, s:1 e:0
00177|sqlite3-impl|DBG:Getting shared for id:14, s:0 e:0
00178|sqlite3-impl|DBG:Shared lock acquired 14.
00179|sqlite3-impl|DBG:Comparing with index 'NOX_SCHEMA_INDEX_INDEX_1'
00180|sqlite3-impl|DBG:SQLite> 'SELECT * FROM NOX_SCHEMA_INDEX WHERE NOX_TABLE = ?'
00181|sqlite3-impl|DBG:Closing a cursor (14)
00182|sqlite3-impl|DBG:Closing a statement
00183|sqlite3-impl|DBG:Releasing lock 14
00184|sqlite3-impl|DBG:Releasing lock id:14, s:1 e:0
00185|sqlite3-impl|DBG:Getting shared for id:15, s:0 e:0
00186|sqlite3-impl|DBG:Shared lock acquired 15.
00187|sqlite3-impl|DBG:Comparing with index 'NOX_SCHEMA_INDEX_INDEX_1'
00188|sqlite3-impl|DBG:SQLite> 'SELECT * FROM NOX_SCHEMA_INDEX WHERE NOX_TABLE = ?'
00189|sqlite3-impl|DBG:Closing a cursor (15)
00190|sqlite3-impl|DBG:Closing a statement
00191|sqlite3-impl|DBG:Releasing lock 15
00192|sqlite3-impl|DBG:Releasing lock id:15, s:1 e:0
00193|dht-storage|DBG:No need to create a table: bindings_host
00194|dht-storage|DBG:No need to create a table: bindings_user
00195|dht-storage|DBG:No need to create a table: bindings_dladdr
00196|dht-storage|DBG:No need to create a table: bindings_link
00197|dht-storage|DBG:No need to create a table: bindings_location
00198|pycomponent|DBG:Importing Python module nox.netapps.bindings_storage.pybindings_storage
00199|dht-storage|DBG:No need to create a table: user_event_log
00200|dht-storage|DBG:No need to create a table: user_event_log_names
00201|pycomponent|DBG:Importing Python module nox.netapps.user_event_log.pyuser_event_log 00202|pycomponent|DBG:Importing Python module nox.netapps.discovery.discovery
00203|sqlite3-impl|DBG:Getting exclusive for id:16, s:0 e:0
00204|sqlite3-impl|DBG:Exclusive lock acquired 16.
00205|sqlite3-impl|DBG:CREATE TABLE
00206|sqlite3-impl|DBG:SQLite> 'BEGIN'
00207|sqlite3-impl|DBG:No need to create a table: PROPERTIES
00208|sqlite3-impl|DBG:SQLite> 'COMMIT'
00209|sqlite3-impl|DBG:Releasing lock 16
00210|sqlite3-impl|DBG:Releasing lock id:16, s:0 e:1
00211|nox|DBG:Application installation report:
link event:
Current state: INSTALLED
Required state: INSTALLED
Dependencies:
netinfo_mod_event:
Current state: INSTALLED
Required state: INSTALLED
Dependencies:
python:
Current state: INSTALLED
Required state: INSTALLED
Dependencies:
namemanager:
Current state: INSTALLED
Required state: INSTALLED
Dependencies: 'cdirectorymanager' OK

discovery:
Current state: INSTALLED
Required state: INSTALLED
Dependencies: 'link event' OK, 'pybindings_storage' OK, 'pyuser_event_log' OK, 'python' OK

configuration:
Current state: INSTALLED
Required state: INSTALLED
Dependencies: 'transactional_storage_backend' OK

bindings_storage:
Current state: INSTALLED
Required state: INSTALLED
Dependencies: 'storage backend' OK, 'namemanager' OK

topology:
Current state: INSTALLED
Required state: INSTALLED
Dependencies: 'discovery' OK

transactional_storage_backend:
Current state: INSTALLED
Required state: INSTALLED
Dependencies: 'storage common' OK

pyuser_event_log:
Current state: INSTALLED
Required state: INSTALLED
Dependencies: 'user_event_log' OK, 'python' OK

authenticator:
Current state: INSTALLED
Required state: INSTALLED
Dependencies: 'flow_util' OK, 'routing_module' OK, 'cdirectorymanager' OK, 'namemanager' OK, 'bindings_storage' OK

storage common:
Current state: INSTALLED
Required state: INSTALLED
Dependencies:
built-in DSO deployer:
Current state: INSTALLED
Required state: INSTALLED
Dependencies:
cdirectorymanager:
Current state: INSTALLED
Required state: INSTALLED
Dependencies: 'netinfo_mod_event' OK

routing:
Current state: INSTALLED
Required state: INSTALLED
Dependencies: 'routing_module' OK, 'authenticator' OK, 'configuration' OK

nat_enforcer:
Current state: INSTALLED
Required state: INSTALLED
Dependencies: 'flow_util' OK

built-in event dispatcher:
Current state: INSTALLED
Required state: INSTALLED
Dependencies:
storage backend:
Current state: INSTALLED
Required state: INSTALLED
Dependencies: 'storage common' OK, 'transacti
00212|openflow|DBG:Passive tcp interface bound to port 2525
00213|name_manager|DBG:Cannot mangled unknown principal type 4294967295.
00214|authenticator|DBG:Added location discovered;unauthenticated 0:0.
00215|properties|DBG:async_load():
00216|properties|DBG:cache_connection():
00217|properties|DBG:refresh():
00218|sqlite3-impl|DBG:Getting shared for id:17, s:0 e:0
00219|sqlite3-impl|DBG:Shared lock acquired 17.
00220|sqlite3-impl|DBG:Comparing with index 'PROPERTIES_PRIMARY_GUID_INDEX'
00221|sqlite3-impl|DBG:Comparing with index 'PROPERTIES_INDEX_1'
00222|sqlite3-impl|DBG:SQLite> 'SELECT * FROM PROPERTIES WHERE SECTION = ?'
00223|properties|DBG:get_callback: 0
00224|properties|DBG:get_next_callback: 1
00225|properties|DBG:get_close
00226|sqlite3-impl|DBG:Closing a cursor (1)
00227|sqlite3-impl|DBG:Closing a statement
00228|sqlite3-impl|DBG:Releasing lock 17
00229|sqlite3-impl|DBG:Releasing lock id:17, s:1 e:0
00230|properties|DBG:cache_connection():
00231|sqlite3-impl|DBG:Getting exclusive for id:18, s:0 e:0
00232|sqlite3-impl|DBG:Exclusive lock acquired 18.
00233|sqlite3-impl|DBG:SQLite> 'BEGIN'
00234|sqlite3-impl|DBG:Comparing with index 'PROPERTIES_PRIMARY_GUID_INDEX'
00235|sqlite3-impl|DBG:Comparing with index 'PROPERTIES_INDEX_1'
00236|sqlite3-impl|DBG:Inserted a row trigger for index 'PROPERTIES_INDEX_1', sguid e43c49c8ac000000000000000000000000000000
00237|sqlite3-impl|DBG:SQLite> 'COMMIT'
00238|sqlite3-impl|DBG:Releasing lock 18
00239|sqlite3-impl|DBG:Releasing lock id:18, s:0 e:1
00240|openflow|DBG:Passive tcp interface received connection 00241|openflow|DBG:Passive tcp interface received connection 00242|openflow|DBG:stream: negotiated OpenFlow version 0x97 (we support versions 0x97 to 0x97 inclusive, peer no later than ) 00243|nox|DBG:Success 00244|openflow|DBG:stream: negotiated OpenFlow version 0x97 (we support versions 0x97 to 0x97 inclusive, peer no later than ) 00245|nox|DBG:Success 00246|nox|DBG:Success 00247|nox|DBG:Success 00248|openflow|DBG:Passive tcp interface received connection 00249|openflow|DBG:Passive tcp interface received connection 00250|openflow|DBG:stream: negotiated OpenFlow version 0x97 (we support versions 0x97 to 0x97 inclusive, peer no later than ) 00251|nox|DBG:Success 00252|openflow|DBG:stream: negotiated OpenFlow version 0x97 (we support versions 0x97 to 0x97 inclusive, peer no later than ) 00253|nox|DBG:Success 00254|nox|DBG:Success 00255|nox|DBG:Success 00256|nox|DBG:No switch auth module registered, auto-approving switch
00257|nox|DBG:Registering switch with DPID = 2e988cc00065
00258|name_manager|DBG:Cannot mangled unknown principal type 4294967295.
00259|authenticator|DBG:Added location discovered;authenticated 2e988cc00065:41.
00260|nox|DBG:No switch auth module registered, auto-approving switch
00261|nox|DBG:Registering switch with DPID = 2e988cc00067
00262|name_manager|DBG:Cannot mangled unknown principal type 4294967295.
00263|authenticator|DBG:Added location discovered;authenticated 2e988cc00067:37.
00264|name_manager|DBG:Cannot mangled unknown principal type 4294967295.
00265|authenticator|DBG:Added location discovered;authenticated 2e988cc00067:39.
00266|nox|DBG:No switch auth module registered, auto-approving switch
00267|nox|DBG:Registering switch with DPID = 2e9aea000066
00268|nox|DBG:No switch auth module registered, auto-approving switch
00269|nox|DBG:Registering switch with DPID = 2e9aea000065
00270|name_manager|DBG:Cannot mangled unknown principal type 4294967295.
00271|authenticator|DBG:Added location discovered;authenticated 2e9aea000066:45.
00272|name_manager|DBG:Cannot mangled unknown principal type 4294967295.
00273|authenticator|DBG:Added location discovered;authenticated 2e9aea000066:48.
00274|name_manager|DBG:Cannot mangled unknown principal type 4294967295.
00275|authenticator|DBG:Added location discovered;authenticated 2e9aea000065:41. 00276|openflow-event|DBG:received packet-in event from 2e9aea000065 (len:60) 00277|discovery|WARN:new link detected (00:00:2e:9a:ea:00:00:65 p:41 -> 00:00:2e:98:8c:c0:00:65 p:41) 00278|openflow-event|DBG:received packet-in event from 2e988cc00065 (len:60) 00279|discovery|WARN:new link detected (00:00:2e:98:8c:c0:00:65 p:41 -> 00:00:2e:9a:ea:00:00:65 p:41) 00280|openflow-event|DBG:received packet-in event from 2e9aea000065 (len:60) 00281|openflow-event|DBG:received packet-in event from 2e988cc00065 (len:60) 00282|openflow-event|DBG:received packet-in event from 2e9aea000065 (len:60) 00283|openflow-event|DBG:received packet-in event from 2e988cc00065 (len:60)

On Oct 13, 2009, at 6:56 PM, Martin Casado wrote:



_______________________________________________
nox-dev mailing list
nox-dev@noxrepo.org
http://noxrepo.org/mailman/listinfo/nox-dev_noxrepo.org

Reply via email to